summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.10.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-161-0/+6
* 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-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-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-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)Huon Wilson2020-06-011-7/+0
* bpo-29882: Add an efficient popcount method for integers (#771)Niklas Fiekas2020-05-291-0/+3
* bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...Serhiy Storchaka2020-05-281-0/+4
* bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)Victor Stinner2020-05-271-0/+9
* bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)Serhiy Storchaka2020-05-261-0/+6
* bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290)Dong-hee Na2020-05-251-7/+23
* bpo-40630: Add tracemalloc.reset_peak (GH-20102)Huon Wilson2020-05-221-0/+6
* 3.10 whatsnew needs to use blurb-produced changelog (GH-20213)Ned Deily2020-05-191-1/+1
* Python 3.10.0a0 (GH-20198)Pablo Galindo2020-05-191-0/+115