summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [3.12] gh-109649: Enhance os.cpu_count() documentation (#110169)Victor Stinner2023-10-022-7/+10
* [3.12] gh-110088: Fix asyncio test_prompt_cancellation() (GH-110157) (#110158)Miss Islington (bot)2023-10-021-3/+0
* [3.12] Add example for linear_regression() with proportional=True. (gh-110133...Miss Islington (bot)2023-10-021-0/+19
* [3.12] gh-109047: concurrent.futures catches RuntimeError (#109810) (#110126)Victor Stinner2023-10-024-17/+90
* [3.12] gh-109592: test_eintr tolerates 20 ms when comparing timings (GH-11010...Miss Islington (bot)2023-10-021-7/+16
* [3.12] gh-110052: Fix faulthandler for freed tstate (#110069) (#110071)Victor Stinner2023-10-022-12/+38
* [3.12] gh-110036: multiprocessing Popen.terminate() catches PermissionError (...Miss Islington (bot)2023-10-023-4/+17
* [3.12] gh-109960: Remove test_pty timeout of 10 seconds (GH-110058) (#110060)Miss Islington (bot)2023-10-021-11/+0
* [3.12] gh-109889: fix compiler's redundant NOP detection to look past NOPs wi...Miss Islington (bot)2023-10-023-1/+18
* [3.12] gh-110038: KqueueSelector must count all read/write events (GH-110039)...Davide Rizzo2023-10-023-1/+38
* [3.12] gh-110033: Fix signal test_interprocess_signal() (GH-110035) (#110040)Miss Islington (bot)2023-10-022-0/+13
* [3.12] gh-109594: Fix concurrent.futures test_timeout() (GH-110018) (#110021)Miss Islington (bot)2023-10-022-8/+13
* [3.12] gh-109818: `reprlib.recursive_repr` copies `__type_params__` (… (#10...Jelle Zijlstra2023-10-023-0/+14
* [3.12] gh-109955 : Update state transition comments for asyncio.Task (GH-1099...Miss Islington (bot)2023-10-021-7/+17
* [3.12] gh-109565: Fix concurrent.futures test_future_times_out() (GH-109949) ...Miss Islington (bot)2023-10-021-2/+5
* [3.12] gh-109615: Fix test_tools.test_freeze SRCDIR (#109935) (#109950)Victor Stinner2023-10-025-50/+60
* [3.12] Remove loop from docstring for asyncio.streams.open_connection (GH-108...Miss Islington (bot)2023-10-021-3/+2
* [3.12] gh-109098: Fuzz re module instead of internal sre (GH-109911) (#109932)Miss Islington (bot)2023-10-022-30/+21
* [3.12] gh-109845: Make test_ftplib more stable under load (GH-109912) (#109919)Miss Islington (bot)2023-10-021-20/+18
* [3.12] More informative docstrings in the random module (gh-109745) (#109905)Miss Islington (bot)2023-10-021-5/+34
* [3.12] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (G...Miss Islington (bot)2023-10-027-2/+95
* [3.12] gh-109832: concurrent.futures test_deadlock restores sys.stderr (GH-10...Miss Islington (bot)2023-10-021-0/+6
* [3.12] gh-109631: Allow interruption of short repeated regex matches (GH-1098...Miss Islington (bot)2023-10-023-2/+8
* [3.12] gh-89363: Skip threading test_is_alive_after_fork() if ASAN (GH-109835...Miss Islington (bot)2023-10-022-1/+5
* [3.12] gh-109702: Increase concurrent_futures deadlock timeout (GH-109703) (#...Miss Islington (bot)2023-10-021-1/+1
* [3.12] gh-109625: Move _ready_to_import() from test_import to support.import_...Miss Islington (bot)2023-10-023-34/+35