summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-109868: Skip deepcopy memo check for empty memo (GH-109869)Pieter Eendebak2023-09-291-5/+5
* gh-110045: Update symtable module for PEP 695 (#110066)Jelle Zijlstra2023-09-292-4/+42
* gh-109566: regrtest _add_python_opts() handles KeyboardInterrupt (#110062)Victor Stinner2023-09-294-14/+33
* gh-110036: multiprocessing Popen.terminate() catches PermissionError (#110037)Victor Stinner2023-09-292-4/+12
* gh-109974: Fix threading lock_tests race conditions (#110057)Victor Stinner2023-09-291-124/+223
* gh-109960: Remove test_pty timeout of 10 seconds (#110058)Victor Stinner2023-09-291-11/+0
* gh-109889: fix compiler's redundant NOP detection to look past NOPs with no l...Irit Katriel2023-09-281-0/+5
* gh-110038: KqueueSelector must count all read/write events (#110039)Davide Rizzo2023-09-282-1/+35
* gh-110033: Fix signal test_interprocess_signal() (#110035)Victor Stinner2023-09-281-0/+8
* gh-109972: Enhance test_gdb (#110026)Victor Stinner2023-09-288-218/+299
* gh-109594: Fix concurrent.futures test_timeout() (#110018)Victor Stinner2023-09-281-8/+9
* gh-109972: Split test_gdb.py into test_gdb package (#109977)Victor Stinner2023-09-289-1066/+1121
* gh-109818: `reprlib.recursive_repr` copies `__type_params__` (#109819)Nikita Sobolev2023-09-282-0/+12
* 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-271-0/+21
* gh-109461: Update logging module lock to use context manager (#109462)Dale Collison2023-09-275-176/+80
* 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-271-0/+7
* gh-109566: regrtest doesn't enable --rerun if --python is used (#109969)Victor Stinner2023-09-272-3/+12
* gh-109923: set line number on the POP_TOP that follows a RETURN_GENERATOR (#1...Irit Katriel2023-09-271-10/+4
* gh-109615: Fix support test_copy_python_src_ignore() (#109958)Victor Stinner2023-09-273-6/+14
* 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-274-9/+52
* Remove loop from docstring for asyncio.streams.open_connection (#108528)Tom Gillespie2023-09-271-3/+2
* 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-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-263-53/+26
* Remove concurrent.futures deadcode: process_result_item() (#109906)Victor Stinner2023-09-261-18/+8
* gh-109566: regrtest reexecutes the process (#109909)Victor Stinner2023-09-264-6/+100
* GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()` (GH-109192)Barney Gale2023-09-262-25/+9
* gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)Victor Stinner2023-09-265-7/+113
* More informative docstrings in the random module (gh-109745)Raymond Hettinger2023-09-261-5/+34
* gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)Antoine Pitrou2023-09-265-2/+80
* gh-109832: concurrent.futures test_deadlock restores sys.stderr (#109887)Victor Stinner2023-09-261-0/+6
* 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-261-3/+13
* gh-109401: Fix threading barrier test_default_timeout() (#109875)Victor Stinner2023-09-261-4/+6
* gh-88233: zipfile: refactor _strip_extra (#102084)Jason R. Coombs2023-09-252-46/+60
* gh-109748: Fix venv test_zippath_from_non_installed_posix() (#109872)Victor Stinner2023-09-251-1/+9
* gh-109823: Adjust labels in compiler when removing an empty basic block which...Irit Katriel2023-09-251-0/+5
* gh-109599: Add types.CapsuleType (#109600)Antoine Pitrou2023-09-253-1/+14
* gh-89363: Skip threading test_is_alive_after_fork() if ASAN (#109835)Victor Stinner2023-09-252-1/+5
* gh-109276: regrtest re-runs "env changed" tests (#109831)Victor Stinner2023-09-252-7/+18
* 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
* no-issue: Capitalise 'PhotoImage' (gh-108958)DongWoo Son2023-09-251-1/+1
* gh-109653: Avoid a top-level import of `types` in `functools` (#109804)Alex Waygood2023-09-241-1/+2
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-2420-25/+6