summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-109972: Enhance test_gdb (#110026) (#110351)Victor Stinner2023-10-041-0/+4
* [3.12] gh-109974: Fix threading lock_tests race conditions (#110057) (#110346)Victor Stinner2023-10-041-0/+3
* [3.12] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#1...Victor Stinner2023-10-041-0/+4
* [3.12] gh-109972: Split test_gdb.py into test_gdb package (#109977) (#110339)Victor Stinner2023-10-041-0/+2
* [3.12] gh-110267: Add tests for pickling and copying PyStructSequence objects...Miss Islington (bot)2023-10-041-0/+2
* [3.12] gh-109653: Reduce the import time of `random` by 60% (GH-110221) (#110...Miss Islington (bot)2023-10-021-0/+2
* [3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098)Victor Stinner2023-10-021-0/+4
* [3.12] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110103)Victor Stinner2023-10-021-0/+2
* [3.12] gh-109782: Ensure `os.path.isdir` has the same signature on all platfo...Alex Waygood2023-10-021-0/+2
* [3.12] gh-109590: Update shutil.which on Windows to prefer a PATHEXT extensio...Miss Islington (bot)2023-10-021-0/+3
* [3.12] gh-109047: concurrent.futures catches RuntimeError (#109810) (#110126)Victor Stinner2023-10-021-0/+4
* [3.12] gh-110036: multiprocessing Popen.terminate() catches PermissionError (...Miss Islington (bot)2023-10-021-0/+5
* [3.12] gh-109889: fix compiler's redundant NOP detection to look past NOPs wi...Miss Islington (bot)2023-10-021-0/+2
* [3.12] gh-110038: KqueueSelector must count all read/write events (GH-110039)...Davide Rizzo2023-10-021-0/+3
* [3.12] gh-110033: Fix signal test_interprocess_signal() (GH-110035) (#110040)Miss Islington (bot)2023-10-021-0/+5
* [3.12] gh-109594: Fix concurrent.futures test_timeout() (GH-110018) (#110021)Miss Islington (bot)2023-10-021-0/+4
* [3.12] gh-109818: `reprlib.recursive_repr` copies `__type_params__` (… (#10...Jelle Zijlstra2023-10-021-0/+2
* [3.12] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (G...Miss Islington (bot)2023-10-021-0/+1
* [3.12] gh-109631: Allow interruption of short repeated regex matches (GH-1098...Miss Islington (bot)2023-10-021-0/+3
* [3.12] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108...elfstrom2023-10-021-0/+1
* [3.12] gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-10...Miss Islington (bot)2023-10-021-0/+5
* [3.12] gh-109596: Ensure repeated rules in the grammar are not allowed and fi...Pablo Galindo Salgado2023-10-021-0/+3
* [3.12] gh-106584: Fix exit code for unittest in Python 3.12 (GH-106588) (#109...Miss Islington (bot)2023-10-021-0/+2
* [3.12] gh-109613: _pystat_fromstructstat() checks for exceptions (GH-109618) ...Miss Islington (bot)2023-10-021-0/+4
* [3.12] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) (#1...Victor Stinner2023-10-021-0/+4
* [3.12] gh-109580: Skip test_perf_profiler on ASAN build (GH-109584) (#109585)Miss Islington (bot)2023-10-021-0/+3
* [3.12] gh-109375: Fix bug where pdb registers an alias without an associated ...Miss Islington (bot)2023-10-021-0/+1
* [3.12] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109...Miss Islington (bot)2023-10-021-0/+2
* [3.12] gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100...Miss Islington (bot)2023-10-021-0/+2
* [3.12] gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)...Irit Katriel2023-10-021-0/+1
* [3.12] gh-107219: Fix concurrent.futures terminate_broken() (GH-109244) (#109...Miss Islington (bot)2023-10-021-0/+5
* [3.12] gh-50644: Forbid pickling of codecs streams (GH-109180) (#109231)Miss Islington (bot)2023-10-021-0/+4
* [3.12] gh-109207: Fix SystemError when printing symtable entry object. (GH-10...Miss Islington (bot)2023-10-021-0/+1
* [3.12] gh-88943: Improve syntax error for non-ASCII character that follows a ...Miss Islington (bot)2023-10-021-0/+3
* Python 3.12.0v3.12.0Thomas Wouters2023-10-029-12/+74
* [3.12] GH-101100: Fix reference warnings for ``namedtuple`` (GH-110113) (#110...Miss Islington (bot)2023-10-021-1/+1
* [3.12] gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110054) (#11...Miss Islington (bot)2023-10-021-0/+1
* [3.12] gh-109634: Fix `:samp:` syntax (GH-110073) (#110095)Miss Islington (bot)2023-09-291-1/+1
* [3.12] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070)Miss Islington (bot)2023-09-291-0/+2
* [3.12] GH-109190: Copyedit 3.12 What's New: Bytecode (GH-109821) (#110047)Adam Turner2023-09-281-2/+2
* [3.12] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multis...Miss Islington (bot)2023-09-281-0/+2
* [3.12] gh-109991: Update macOS installer to use OpenSSL 3.0.10. (#110004)Ned Deily2023-09-281-0/+1
* [3.12] gh-109823: Adjust labels in compiler when removing an empty basic bloc...Miss Islington (bot)2023-09-261-0/+2
* [3.12] gh-109634: Use :samp: role (GH-109635) (#109776)Miss Islington (bot)2023-09-248-9/+9
* [3.12] Docs: Update Donghee Na's name (GH-109743) (#109758)Hugo van Kemenade2023-09-2436-106/+106
* [3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/...Miss Islington (bot)2023-09-241-0/+1
* [3.12] gh-109627: duplicated small exit blocks need to be assigned jump targe...Irit Katriel2023-09-221-0/+2
* [3.12] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109636)Miss Islington (bot)2023-09-221-0/+1
* Python 3.12.0rc3v3.12.0rc3Thomas Wouters2023-09-1830-86/+319
* [3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...Miss Islington (bot)2023-09-181-0/+5