summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110456)Miss Islington (bot)2023-10-062-14/+22
* [3.12] Add support.MS_WINDOWS constant (#110446) (#110452)Victor Stinner2023-10-0610-23/+27
* [3.12] gh-103053: Fix make check-clean-src: check "python" program (GH-110449...Miss Islington (bot)2023-10-062-1/+5
* [3.12] gh-109888: Fix test_os _kill_with_event() on Windows (GH-110421) (#110...Miss Islington (bot)2023-10-051-23/+27
* [3.12] gh-110393: Remove watchdog with hardcoded timeout (GH-110400) (#110445)Miss Islington (bot)2023-10-052-9/+0
* [3.12] gh-110429: Fix race condition in "make regen-all" (GH-110433) (#110438)Miss Islington (bot)2023-10-051-2/+2
* [3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413) (...Victor Stinner2023-10-052-14/+11
* [3.12] gh-110383: Swap 'the all' -> 'all the' in socket docs (GH-110434) (#11...Miss Islington (bot)2023-10-051-1/+1
* [3.12] gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) (#11...Miss Islington (bot)2023-10-051-3/+3
* [3.12] gh-110167: Fix test_socket deadlock in doCleanups() (GH-110416) (#110423)Miss Islington (bot)2023-10-052-5/+12
* [3.12] gh-110383 TimeIt Docs Spelling Fix (GH-110407) (#110409)Miss Islington (bot)2023-10-051-1/+1
* [3.12] Fix env var typo in perf profiling docs (GH-110404) (#110414)Miss Islington (bot)2023-10-051-2/+1
* [3.12] gh-110391: socket NetworkConnectionAttributesTest always declare cli (...Miss Islington (bot)2023-10-051-1/+3
* [3.12] gh-110259: Fix f-strings with multiline expressions and format specs (...Miss Islington (bot)2023-10-055-10/+128
* [3.12] gh-110365: Fix error overwrite in `termios.tcsetattr` (GH-110366) (#11...Miss Islington (bot)2023-10-052-13/+28
* [3.12] Remove duplicate word. (GH-110376) (GH-110377)Miss Islington (bot)2023-10-051-1/+1
* [3.12] Add back bltin-boolean-values ref tag (GH-110371) (#110372)Miss Islington (bot)2023-10-041-0/+1
* [3.12] Lint: Remove files that no longer fail to parse (GH-110356) (#110360)Hugo van Kemenade2023-10-041-2/+0
* [3.12] gh-109151: Enable readline in the sqlite3 CLI (GH-109152) (#110352)Miss Islington (bot)2023-10-042-0/+5
* [3.12] gh-85984: Document change in return type of tty functions (GH-110028) ...Miss Islington (bot)2023-10-041-0/+6
* [3.12] Enhance TypedDict docs around required/optional keys (GH-109547) (#109...Miss Islington (bot)2023-10-041-0/+15
* [3.12] gh-109972: Enhance test_gdb (#110026) (#110351)Victor Stinner2023-10-049-218/+303
* [3.12] gh-109974: Fix threading lock_tests race conditions (#110057) (#110346)Victor Stinner2023-10-043-249/+378
* [3.12] gh-110332: Remove mentions of `random.WichmannHill` from `test_zlib` (...Miss Islington (bot)2023-10-041-12/+1
* [3.12] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#1...Victor Stinner2023-10-045-44/+75
* [3.12] gh-110335: asyncio test_unix_events cleans multiprocessing (GH-110336)...Miss Islington (bot)2023-10-041-0/+8
* [3.12] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#110340)Victor Stinner2023-10-047-12/+49
* [3.12] gh-109972: Split test_gdb.py into test_gdb package (#109977) (#110339)Victor Stinner2023-10-0411-1067/+1124
* [3.12] gh-110267: Add tests for pickling and copying PyStructSequence objects...Miss Islington (bot)2023-10-042-2/+75
* [3.12] gh-109917: Fix test instability in test_concurrent_futures (GH-110306)...Miss Islington (bot)2023-10-031-1/+2
* [3.12] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#...Adam Turner2023-10-0318-203/+203
* [3.12] gh-109234: Hint to contextlib.closing in sqlite3 context manager docs ...Miss Islington (bot)2023-10-031-2/+2
* [3.12] Enable ruff on `Lib/test/test_typing.py` (#110179) (#110288)Alex Waygood2023-10-033-54/+53
* [3.12] Bump various dependencies in `Doc/requirements-oldest-sphinx.txt` (GH-...Miss Islington (bot)2023-10-031-7/+7
* [3.12] Fix typo in py312 whatsnew: add missing closing paren (GH-110255) (#11...Miss Islington (bot)2023-10-031-1/+1
* [3.12] Remove unused Misc/requirements-test.txt (GH-110240) (#110253)Miss Islington (bot)2023-10-031-1/+0
* [3.12] gh-109653: Reduce the import time of `random` by 60% (GH-110221) (#110...Miss Islington (bot)2023-10-022-1/+3
* [3.12] gh-110241: Add missing error check to `record_eval` in `_testinternalc...Miss Islington (bot)2023-10-021-1/+5
* [3.12] gh-108494: Document how to add a project in PCbuild/readme.txt (GH-110...Miss Islington (bot)2023-10-021-0/+28
* [3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098)Victor Stinner2023-10-027-54/+19
* [3.12] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110103)Victor Stinner2023-10-022-16/+27
* [3.12] gh-109782: Ensure `os.path.isdir` has the same signature on all platfo...Alex Waygood2023-10-023-13/+15
* [3.12] Sync factor() recipe with main branch (gh-110231)Raymond Hettinger2023-10-021-3/+1
* [3.12] Fix typos in docs and comments (#109619) (#109621)Alex Waygood2023-10-029-9/+9
* [3.12] Code: Update Donghee Na's name (GH-109744) (#110225)Miss Islington (bot)2023-10-024-4/+4
* [3.12] gh-110178: Use fewer weakrefs in test_typing.py (GH-110194) (#110224)Miss Islington (bot)2023-10-021-1/+1
* [3.12] 3.12 What's New: Remove duplicate "up to" (GH-110219) (#110220)Miss Islington (bot)2023-10-021-1/+1
* [3.12] gh-108963: using random to generate unique string in sys.intern test â...Victor Stinner2023-10-021-7/+2
* [3.12] gh-109590: Update shutil.which on Windows to prefer a PATHEXT extensio...Miss Islington (bot)2023-10-024-12/+91
* [3.12] gh-110160: Fix flaky `test_find_periodic_pattern` in `string_tests` (G...Miss Islington (bot)2023-10-021-3/+11