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-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner
2020-08-14
4
-7/+7
*
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner
2020-08-13
1
-2/+2
*
bpo-41475: Fix note in "What's new in 3.7" (#21733)
Ram Rachum
2020-08-11
1
-1/+1
*
Add PEP 573 additions to What's New (GH-21374)
Petr Viktorin
2020-08-11
1
-0/+7
*
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
Filipe Laíns
2020-08-10
1
-0/+6
*
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
Zackery Spytz
2020-08-09
1
-0/+7
*
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
pxinwr
2020-08-07
1
-0/+6
*
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson
2020-08-04
1
-0/+10
*
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
Gregory Schevchenko
2020-07-25
1
-0/+6
*
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clini...
Serhiy Storchaka
2020-07-20
1
-0/+4
*
bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)
Berker Peksag
2020-07-16
2
-6/+6
*
bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)
Berker Peksag
2020-07-16
1
-0/+5
*
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...
JustAnotherArchivist
2020-07-14
1
-2/+4
*
bpo-37207: Update whatsnews for 3.9 (GH-21337)
Dong-hee Na
2020-07-06
1
-0/+4
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Rémi Lapeyre
2020-07-02
1
-0/+5
*
bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933)
Inada Naoki
2020-06-30
1
-0/+5
*
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Inada Naoki
2020-06-30
1
-0/+4
*
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner
2020-06-29
1
-1/+12
*
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Inada Naoki
2020-06-29
1
-0/+3
*
bpo-41123: Remove PyUnicode_GetMax() (GH-21192)
Inada Naoki
2020-06-29
1
-0/+3
*
bpo-41123: Remove Py_UNICODE_str* functions (GH-21164)
Inada Naoki
2020-06-27
1
-1/+15
*
bpo-41103: Remove old buffer protocol support (#21117)
Inada Naoki
2020-06-25
1
-0/+5
*
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
[next]