summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* bpo-40204: Fix reference to terms in the doc (GH-21865)Victor Stinner2020-08-144-7/+7
* bpo-40204, doc: Fix syntax of C variables (GH-21846)Victor Stinner2020-08-131-2/+2
* bpo-41475: Fix note in "What's new in 3.7" (#21733)Ram Rachum2020-08-111-1/+1
* Add PEP 573 additions to What's New (GH-21374)Petr Viktorin2020-08-111-0/+7
* bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)Filipe Laíns2020-08-101-0/+6
* bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)Zackery Spytz2020-08-091-0/+7
* bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)pxinwr2020-08-071-0/+6
* bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)Hans Petter Jansson2020-08-041-0/+10
* bpo-38731: Add --quiet option to py_compile CLI (GH-17134)Gregory Schevchenko2020-07-251-0/+6
* bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clini...Serhiy Storchaka2020-07-201-0/+4
* bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)Berker Peksag2020-07-162-6/+6
* bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)Berker Peksag2020-07-161-0/+5
* bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...JustAnotherArchivist2020-07-141-2/+4
* bpo-37207: Update whatsnews for 3.9 (GH-21337)Dong-hee Na2020-07-061-0/+4
* bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...Rémi Lapeyre2020-07-021-0/+5
* bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933)Inada Naoki2020-06-301-0/+5
* bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)Inada Naoki2020-06-301-0/+4
* bpo-23427: Add sys.orig_argv attribute (GH-20729)Victor Stinner2020-06-291-1/+12
* bpo-41123: Remove PyLong_FromUnicode() (GH-21204)Inada Naoki2020-06-291-0/+3
* bpo-41123: Remove PyUnicode_GetMax() (GH-21192)Inada Naoki2020-06-291-0/+3
* bpo-41123: Remove Py_UNICODE_str* functions (GH-21164)Inada Naoki2020-06-271-1/+15
* bpo-41103: Remove old buffer protocol support (#21117)Inada Naoki2020-06-251-0/+5
* bpo-40636: Documentation for zip-strict (#20961)Ram Rachum2020-06-191-0/+3
* bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)Victor Stinner2020-06-191-0/+7
* bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)Serhiy Storchaka2020-06-181-0/+8
* bpo-41006: What's New: less => fewer modules (GH-20955)Victor Stinner2020-06-171-1/+1
* bpo-41006: Document the runpy optimization (GH-20953)Victor Stinner2020-06-171-0/+5
* bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)Inada Naoki2020-06-171-0/+11
* bpo-36020: Require vsnprintf() to build Python (GH-20899)Victor Stinner2020-06-151-0/+4
* bpo-40890: Add `mapping` property to dict views (GH-20749)Dennis Sweeney2020-06-121-0/+5
* bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...Serhiy Storchaka2020-06-101-5/+0
* bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610)Victor Stinner2020-06-041-3/+21
* bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)Victor Stinner2020-06-021-0/+4
* bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)Victor Stinner2020-06-021-0/+4
* bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)Huon Wilson2020-06-012-7/+6
* bpo-17005: Move topological sort functionality to its own module (GH-20558)Pablo Galindo2020-05-311-7/+8
* Fix typo in "What's new in Python 3.9" (GH-20559)Lysandros Nikolaou2020-05-311-1/+1
* bpo-40759: Deprecate the symbol module (GH-20364)Batuhan Taskaya2020-05-311-3/+4
* bpo-40829: Add a what's new entry about deprecation of shuffle's random param...Batuhan Taskaya2020-05-301-0/+3
* bpo-29882: Add an efficient popcount method for integers (#771)Niklas Fiekas2020-05-291-0/+3
* bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)Michał Górny2020-05-281-4/+3
* bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)Victor Stinner2020-05-281-3/+2
* bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...Serhiy Storchaka2020-05-281-0/+4
* bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH...Elazar Gershuni2020-05-281-1/+1
* bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)Victor Stinner2020-05-271-0/+9
* bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...Pablo Galindo2020-05-271-0/+49
* bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)Serhiy Storchaka2020-05-261-0/+6
* Remove duplicated words words (GH-20413)Serhiy Storchaka2020-05-262-2/+2
* bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290)Dong-hee Na2020-05-251-7/+23
* bpo-40730: Remove redundant 'to' (GH-20316)Florian Dahlitz2020-05-221-1/+1