summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-110235: Raise TypeError for duplicate/unknown fields in PyStructSequence c...Xuehai Pan2023-10-043-7/+84
* GH-109369: Merge all eval-breaker flags and monitoring version into one word....Mark Shannon2023-10-0413-234/+188
* gh-104909: Split more LOAD_ATTR specializations (GH-110317)Guido van Rossum2023-10-046-219/+598
* Lint: Remove files that no longer fail to parse or with F811 (#110356)Hugo van Kemenade2023-10-041-4/+0
* gh-110260: Check for PyList_SetItem() errors in termios module (GH-110261)Nikita Sobolev2023-10-041-17/+32
* gh-109151: Enable readline in the sqlite3 CLI (GH-109152)Serhiy Storchaka2023-10-042-0/+5
* gh-110332: Remove mentions of `random.WichmannHill` from `test_zlib` (#110334)Nikita Sobolev2023-10-041-12/+1
* gh-109276: regrtest: shorter list of resources (#110326)Victor Stinner2023-10-043-17/+63
* gh-110335: asyncio test_unix_events cleans multiprocessing (#110336)Victor Stinner2023-10-041-0/+8
* gh-110166: Fix gdb CFunctionFullTests on ppc64le clang build (#110331)Victor Stinner2023-10-041-1/+1
* gh-110171: `libregrtest` always sets `random.seed` (#110172)Nikita Sobolev2023-10-045-16/+24
* gh-110273: dataclasses.replace() now raise TypeError for all invalid argument...Serhiy Storchaka2023-10-043-11/+14
* gh-109653: Defer importing `warnings` in several modules (#110286)Alex Waygood2023-10-046-6/+10
* gh-85984: Document change in return type of tty functions (#110028)Jelle Zijlstra2023-10-041-0/+6
* gh-110300: Fix Refleaks in test_interpreters and test__xxinterpchannels (gh-1...Eric Snow2023-10-043-10/+30
* gh-109979: Unify _GUARD_TYPE_VERSION{,_STORE} (#110301)Guido van Rossum2023-10-035-63/+36
* gh-109917: Fix test instability in test_concurrent_futures (#110306)elfstrom2023-10-031-1/+2
* Revert "gh-76785: Print the Traceback from Interpreter.run() (gh-110248)" (gh...Eric Snow2023-10-031-4/+0
* gh-76785: Print the Traceback from Interpreter.run() (gh-110248)Eric Snow2023-10-031-0/+4
* Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)Adam Turner2023-10-0318-243/+243
* gh-109979: Auto-generate the target for DEOPT_IF() (#110193)Guido van Rossum2023-10-038-315/+315
* gh-108867: Add PyThreadState_GetUnchecked() function (#108870)Victor Stinner2023-10-0310-8/+34
* gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)Victor Stinner2023-10-033-2/+7
* gh-107073: Mention pythoncapi-compat for PyObject_VisitManagedDict() (#110291)Victor Stinner2023-10-031-1/+3
* gh-109860: Use a New Thread State When Switching Interpreters, When Necessary...Eric Snow2023-10-038-68/+151
* Enhanced sqlite3 connection context management documentation with contextlib....Lincoln2023-10-031-2/+2
* gh-110267: Add tests for pickling and copying PyStructSequence objects (GH-11...Xuehai Pan2023-10-032-2/+75
* Bump various dependencies in `Doc/requirements-oldest-sphinx.txt` (#110278)Alex Waygood2023-10-031-7/+7
* gh-110276: Run `test_str`, not `test_unicode`, as part of the PGO build (#110...Alex Waygood2023-10-031-1/+1
* gh-109956: Also test typing.NamedTuple with copy.replace() (GH-109957)Nikita Sobolev2023-10-031-8/+18
* Fix typo in py312 whatsnew: add missing closing paren (#110255)Lele Gaifax2023-10-031-1/+1
* Remove unused Misc/requirements-test.txt (#110240)Hugo van Kemenade2023-10-031-1/+0
* Add --inline-caches flag to dis command line (#110249)Guido van Rossum2023-10-032-1/+4
* gh-109653: Reduce the import time of `random` by 60% (#110221)Alex Waygood2023-10-022-1/+3
* gh-110241: Add missing error check to `record_eval` in `_testinternalcapi` (#...Nikita Sobolev2023-10-021-1/+5
* gh-76785: Module-level Fixes for test.support.interpreters (gh-110236)Eric Snow2023-10-023-25/+206
* Enable ruff on `Lib/test/test_typing.py` (#110179)Alex Waygood2023-10-023-54/+53
* gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...Eric Snow2023-10-0211-45/+257
* gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)Eric Snow2023-10-027-10/+214
* gh-107073: Make PyObject_VisitManagedDict() public (#108763)Victor Stinner2023-10-0212-24/+77
* gh-108494: Document how to add a project in PCbuild/readme.txt (#110077)Victor Stinner2023-10-022-9/+37
* gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)Victor Stinner2023-10-028-20/+17
* gh-110178: Use fewer weakrefs in test_typing.py (#110194)Jelle Zijlstra2023-10-021-1/+1
* 3.12 What's New: Remove duplicate "up to" (#110219)numbermaniac2023-10-021-1/+1
* gh-83180: Made launcher treat shebang 'python' tags as low priority so that a...Steve Dower2023-10-024-12/+71
* GH-109190: Announce final release in What's New in Python 3.12 (#110117)Adam Turner2023-10-021-1/+1
* gh-108963: using random to generate unique string in sys.intern test (#109491)AN Long2023-10-021-10/+3
* GH-92584: Move installation schemes overview to sysconfig docs (#108018)Adam Turner2023-10-023-18/+167
* Docs: bump Pygments to fix contrast ratios to meet WCAG AA guidelines (#110208)Hugo van Kemenade2023-10-021-2/+1
* gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on ex...Charles Machalow2023-10-024-12/+91