- 2de5097 bpo-26131: Deprecate usage of load_module() (GH-23469) by Brett Cannon · 4 years ago
- 1867b46 bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) by Victor Stinner · 4 years ago
- 5c73afc bpo-28468: Add platform.freedesktop_os_release() (GH-23492) by Christian Heimes · 4 years ago
- be319c0 bpo-42299: Remove formatter module (GH-23476) by Dong-hee Na · 4 years ago
- 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 4 years ago
- 8d17d2b Doc: Minor fixes (GH-23422) by kj · 4 years ago
- 79d2e62 Added support for negative indexes to PurePath.parents (GH-21799) by Yaroslav Pankovych · 4 years ago
- 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 4 years ago
- aa3a352 bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) by Quentin Hibon · 4 years ago
- 4520584 bpo-35498: Added slice support to PathLib parents attribute. (GH-11165) by Joshua Cannon · 4 years ago
- 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 4 years ago
- e1dc0db bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386) by kj · 4 years ago
- 4687338 bpo-42345: Add whatsnew for typing.Literal in 3.10 (GH-23385) by kj · 4 years ago
- a85fefe bpo-42381: Document walrus-related syntax changes in whatsnew (GH-23382) by Lysandros Nikolaou · 4 years ago
- e025178 bpo-39573: Remove What's new entry for Py_SIZE() (GH-23375) by Miro Hrončok · 4 years ago
- 0e2ac21 bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) by Victor Stinner · 4 years ago
- 9c98e8c bpo-42396: Add a whatsnew entry about async contextlib.nullcontext (GH-23357) by Tom Gringauz · 4 years ago
- a1f401a bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163) by Erlend Egeberg Aasland · 4 years ago
- 296a796 bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342) by Victor Stinner · 4 years ago
- a57b3d3 bpo-41625: Expose the splice() system call in the os module (GH-21947) by Pablo Galindo · 4 years ago
- c26d591 bpo-40939: Document removal of the old parser in 3.10 whatsnew (GH-23321) by Lysandros Nikolaou · 4 years ago
- d2e94bb bpo-42131: Add PEP 451-related methods to zipimport (GH-23187) by Brett Cannon · 4 years ago
- cd9fed6 bpo-41001: Add os.eventfd() (#20930) by Christian Heimes · 4 years ago
- 750c5ab bpo-42308: Add threading.__excepthook__ (GH-23218) by Mario Corchero · 4 years ago
- 95ce7cd bpo-1635741: Fix typo in PyModule_AddObjectRef() doc (GH-23234) by Victor Stinner · 4 years ago
- a13b26c bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) by Hai Shi · 4 years ago
- ace3f9a bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220) by Victor Stinner · 4 years ago
- 3eb2846 Update whatsnew for 3.10 release about addition of contextlib.aclosing (GH-23217) by Joongi Kim · 4 years ago
- 825ac38 bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when `__loader__` is missing (#22929) by Brett Cannon · 4 years ago
- 88c2cfd bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123) by Hai Shi · 4 years ago
- 91e9379 bpo-26389: Allow passing an exception object in the traceback module (GH-22610) by Zackery Spytz · 4 years ago
- 53a03aa bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152) by Victor Stinner · 4 years ago
- 8021875 bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122) by Victor Stinner · 4 years ago
- 0001a1b bpo-42251: Add gettrace and getprofile to threading (GH-23125) by Mario Corchero · 4 years ago
- 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 4 years ago
- 7feb54a bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062) by Dong-hee Na · 4 years ago
- d21cb2d bpo-42198: Improve consistency of Union docs (GH-23029) by kj · 4 years ago
- 99608c7 DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036) by Matti Picus · 4 years ago
- df59273 bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639) by Zackery Spytz · 4 years ago
- 84f7382 bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994) by Victor Stinner · 4 years ago
- 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 4 years ago
- 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 4 years ago
- 805ef73 bpo-42139: Update What's New 3.9 for master (#22936) by Terry Jan Reedy · 4 years ago
- 04523c5 Mention in "What's New" that the import system is starting to be cleaned up (GH-22931) by Brett Cannon · 4 years ago
- b451b0e bpo-38980: Add -fno-semantic-interposition when building with optimizations (GH-22862) by Pablo Galindo · 4 years ago
- 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 4 years ago
- 3a8fdb2 bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252) by Alex Gaynor · 4 years ago
- 67f0487 3.9 whatsnew: fix bpo issue for AST change (GH-22742) by Shantanu · 4 years ago
- 302b616 Update timings for the final release (GH-22697) by Raymond Hettinger · 4 years, 1 month ago
- c5b049b bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (GH-22219) by Hai Shi · 4 years, 1 month ago
- 24a54c0 Delete PyGen_Send (#22663) by Vladimir Matveev · 4 years, 1 month ago
- 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years, 1 month ago
- e2ec0b2 bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) by Serhiy Storchaka · 4 years, 1 month ago
- 4f3c250 bpo-41923: PEP 613: Add TypeAlias to typing module (#22532) by Mikhail Golubev · 4 years, 1 month ago
- 044a104 bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) by Batuhan Taskaya · 4 years, 1 month ago
- dcc5421 bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) by Serhiy Storchaka · 4 years, 1 month ago
- 8e1dd55 bpo-41428: Documentation for PEP 604 (gh-22517) by Fidget-Spinner · 4 years, 1 month ago
- 583ee5a bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486) by Victor Stinner · 4 years, 1 month ago
- d332e7b bpo-41842: Add codecs.unregister() function (GH-22360) by Hai Shi · 4 years, 1 month ago
- e8a2076 Revert "Fix all Python Cookbook links (#22205)" (GH-22424) by Andre Delfino · 4 years, 1 month ago
- 2e4dd33 bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633) by Zackery Spytz · 4 years, 1 month ago
- 9c4eac7 bpo-33822: Update IDLE section of What's New 3.8 (GH-22383) by Terry Jan Reedy · 4 years, 1 month ago
- 22b7616 bpo-41844: Add IDLE section to What's New 3.9 (GN-22382) by Terry Jan Reedy · 4 years, 1 month ago
- 19c3ac9 bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) by Victor Stinner · 4 years, 1 month ago
- 0d0e9fe bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336) by Bas van Beek · 4 years, 1 month ago
- c8c70e7 Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317) by Mark Dickinson · 4 years, 1 month ago
- 27201cd Remove duplicated words words (GH-22298) by Serhiy Storchaka · 4 years, 1 month ago
- 5a83647 bpo-41808: Add What's New 3.9 entry missing from master (#22294) by Terry Jan Reedy · 4 years, 1 month ago
- a33f2c2 bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288) by Serhiy Storchaka · 4 years, 1 month ago
- ac0333e Fix all Python Cookbook links (#22205) by Andre Delfino · 4 years, 2 months ago
- 207c321 bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) by Erlend Egeberg Aasland · 4 years, 2 months ago
- bb0b085 bpo-40204: Fix reference to terms in the doc (GH-21865) by Victor Stinner · 4 years, 3 months ago
- 474652f bpo-40204, doc: Fix syntax of C variables (GH-21846) by Victor Stinner · 4 years, 3 months ago
- 76643c1 bpo-41475: Fix note in "What's new in 3.7" (#21733) by Ram Rachum · 4 years, 3 months ago
- af3a6a8 Add PEP 573 additions to What's New (GH-21374) by Petr Viktorin · 4 years, 3 months ago
- 4ce6faa bpo-16995: add support for base32 extended hex (base32hex) (GH-20441) by Filipe Laíns · 4 years, 3 months ago
- e28b8c9 bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958) by Zackery Spytz · 4 years, 3 months ago
- 3405e05 bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685) by pxinwr · 4 years, 3 months ago
- da4e09f bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536) by Hans Petter Jansson · 4 years, 3 months ago
- daff390 bpo-38731: Add --quiet option to py_compile CLI (GH-17134) by Gregory Schevchenko · 4 years, 3 months ago
- 12f4334 bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535) by Serhiy Storchaka · 4 years, 3 months ago
- d4d127f bpo-31844: Move whatsnew note to 3.10.rst (GH-21504) by Berker Peksag · 4 years, 4 months ago
- e34bbfd bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562) by Berker Peksag · 4 years, 4 months ago
- 2a51818 bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-21474) by JustAnotherArchivist · 4 years, 4 months ago
- b4a9263 bpo-37207: Update whatsnews for 3.9 (GH-21337) by Dong-hee Na · 4 years, 4 months ago
- 004e64e bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Rémi Lapeyre · 4 years, 4 months ago
- 038dd0f bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933) by Inada Naoki · 4 years, 4 months ago
- b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 4 years, 4 months ago
- dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 4 years, 4 months ago
- e4f1fe6 bpo-41123: Remove PyLong_FromUnicode() (GH-21204) by Inada Naoki · 4 years, 4 months ago
- d9f2a13 bpo-41123: Remove PyUnicode_GetMax() (GH-21192) by Inada Naoki · 4 years, 4 months ago
- 20a7902 bpo-41123: Remove Py_UNICODE_str* functions (GH-21164) by Inada Naoki · 4 years, 4 months ago
- 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 4 years, 4 months ago
- 59cf853 bpo-40636: Documentation for zip-strict (#20961) by Ram Rachum · 4 years, 4 months ago
- 37bb289 bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) by Victor Stinner · 4 years, 4 months ago
- 8a64cea bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075) by Serhiy Storchaka · 4 years, 5 months ago
- 2c2a4f3 bpo-41006: What's New: less => fewer modules (GH-20955) by Victor Stinner · 4 years, 5 months ago
- 4c18fc8 bpo-41006: Document the runpy optimization (GH-20953) by Victor Stinner · 4 years, 5 months ago
- 2c4928d bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 4 years, 5 months ago
- 7ab92d5 bpo-36020: Require vsnprintf() to build Python (GH-20899) by Victor Stinner · 4 years, 5 months ago