summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-93627: Align Python implementation of pickle with C implementation of pick...Pieter Eendebak2023-09-103-10/+72
* gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)Serhiy Storchaka2023-09-104-0/+58
* gh-109162: libregrtest: add Logger class (#109212)Victor Stinner2023-09-104-99/+123
* gh-109162: libregrtest: add TestResults class (#109208)Victor Stinner2023-09-103-274/+306
* gh-109162: Refactor libregrtest.Regrtest (#109206)Victor Stinner2023-09-105-115/+120
* gh-109162: Refactor libregrtest.runtest_mp (#109205)Victor Stinner2023-09-104-56/+57
* gh-109162: libregrtest: remove WorkerJob class (#109204)Victor Stinner2023-09-097-88/+126
* gh-109162: libregrtest: fix _decode_worker_job() (#109202)Victor Stinner2023-09-093-5/+21
* Improve the sieve() recipe in the itertools docs (gh-109199)Raymond Hettinger2023-09-091-4/+7
* Fix an ironic typo in a code comment. (gh-109186)Raymond Hettinger2023-09-091-1/+1
* gh-109162: Refactor libregrtest.RunTests (#109177)Victor Stinner2023-09-095-60/+88
* gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)Serhiy Storchaka2023-09-096-197/+1
* gh-109118: Fix runtime crash when NameError happens in PEP 695 function (#109...Jelle Zijlstra2023-09-097-106/+189
* gh-109162: Refactor libregrtest.runtest (#109172)Victor Stinner2023-09-095-104/+134
* gh-109052: Use the base opcode when comparing code objects (gh-109107)Tian Gao2023-09-093-6/+24
* gh-109162: Refactor libregrtest WorkerJob (#109171)Victor Stinner2023-09-095-41/+48
* gh-109162: Refactor Regrtest.action_run_tests() (#109170)Victor Stinner2023-09-091-49/+49
* gh-108996: Skip broken test_msvcrt for now (#109169)Victor Stinner2023-09-081-0/+2
* gh-109162: Regrtest copies 'ns' attributes (#109168)Victor Stinner2023-09-083-48/+73
* gh-109162: Refactor Regrtest.main() (#109163)Victor Stinner2023-09-084-62/+64
* gh-108996: add tests for msvcrt (#109004)AN Long2023-09-082-0/+112
* gh-109054: configure checks if libatomic is needed (#109101)Victor Stinner2023-09-083-2/+151
* gh-108455: peg_generator: enable mypy's `--warn-unreachable` setting and `red...Alex Waygood2023-09-083-9/+13
* gh-91960: FreeBSD Cirrus CI runs configure separately (#109127)Victor Stinner2023-09-081-2/+5
* gh-109114: Relax the check for invalid lambdas inside f-strings to avoid fals...Pablo Galindo Salgado2023-09-084-1125/+1073
* Check the result of PySet_Contains() for error in Python/symtable.c (GH-109146)Serhiy Storchaka2023-09-081-15/+57
* GH-108614: Unbreak emscripten build (GH-109132)Mark Shannon2023-09-085-10/+11
* GH-109067: fix randomly failing `test_async_gen_asyncio_gc_aclose_09` test (#...Kumar Aditya2023-09-081-3/+5
* gh-109136: Fix summarize_stats.py tool (#109137)Michael Droettboom2023-09-081-1/+1
* gh-106922: Fix error location for constructs with spaces and parentheses (#10...Pablo Galindo Salgado2023-09-084-3/+68
* gh-109140: Rename duplicated tests in `test_binascii` (#109141)Hugo van Kemenade2023-09-081-1/+1
* gh-104690: thread_run() checks for tstate dangling pointer (#109056)Victor Stinner2023-09-084-20/+35
* GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)Victor Stinner2023-09-0817-39/+67
* GH-108716: Turn off deep-freezing of code objects. (GH-108722)Mark Shannon2023-09-0815-86/+50
* Update `CODEOWNERS` for `Tools/wasm/` (#109119)Brett Cannon2023-09-081-0/+3
* gh-109022: [Enum] require `names=()` to create empty enum type (GH-109048)Ethan Furman2023-09-083-4/+14
* Use unittest test runner for doctests in test_statistics (GH-108921)Serhiy Storchaka2023-09-071-8/+1
* Add version directives to ast docs (#108788)Shantanu2023-09-071-4/+42
* gh-68403: Fix test_coverage in test_trace (GH-108910)Serhiy Storchaka2023-09-071-3/+8
* gh-75743: Restore test_timeout.testConnectTimeout() (#109087)Ee Durbin2023-09-071-16/+10
* gh-103186: Make test_generated_cases less noisy by default (GH-109100)Serhiy Storchaka2023-09-071-5/+14
* gh-109094: remove unnecessary updates of frame->prev_instr in instrumentation...Irit Katriel2023-09-072-6/+11
* gh-107924: re-order os.sendfile() flag documentation (#107926)Christoph Anton Mitterer2023-09-071-19/+20
* gh-108732: include comprehension locals in frame.f_locals (#109026)Carl Meyer2023-09-073-4/+19
* gh-102823: Document return type of floor division on floats (#102824)Mark Dickinson2023-09-072-3/+7
* gh-88943: Improve syntax error for non-ASCII character that follows a numeric...Serhiy Storchaka2023-09-073-1/+8
* gh-107544: Add docs about `json.dumps(..., default=)` (#108259)Nikita Sobolev2023-09-071-1/+12
* gh-71770: Add more details on behavior of configparser's default_section (#31...Stanley2023-09-071-2/+4
* GH-108614: Add `RESUME_CHECK` instruction (GH-108630)Mark Shannon2023-09-0716-482/+519
* gh-103186: Suppress RuntimeWarning about unclosed async iterator in test_sys_...Serhiy Storchaka2023-09-071-4/+28