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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.8] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *...
Kyle Stanley
2019-12-17
3
-0/+30
*
[3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125)
Serhiy Storchaka
2019-11-12
1
-4/+4
*
bpo-37759: Show output from var_access_benchmark (GH-17040) (GH-17041)
Miss Skeleton (bot)
2019-11-04
1
-3/+52
*
[3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003)
Serhiy Storchaka
2019-10-30
2
-2/+2
*
[3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...
Serhiy Storchaka
2019-10-30
2
-2/+2
*
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
Miss Skeleton (bot)
2019-10-29
1
-1/+2
*
bpo-38534: Replace wrong KB number references (GH-16955)
Miss Skeleton (bot)
2019-10-28
1
-1/+1
*
Add missing asyncio changes from 3.8 whatsnew (GH-16911)
Miss Skeleton (bot)
2019-10-24
1
-10/+85
*
bpo-37759: More updates to Whatsnew 3.8 (GH-16854) (GH-16867)
Miss Islington (bot)
2019-10-20
1
-26/+183
*
Fix minor typos in What's New in Python 3.8. (GH-16770)
Miss Islington (bot)
2019-10-18
1
-4/+4
*
Doc: Add missing entry for functools.cached_property (GH-16803)
Miss Islington (bot)
2019-10-18
1
-0/+16
*
Merge tag 'v3.8.0' into 3.8
Łukasz Langa
2019-10-14
1
-0/+2
|
\
|
*
v3.8.0
v3.8.0
Łukasz Langa
2019-10-14
1
-0/+2
*
|
Remove draft status. Add asyncio REPL example (GH-16785) (GH-16786)
Miss Islington (bot)
2019-10-14
1
-8/+29
|
/
*
[3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777)
Łukasz Langa
2019-10-14
1
-88/+123
*
bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764)
Miss Islington (bot)
2019-10-14
1
-5/+21
*
bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762)
Miss Islington (bot)
2019-10-14
1
-9/+10
*
Fix minor typos in Whatsnew (GH-16759)
Raymond Hettinger
2019-10-14
1
-12/+10
*
Rebased version of what's new PR (GH-16745) (#16748)
Miss Islington (bot)
2019-10-13
1
-83/+67
*
Announce the change in the CancelledError inheritance (GH-16730)
Miss Islington (bot)
2019-10-12
1
-0/+4
*
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
Miss Islington (bot)
2019-10-11
1
-1/+1
*
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
Miss Islington (bot)
2019-10-07
1
-0/+4
*
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
Victor Stinner
2019-09-26
1
-0/+5
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH...
Paul Ganssle
2019-09-12
2
-3/+3
*
bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH...
Miss Islington (bot)
2019-09-11
1
-2/+0
*
Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)
Miss Islington (bot)
2019-09-11
1
-1/+2
*
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH...
Miss Islington (bot)
2019-09-11
1
-0/+26
*
Fix typo in math.prod example (GH-15614)
Miss Islington (bot)
2019-09-09
1
-1/+1
*
closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15...
Miss Islington (bot)
2019-09-04
1
-2/+3
*
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
Miss Islington (bot)
2019-08-27
1
-0/+6
*
[3.8] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant...
Miss Islington (bot)
2019-08-26
1
-0/+7
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15370)
Steve Dower
2019-08-21
1
-0/+21
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Miss Islington (bot)
2019-08-21
1
-0/+3
*
bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204) (GH-15240)
Raymond Hettinger
2019-08-13
1
-18/+89
*
[3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142)
Serhiy Storchaka
2019-08-09
1
-5/+0
*
bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127) (GH-15139)
Miss Islington (bot)
2019-08-05
1
-37/+168
*
bpo-33821: Update IDLE section of What's New 3.7 (GH-15036)
Miss Islington (bot)
2019-07-31
1
-1/+10
*
bpo-33822: Add IDLE section of What's New 3.8 (GH-15035)
Miss Islington (bot)
2019-07-31
1
-0/+27
*
bpo-36084: Add threading Native ID information to What's New documentation (G...
Miss Islington (bot)
2019-07-30
1
-4/+12
*
bpo-17535: IDLE editor line numbers (GH-14030)
Miss Islington (bot)
2019-07-23
2
-0/+12
*
bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)
Miss Islington (bot)
2019-07-05
1
-0/+4
*
bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503) (GH-14512)
Miss Islington (bot)
2019-07-01
1
-0/+14
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Miss Islington (bot)
2019-07-01
1
-0/+5
*
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Miss Islington (bot)
2019-06-26
1
-0/+5
*
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
Miss Islington (bot)
2019-06-25
1
-1/+1
*
bpo-35224: Add What's new entry for evaluation order in dict comprehensions (...
Miss Islington (bot)
2019-06-25
1
-0/+8
*
bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276)
Steve Dower
2019-06-22
1
-0/+19
*
Update What's New in Python 3.8 (GH-14253) (GH-14294)
Victor Stinner
2019-06-21
1
-1/+1
*
Update What's New in Python 3.8 (GH-14239)
Miss Islington (bot)
2019-06-19
1
-1/+2
*
[3.8] bpo-33416: Document changes in PyNode_AddChild and PyParser_AddToken (...
Miss Islington (bot)
2019-06-19
1
-0/+2
[next]