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
*
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
Victor Stinner
2019-12-09
1
-0/+5
*
Show the differing module names for readlink() (GH-17395)
Yoni Lavi
2019-11-27
1
-2/+2
*
Fix typo in Doc/whatsnew/3.9.rst (GH-17372)
Pablo Galindo
2019-11-25
1
-1/+1
*
bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1...
Pablo Galindo
2019-11-24
1
-0/+5
*
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
Victor Stinner
2019-11-23
1
-0/+4
*
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (G...
Victor Stinner
2019-11-20
1
-0/+5
*
bpo-38835: Exclude PyFPE macros from the stable API (GH-17228)
Victor Stinner
2019-11-20
1
-0/+4
*
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
Benjamin Peterson
2019-11-20
1
-0/+7
*
bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417)
Serhiy Storchaka
2019-11-16
1
-0/+6
*
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
Serhiy Storchaka
2019-11-16
1
-0/+3
*
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
Benjamin Peterson
2019-11-14
1
-0/+3
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
1
-4/+4
*
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer
2019-11-12
1
-5/+5
*
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
Benjamin Peterson
2019-11-06
1
-2/+3
*
bpo-38692: Add os.pidfd_open. (GH-17063)
Benjamin Peterson
2019-11-06
1
-0/+3
*
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner
2019-11-04
1
-0/+6
*
bpo-37759: Show output from var_access_benchmark (GH-17040)
Raymond Hettinger
2019-11-04
1
-3/+52
*
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16...
Anthony Sottile
2019-10-31
1
-0/+7
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
2
-2/+2
*
bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)
Serhiy Storchaka
2019-10-30
1
-0/+5
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
2
-2/+2
*
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
[next]