summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-109287: fix overrides in cases generator (#110419)Carl Meyer2023-10-054-31/+37
* gh-85283: Add PySys_AuditTuple() function (#108965)Victor Stinner2023-10-057-9/+109
* gh-109888: Fix test_os _kill_with_event() on Windows (#110421)Victor Stinner2023-10-051-23/+27
* gh-110429: Fix race condition in "make regen-all" (#110433)Victor Stinner2023-10-051-2/+2
* gh-110383: Swap 'the all' -> 'all the' in socket docs (#110434)Bradley Reynolds2023-10-051-1/+1
* gh-110119: Fix test_importlib `--disable-gil` Windows test failures (#110422)Sam Gross2023-10-051-2/+5
* gh-109840: Fix multiprocessing test_waitfor_timeout() (#110428)Victor Stinner2023-10-051-3/+3
* gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)Victor Stinner2023-10-052-7/+3
* gh-110167: Fix test_socket deadlock in doCleanups() (#110416)Victor Stinner2023-10-052-5/+12
* gh-110147: test_msvcrt: run console I/O tests in new processes (#110268)AN Long2023-10-053-107/+31
* Fix env var typo in perf profiling docs (#110404)Harmen Stoppels2023-10-051-2/+1
* gh-110383 TimeIt Docs Spelling Fix (#110407)Towster152023-10-051-1/+1
* gh-110391: socket NetworkConnectionAttributesTest always declare cli (#110401)Victor Stinner2023-10-051-1/+3
* gh-109549: Add new states to PyThreadState to support PEP 703 (gh-109915)Sam Gross2023-10-056-92/+141
* gh-109329: Add stat for "trace too short" (GH-110402)Michael Droettboom2023-10-054-0/+5
* gh-110393: Remove watchdog with hardcoded timeout (#110400)Victor Stinner2023-10-052-9/+0
* gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)박문식2023-10-058-8/+132
* gh-110309: Prune empty constant in format specs (#110320)sunmy20192023-10-053-10/+79
* gh-110259: Fix f-strings with multiline expressions and format specs (#110271)Pablo Galindo Salgado2023-10-055-10/+128
* gh-110367: Fix regrtest test_worker_output_on_failure() on ASAN build (#110387)Victor Stinner2023-10-053-9/+20
* gh-110365: Fix error overwrite in `termios.tcsetattr` (#110366)Nikita Sobolev2023-10-052-13/+28
* gh-110367: Enhance regrtest -jN --verbose3 (#110368)Victor Stinner2023-10-054-3/+52
* Remove duplicate word. (#110376)Benjamin Peterson2023-10-051-1/+1
* gh-88402: Add new sysconfig variables on Windows (GH-110049)Sam Gross2023-10-0420-70/+231
* gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-110311)Eric Snow2023-10-043-58/+148
* GH-109329: Add tier 2 stats (GH-109913)Michael Droettboom2023-10-049-128/+483
* Add back bltin-boolean-values ref tag (#110371)P. L. Lim2023-10-041-0/+1
* gh-76785: Print the Traceback from Interpreter.run() (gh-110322)Eric Snow2023-10-041-1/+7
* gh-110222: Add support of PyStructSequence in copy.replace() (GH-110223)Xuehai Pan2023-10-043-1/+155
* 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