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-40636: Documentation for zip-strict (#20961)
Ram Rachum
2020-06-19
1
-0/+3
*
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Victor Stinner
2020-06-19
1
-0/+7
*
bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)
Serhiy Storchaka
2020-06-18
1
-0/+8
*
bpo-41006: What's New: less => fewer modules (GH-20955)
Victor Stinner
2020-06-17
1
-1/+1
*
bpo-41006: Document the runpy optimization (GH-20953)
Victor Stinner
2020-06-17
1
-0/+5
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-17
1
-0/+11
*
bpo-36020: Require vsnprintf() to build Python (GH-20899)
Victor Stinner
2020-06-15
1
-0/+4
*
bpo-40890: Add `mapping` property to dict views (GH-20749)
Dennis Sweeney
2020-06-12
1
-0/+5
*
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...
Serhiy Storchaka
2020-06-10
1
-5/+0
*
bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610)
Victor Stinner
2020-06-04
1
-3/+21
*
bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)
Victor Stinner
2020-06-02
1
-0/+4
*
bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
Victor Stinner
2020-06-02
1
-0/+4
*
bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)
Huon Wilson
2020-06-01
2
-7/+6
*
bpo-17005: Move topological sort functionality to its own module (GH-20558)
Pablo Galindo
2020-05-31
1
-7/+8
*
Fix typo in "What's new in Python 3.9" (GH-20559)
Lysandros Nikolaou
2020-05-31
1
-1/+1
*
bpo-40759: Deprecate the symbol module (GH-20364)
Batuhan Taskaya
2020-05-31
1
-3/+4
*
bpo-40829: Add a what's new entry about deprecation of shuffle's random param...
Batuhan Taskaya
2020-05-30
1
-0/+3
*
bpo-29882: Add an efficient popcount method for integers (#771)
Niklas Fiekas
2020-05-29
1
-0/+3
*
bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)
Michał Górny
2020-05-28
1
-4/+3
*
bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)
Victor Stinner
2020-05-28
1
-3/+2
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
1
-0/+4
*
bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH...
Elazar Gershuni
2020-05-28
1
-1/+1
*
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
Victor Stinner
2020-05-27
1
-0/+9
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Pablo Galindo
2020-05-27
1
-0/+49
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-0/+6
*
Remove duplicated words words (GH-20413)
Serhiy Storchaka
2020-05-26
2
-2/+2
*
bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290)
Dong-hee Na
2020-05-25
1
-7/+23
*
bpo-40730: Remove redundant 'to' (GH-20316)
Florian Dahlitz
2020-05-22
1
-1/+1
*
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
Huon Wilson
2020-05-22
1
-0/+6
*
Restore missing column of digits (GH-20313)
Raymond Hettinger
2020-05-22
1
-30/+30
*
Update whatsnew benchmark results for 3.9 (GH-20276)
Raymond Hettinger
2020-05-21
1
-0/+55
*
bpo-40698: Improve distutils upload hash digests (GH-20260)
Christian Heimes
2020-05-20
1
-0/+7
*
bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248)
karl ding
2020-05-20
1
-0/+3
*
3.10 whatsnew needs to use blurb-produced changelog (GH-20213)
Ned Deily
2020-05-19
1
-1/+1
*
bpo-32309: Implement asyncio.to_thread() (GH-20143)
Kyle Stanley
2020-05-19
1
-0/+6
*
Python 3.10.0a0 (GH-20198)
Pablo Galindo
2020-05-19
2
-0/+116
*
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
Serhiy Storchaka
2020-05-18
1
-5/+0
*
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...
Ned Deily
2020-05-18
1
-8/+0
*
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Ned Deily
2020-05-18
1
-0/+8
*
bpo-13601: Mention stderr's line buffering in What's New (GH-20168)
Shantanu
2020-05-18
1
-0/+4
*
bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006)
Paul Ganssle
2020-05-16
1
-1/+38
*
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
Paul Ganssle
2020-05-16
1
-0/+7
*
bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-...
Batuhan Taskaya
2020-05-16
1
-0/+8
*
bpo-40637: Add option to disable builtin hashes (GH-20121)
Christian Heimes
2020-05-15
1
-0/+9
*
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)
Lumír 'Frenzy' Balhar
2020-05-14
1
-0/+10
*
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
Victor Stinner
2020-05-13
1
-0/+3
*
bpo-36346: array: Don't use deprecated APIs (GH-19653)
Inada Naoki
2020-05-11
1
-0/+6
*
bpo-32117: Updated Simpsons names in docs (GH-19737)
Javier Buzzi
2020-05-05
1
-2/+2
*
bpo-40360: Add a What's New entry for lib2to3 pending deprecation (GH-19898)
Miro Hrončok
2020-05-04
1
-0/+10
*
What's New in Python 3.9: Reorganize C API Changes (GH-19794)
Victor Stinner
2020-04-29
1
-159/+173
[next]