summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-88233: zipfile: refactor _strip_extra (#102084)Jason R. Coombs2023-09-253-46/+62
* gh-109748: Fix venv test_zippath_from_non_installed_posix() (#109872)Victor Stinner2023-09-252-1/+12
* gh-109823: Adjust labels in compiler when removing an empty basic block which...Irit Katriel2023-09-253-1/+15
* gh-109599: Add types.CapsuleType (#109600)Antoine Pitrou2023-09-255-1/+21
* gh-89363: Skip threading test_is_alive_after_fork() if ASAN (#109835)Victor Stinner2023-09-252-1/+5
* gh-109795: `_thread.start_new_thread`: allocate thread bootstate using raw me...Radislav Chugunov2023-09-251-3/+6
* Code: Update Donghee Na's name (#109744)Hugo van Kemenade2023-09-254-4/+4
* gh-109723: Fix build of _testclinic_limited on WASM (#109842)Victor Stinner2023-09-251-0/+6
* GH-109190: Copyedit 3.12 What's New: Sort Other Language Changes (#109836)Adam Turner2023-09-251-47/+47
* gh-109276: regrtest re-runs "env changed" tests (#109831)Victor Stinner2023-09-253-7/+21
* GH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations with the ...Adam Turner2023-09-251-2/+0
* gh-109276: Enhance libregrtest results (#109828)Victor Stinner2023-09-252-39/+31
* gh-109833: Fix asyncio test_wait_for() (#109834)Victor Stinner2023-09-251-2/+3
* GH-109190: Copyedit 3.12 What's New: Improve the C-API deprecations section (...Adam Turner2023-09-251-13/+96
* no-issue: Capitalise 'PhotoImage' (gh-108958)DongWoo Son2023-09-251-1/+1
* GH-109190: Copyedit 3.12 What's New: Use the present tense (#109754)Adam Turner2023-09-251-30/+30
* GH-109190: Copyedit 3.12 What's New: Trivia (#109760)Adam Turner2023-09-251-7/+4
* GH-109190: Copyedit 3.12 What's New: Prefer GitHub issues links (#109753)Adam Turner2023-09-251-4/+4
* gh-104469: Convert _testcapi/vectorcall_limited.c to use AC (#109691)Victor Stinner2023-09-252-5/+47
* gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#109814)Nikita Sobolev2023-09-252-27/+32
* GH-109190: Copyedit 3.12 What's New: Update the ``imp`` porting guidance (#10...Adam Turner2023-09-251-2/+3
* GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptool...Adam Turner2023-09-251-0/+7
* Sync whatsnew with the edit I made in the 3.12 backport PR. (#109807)Gregory P. Smith2023-09-241-1/+3
* gh-109653: Avoid a top-level import of `types` in `functools` (#109804)Alex Waygood2023-09-242-1/+4
* GH-109190: Copyedit 3.12 What's New: Use the ``:file:`` role (#109756)Adam Turner2023-09-241-11/+11
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-2420-25/+6
* gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (#1...Nikita Sobolev2023-09-242-2/+6
* gh-109653: Improve `enum` import time by avoiding import of `functools` (GH-1...Alex Waygood2023-09-232-3/+3
* gh-109653: `typing.py`: improve import time by creating soft-deprecated membe...Alex Waygood2023-09-233-8/+24
* gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522)Serhiy Storchaka2023-09-232-5/+26
* gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)Serhiy Storchaka2023-09-2311-97/+54
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-2330-95/+99
* gh-100228: Document the os.fork threads DeprecationWarning. (#109767)Gregory P. Smith2023-09-234-4/+58
* gh-109505: Remove unnecessary `hasattr` checks from `test_asyncio` (#109506)Nikita Sobolev2023-09-232-7/+3
* GH-95913: Add the release date for Python 3.11 (#109750)Adam Turner2023-09-232-2/+1
* Fix indentation in 3.13 What's New (#109769)Jelle Zijlstra2023-09-231-4/+6
* gh-109706: Fix multiprocessing test_nested_startmethod() (#109707)Victor Stinner2023-09-221-1/+3
* GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (...Tian Gao2023-09-223-2/+3
* gh-109721: Guard `_testinternalcapi` imports in tests (GH-109722)Nikita Sobolev2023-09-223-3/+11
* Docs: Update Donghee Na's name (#109743)Hugo van Kemenade2023-09-2249-149/+149
* gh-109596: Ensure repeated rules in the grammar are not allowed and fix incor...Pablo Galindo Salgado2023-09-227-1219/+1203
* gh-109719: Fix missing jump target labels when compiler reorders cold/warm bl...Irit Katriel2023-09-223-0/+17
* gh-109164: Replace `getopt` with `argparse` in pdb (#109165)Tian Gao2023-09-222-18/+27
* ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (#109737)Adam Turner2023-09-221-3/+3
* gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)Victor Stinner2023-09-228-101/+114
* GH-109190: Copyedit 3.12 What's New: asyncio (#109661)Adam Turner2023-09-221-4/+4
* GH-109190: Copyedit 3.12 What's New: PEP 669 (#109658)Adam Turner2023-09-221-3/+5
* gh-109709: Fix asyncio test_stdin_broken_pipe() (#109710)Victor Stinner2023-09-222-16/+50
* Remove outdated docstring from the `quantify` itertools recipe (#109726)Ɓukasz Langa2023-09-221-1/+0
* GH-109190: Copyedit 3.12 What's New: Other Language Changes (#109660)Adam Turner2023-09-221-8/+8