summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bring Python into the new year. (GH-24036)Dong-hee Na2021-01-019-10/+10
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)Dong-hee Na2021-01-012-3/+9
* bpo-42781: Document the mechanics of cached_property from a user viewpoint (G...Raymond Hettinger2021-01-011-4/+14
* bpo-37193: Remove thread objects which finished process its request (GH-23127)Jason R. Coombs2020-12-313-12/+64
* Fixes a typo in importlib.metadata. (#23921)Tao He2020-12-311-2/+2
* bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but pr...Jason R. Coombs2020-12-313-2/+50
* bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...Jason R. Coombs2020-12-317-154/+286
* bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....Erlend Egeberg Aasland2020-12-315-42/+30
* bpo-39068: Fix race condition in base64 (GH-17627)Brandon Stansbury2020-12-313-2/+5
* Minor improvements to the convolve() recipe (GH-24012)Raymond Hettinger2020-12-301-2/+2
* bpo-42773: fix tests not being run on pushes (GH-24004)Filipe Laíns2020-12-301-1/+1
* bpo-27640: Add --disable-test-modules configure option (GH-23886)pxinwr2020-12-306-41/+116
* bpo-27794: Add `name` attribute to `property` class (GH-23967)Yurii Karabas2020-12-305-11/+118
* bpo-40137: Fix refleak in _functools_exec() (GH-24006)Victor Stinner2020-12-301-0/+1
* bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)Petr Viktorin2020-12-293-4/+7
* bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)Andre Delfino2020-12-291-0/+2
* bpo-40956: Convert _sqlite3.Row to Argument Clinic (GH-23964)Erlend Egeberg Aasland2020-12-292-21/+86
* bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)Jakub Kulík2020-12-294-11/+9
* bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)Hai Shi2020-12-293-224/+255
* bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)Michael Wayne Goodman2020-12-291-2/+2
* Fix minor typo in comments in readline.c (GH-23911)Jero Bado2020-12-291-1/+1
* Allow / character in username,password fields in _PROXY envvars. (#23973)Senthil Kumaran2020-12-293-2/+15
* bpo-41781: Fix typo in internal function name in typing (GH-23957)Ross2020-12-291-3/+3
* Fix typo in NEWS (GH23958)Zackery Spytz2020-12-291-1/+1
* bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)Serhiy Storchaka2020-12-295-11/+27
* bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)Serhiy Storchaka2020-12-291-1/+1
* bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)Zackery Spytz2020-12-291-1/+1
* bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942)Ken Jin2020-12-293-1/+15
* Fix compiler warnings regarding loss of data (GH-23983)Pablo Galindo2020-12-292-2/+2
* Use Py_NewRef in Modules/_struct.c (GH-23981)Pablo Galindo2020-12-281-2/+1
* bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)Ken Jin2020-12-282-3/+6
* bpo-42222: Modernize integer test/conversion in randrange() (#23064)Raymond Hettinger2020-12-284-11/+81
* [workflow] Use MSVC problem matcher for Windows action build (GH-18532)Ammar Askar2020-12-282-0/+21
* bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975)Erlend Egeberg Aasland2020-12-281-1/+1
* bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972)Erlend Egeberg Aasland2020-12-281-1/+0
* bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)Erlend Egeberg Aasland2020-12-271-1/+1
* bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170)Erlend Egeberg Aasland2020-12-277-82/+45
* bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838)Erlend Egeberg Aasland2020-12-274-77/+297
* bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic ...Serhiy Storchaka2020-12-271-4/+8
* bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953)Victor Stinner2020-12-263-8/+7
* Add small validator utility for PEG grammars (GH-23519)Pablo Galindo2020-12-263-0/+106
* bpo-16396: fix BPO number in changelog (GH-23951)Shantanu2020-12-261-1/+1
* bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954)Dong-hee Na2020-12-261-1/+5
* bpo-40521: Per-interpreter interned strings (GH-20085)Victor Stinner2020-12-265-83/+43
* bpo-42694: Prevent creating _curses_panel.panel (GH-23948)Victor Stinner2020-12-261-1/+2
* bpo-42745: Make the type cache per-interpreter (GH-23947)Victor Stinner2020-12-267-82/+128
* Add convolve() to the itertools recipes (GH-23928)Raymond Hettinger2020-12-261-0/+12
* bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)Victor Stinner2020-12-256-37/+102
* Sync what's new in 3.9 with 3.9 branch (GH-23943)Ken Jin2020-12-251-1/+34
* bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-2...Eric Snow2020-12-253-93/+380