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
*
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
Kyle Stanley
2019-10-29
1
-1/+2
*
bpo-38534: Replace wrong KB number references (GH-16955)
benedwards14
2019-10-28
1
-1/+1
*
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
Victor Stinner
2019-10-28
1
-0/+8
*
bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)
Dong-hee Na
2019-10-28
1
-1/+8
*
Add missing asyncio changes from 3.8 whatsnew (GH-16911)
Kyle Stanley
2019-10-24
1
-10/+85
*
bpo-30618: add readlink to pathlib.Path (GH-8285)
Girts
2019-10-23
1
-0/+7
*
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
Dong-hee Na
2019-10-21
1
-0/+6
*
bpo-37759: More updates to Whatsnew 3.8 (GH-16854)
Raymond Hettinger
2019-10-20
1
-26/+183
*
Fix minor typos in What's New in Python 3.8. (GH-16770)
Jero Bado
2019-10-18
1
-4/+4
*
Doc: Add missing entry for functools.cached_property (GH-16803)
Stéphane Wirtel
2019-10-18
1
-0/+16
*
Remove draft status. Add asyncio REPL example (GH-16785)
Raymond Hettinger
2019-10-14
1
-8/+29
*
bpo-37759: Polish What's New in Python 3.8. (#16769)
Serhiy Storchaka
2019-10-14
1
-88/+123
*
bpo-37759: Add examples for the new typing features (GH-16763)
Raymond Hettinger
2019-10-14
1
-5/+21
*
bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761)
Raymond Hettinger
2019-10-14
1
-9/+10
*
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
*
bpo-38371: Tkinter: deprecate the split() method. (GH-16584)
Serhiy Storchaka
2019-10-08
1
-0/+5
*
bpo-25988: Do not expose abstract collection classes in the collections modul...
Serhiy Storchaka
2019-10-07
1
-0/+5
*
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
Adam J. Stewart
2019-10-07
1
-0/+4
*
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
bariod
2019-09-27
1
-1/+1
*
Doc: Several fixes and improvements for 3.9 whatsnew (GH-16375)
Kyle Stanley
2019-09-26
1
-26/+26
*
bpo-38234: Py_SetPath() uses the program full path (GH-16357)
Victor Stinner
2019-09-24
1
-0/+5
*
Doc: Add whatsnew entry for loop.shutdown_default_executor() (GH-16308)
Kyle Stanley
2019-09-21
1
-0/+7
*
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-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger
2019-09-11
2
-3/+3
*
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)
Xtreak
2019-09-11
1
-0/+26
*
bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)
Serhiy Storchaka
2019-09-09
1
-0/+8
*
Fix typo in math.prod example (GH-15614)
Ashwin Vishnu
2019-09-09
1
-1/+1
*
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
Joannah Nanjekye
2019-09-06
1
-0/+5
*
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye
2019-09-05
1
-0/+3
*
bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)
Jon Janzen
2019-09-05
1
-0/+6
*
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
Greg Price
2019-09-04
1
-2/+3
*
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
Serhiy Storchaka
2019-09-01
1
-0/+6
*
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-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
1
-0/+9
*
Fix link to changelog in 3.9 What's New page (GH-15445)
Ned Deily
2019-08-24
1
-1/+1
*
bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)
Raymond Hettinger
2019-08-22
1
-0/+6
*
bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...
Brett Cannon
2019-08-21
1
-0/+15
*
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-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
Dong-hee Na
2019-08-12
1
-0/+4
*
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-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
1
-0/+20
[next]