summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-109972: Enhance test_gdb (#110026)Victor Stinner2023-09-288-218/+299
* Whitespace fix in asyncio-stream.rst (#110015)Davide Rizzo2023-09-281-2/+2
* gh-109782: Ensure `os.path.isdir` has the same signature on all platforms (GH...Amin Alaee2023-09-283-13/+15
* gh-110020: Fix unused variable warnings in bytecodes.c (GH-110023)Nikita Sobolev2023-09-283-18/+9
* gh-109594: Fix concurrent.futures test_timeout() (#110018)Victor Stinner2023-09-282-8/+13
* gh-109961: Docs: Fix incorrect rendering of `__replace__` in `copy.rst` (#109...Nikita Sobolev2023-09-282-13/+21
* gh-109972: Split test_gdb.py into test_gdb package (#109977)Victor Stinner2023-09-2811-1066/+1124
* gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110003)Ned Deily2023-09-282-3/+4
* gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests...Ned Deily2023-09-283-7/+9
* GH-109190: Copyedit 3.12 What's New: Bytecode (#109821)Adam Turner2023-09-282-8/+28
* gh-109812: Fix phrasing for `collections.Counter` (gh-109813)Jacob Coffee2023-09-282-1/+2
* gh-109818: `reprlib.recursive_repr` copies `__type_params__` (#109819)Nikita Sobolev2023-09-283-0/+14
* gh-104909: Split some more insts into ops (#109943)Guido van Rossum2023-09-278-115/+519
* gh-109955 : Update state transition comments for asyncio.Task (#109910)Kristján Valur Jónsson2023-09-271-7/+17
* gh-109793: Allow Switching Interpreters During Finalization (gh-109794)Eric Snow2023-09-277-3/+96
* Enhance TypedDict docs around required/optional keys (#109547)Jelle Zijlstra2023-09-271-0/+15
* gh-109461: Update logging module lock to use context manager (#109462)Dale Collison2023-09-276-176/+81
* gh-109615: Fix support test_copy_python_src_ignore() on WASM (#109970)Victor Stinner2023-09-271-1/+9
* gh-109740: Use 't' in `--disable-gil` SOABI (#109922)Sam Gross2023-09-276-48/+71
* GH-109190: Copyedit 3.12 What's New: Release highlights (#109770)Adam Turner2023-09-271-167/+254
* gh-109566: regrtest doesn't enable --rerun if --python is used (#109969)Victor Stinner2023-09-272-3/+12
* gh-101100: Fix sphinx warnings in `library/devmode.rst` (#109963)Nikita Sobolev2023-09-272-3/+3
* gh-109923: set line number on the POP_TOP that follows a RETURN_GENERATOR (#1...Irit Katriel2023-09-273-12/+9
* gh-109615: Fix support test_copy_python_src_ignore() (#109958)Victor Stinner2023-09-275-8/+30
* gh-109566: Fix regrtest Python options for WASM/WASI (#109954)Victor Stinner2023-09-273-8/+20
* gh-109565: Fix concurrent.futures test_future_times_out() (#109949)Victor Stinner2023-09-271-2/+5
* gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)Victor Stinner2023-09-275-56/+59
* GH-109190: Copyedit 3.12 What's New: Deprecations (``os`` fix) (#109927)Adam Turner2023-09-271-15/+17
* Remove loop from docstring for asyncio.streams.open_connection (#108528)Tom Gillespie2023-09-271-3/+2
* gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (#109931)Victor Stinner2023-09-272-9/+8
* gh-109098: Fuzz re module instead of internal sre (#109911)Ammar Askar2023-09-262-30/+21
* gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (#109928)Victor Stinner2023-09-261-4/+9
* gh-109566: Fix regrtest code adding Python options (#109926)Victor Stinner2023-09-264-38/+62
* GH-109190: Copyedit 3.12 What's New: Deprecations (#109766)Adam Turner2023-09-261-92/+153
* Fix argument ordering of embuilder command documented in `Tools/wasm/README.m...OmniTroid2023-09-261-1/+1
* gh-109845: Make test_ftplib more stable under load (GH-109912)Serhiy Storchaka2023-09-261-20/+18
* gh-109276, gh-109508: Fix libregrtest stdout (#109903)Victor Stinner2023-09-264-54/+27
* Remove concurrent.futures deadcode: process_result_item() (#109906)Victor Stinner2023-09-261-18/+8
* gh-109566: regrtest reexecutes the process (#109909)Victor Stinner2023-09-267-14/+107
* GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()` (GH-109192)Barney Gale2023-09-264-30/+21
* gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)Victor Stinner2023-09-2611-51/+161
* More informative docstrings in the random module (gh-109745)Raymond Hettinger2023-09-261-5/+34
* no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902)lohaswinner2023-09-261-1/+1
* gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)Antoine Pitrou2023-09-267-2/+95
* gh-109832: concurrent.futures test_deadlock restores sys.stderr (#109887)Victor Stinner2023-09-261-0/+6
* gh-109631: Allow interruption of short repeated regex matches (GH-109867)Serhiy Storchaka2023-09-263-2/+8
* gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (#109881)Nikita Sobolev2023-09-262-11/+9
* gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109...Serhiy Storchaka2023-09-262-3/+3
* gh-109739: regrtest disables load tracker if refleak (#109871)Victor Stinner2023-09-262-3/+16
* gh-109401: Fix threading barrier test_default_timeout() (#109875)Victor Stinner2023-09-261-4/+6