index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
whatsnew
/
3.8.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rebased version of what's new PR (#16745)
Andrew Kuchling
2019-10-13
1
-83/+67
*
Fix minor typos in Whatsnew
Hugo van Kemenade
2019-10-12
1
-12/+10
*
Announce the change in the CancelledError inheritance (GH-16730)
Phil Jones
2019-10-12
1
-0/+4
*
bpo-38442: Remove an execution bit from Doc/whatsnew/3.8.rst. (GH-16715)
Serhiy Storchaka
2019-10-11
1
-0/+0
*
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
bariod
2019-09-27
1
-1/+1
*
bpo-38234: Py_SetPath() uses the program full path (GH-16357)
Victor Stinner
2019-09-24
1
-0/+5
*
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
Joannah Nanjekye
2019-09-11
1
-0/+0
*
bpo-35224: Additional documentation for Assignment Expressions (GH-15935)
Emily Morehouse
2019-09-11
1
-2/+0
*
Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)
Simon Willison
2019-09-11
1
-1/+2
*
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)
Xtreak
2019-09-11
1
-0/+26
*
Fix typo in math.prod example (GH-15614)
Ashwin Vishnu
2019-09-09
1
-1/+1
*
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
Greg Price
2019-09-04
1
-2/+3
*
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
Christian Heimes
2019-08-27
1
-0/+6
*
bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...
Serhiy Storchaka
2019-08-26
1
-0/+7
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
1
-0/+21
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
1
-0/+3
*
bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204)
Raymond Hettinger
2019-08-12
1
-20/+88
*
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
Gregory P. Smith
2019-08-10
1
-5/+0
*
bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127)
Raymond Hettinger
2019-08-05
1
-37/+168
*
bpo-33822: Add IDLE section of What's New 3.8 (#15035)
Terry Jan Reedy
2019-07-31
1
-0/+27
*
bpo-36084: Add threading Native ID information to What's New documentation (G...
Jake Tesler
2019-07-30
1
-4/+12
*
bpo-17535: IDLE editor line numbers (GH-14030)
Tal Einat
2019-07-23
1
-0/+5
*
bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)
Victor Stinner
2019-07-05
1
-0/+4
*
bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503)
Pierre Glaser
2019-07-01
1
-0/+14
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Pablo Galindo
2019-07-01
1
-0/+5
*
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Victor Stinner
2019-06-26
1
-0/+5
*
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
Pablo Galindo
2019-06-25
1
-1/+1
*
bpo-35224: Add What's new entry for evaluation order in dict comprehensions (...
Pablo Galindo
2019-06-25
1
-0/+8
*
bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)
Steve Dower
2019-06-21
1
-0/+19
*
Update What's New in Python 3.9 (GH-14253)
Victor Stinner
2019-06-20
1
-1/+1
*
Update What's New in Python 3.8 (GH-14239)
Victor Stinner
2019-06-19
1
-1/+2
*
Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214)
Ivan Levkivskyi
2019-06-19
1
-0/+2
*
bpo-36707: Document "m" removal from sys.abiflags (GH-14090)
Victor Stinner
2019-06-15
1
-0/+16
*
Document C API changes in What's New in Python 3.8 (GH-14092)
Victor Stinner
2019-06-14
1
-0/+27
*
bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019)
Victor Stinner
2019-06-13
1
-0/+5
*
bpo-35766: Change format for feature_version to (major, minor) (GH-13992)
Guido van Rossum
2019-06-12
1
-3/+3
*
bpo-35766: What's new in the ast and typing modules (#13984)
Guido van Rossum
2019-06-11
1
-0/+46
*
bpo-36785: PEP 574 What's New entry (#13931)
Antoine Pitrou
2019-06-09
1
-1/+17
*
Add some placeholder notes for major 3.8 features (GH-13927)
Nick Coghlan
2019-06-09
1
-0/+7
*
Add importlib.metadata to what's new. (#13855)
Barry Warsaw
2019-06-06
1
-1/+4
*
bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746)
Petter Strandmark
2019-06-04
1
-0/+3
*
Add credits to What's New in Python 3.8 (GH-13776)
Victor Stinner
2019-06-03
1
-1/+18
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
1
-0/+4
*
bpo-36974: document PEP 590 (GH-13450)
Jeroen Demeyer
2019-06-02
1
-0/+16
*
Fix typos in docs and docstrings (GH-13745)
Xtreak
2019-06-02
1
-1/+1
*
bpo-36027: Extend three-argument pow to negative second argument (GH-13266)
Mark Dickinson
2019-06-02
1
-0/+6
*
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka
2019-06-01
1
-1/+10
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
1
-2/+4
*
Move whats-new entry for math.factorial to the math module section. (GH-13723)
Mark Dickinson
2019-06-01
1
-3/+3
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
1
-2/+1
[prev]
[next]