summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...Jeremy Maitin-Shepard2024-10-021-0/+70
* gh-124213: Fix incorrect context manager use in in_systemd_nspawn_sync_suppre...Michał Górny2024-10-021-2/+3
* gh-120378: Fix crash caused by integer overflow in `curses` (#124555)Peter Bierma2024-10-021-0/+16
* gh-85935: Improve tests for invalid arguments in test_argparse (GH-124891)Serhiy Storchaka2024-10-021-35/+42
* gh-122864: Fix a ``test_funcattrs.test___builtins__`` when executing directly...Mark Byrne2024-10-021-2/+7
* gh-58282: Fix support of tuple metavar for positional arguments in argparse (...Serhiy Storchaka2024-10-022-4/+107
* gh-124835: `tomllib.loads`: Raise TypeError not AttributeError. Improve messa...Taneli Hukkinen2024-10-022-1/+15
* Minor code beautifications in statistics.py (gh-124866)Raymond Hettinger2024-10-011-85/+95
* gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)Serhiy Storchaka2024-10-013-17/+131
* gh-116750: Add clear_tool_id function to unregister events and callbacks (#12...Tian Gao2024-10-011-0/+41
* gh-124296: Remove private dictionary version tag (PEP 699) (#124472)Sam Gross2024-10-012-226/+0
* gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843)Serhiy Storchaka2024-10-011-2/+2
* gh-124594: Create and reuse the same context for the entire asyncio REPL sess...Bartosz Sławecki2024-10-012-2/+41
* gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)Victorien2024-10-012-3/+20
* gh-124309: Revert eager task factory fix to prevent breaking downstream (#124...Peter Bierma2024-10-014-123/+65
* Minor edit for code clarification in annotationlib. (#124805)larryhastings2024-09-301-3/+1
* gh-115142: Skip some test cases in ``Lib/test/test_compile`` if ``_testintern...Kirill Podoprigora2024-09-301-1/+6
* gh-124613, regrtest: Detect JIT in build info (#124793)Victor Stinner2024-09-301-4/+53
* gh-124613: Don't run perf tests in JIT builds (#124792)Pablo Galindo Salgado2024-09-301-2/+14
* gh-124722: Fix leak in `test_detach_materialized_dict_no_memory` (GH-124769)sobolevn2024-09-301-14/+30
* gh-124400: Use the normal command path for breakpoint commands (#124401)Tian Gao2024-09-292-35/+68
* gh-111495: Add tests for `PyCodec_*` C API (#123343)Bénédikt Tran2024-09-291-2/+295
* functools: Give up on lazy-importing types (#124736)Jelle Zijlstra2024-09-291-8/+5
* gh-58573: Fix conflicts between abbreviated long options in the parent parser...Serhiy Storchaka2024-09-292-34/+50
* gh-116850: Fix argparse for namespaces with not directly writable dict (GH-12...Serhiy Storchaka2024-09-292-1/+14
* gh-61181: Fix support of choices with string value in argparse (GH-124578)Serhiy Storchaka2024-09-292-10/+14
* gh-53834: Fix support of arguments with choices in argparse (GH-124495)Serhiy Storchaka2024-09-292-13/+9
* gh-124345: Support abbreviated single-dash long options with = in argparse (G...Serhiy Storchaka2024-09-292-3/+14
* gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519)Serhiy Storchaka2024-09-292-8/+14
* gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340)Serhiy Storchaka2024-09-292-1/+18
* GH-124639: add back loop param to staggered_race (#124700)Kumar Aditya2024-09-292-2/+27
* gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#1...Bénédikt Tran2024-09-291-1/+26
* gh-124442: make `__static_attributes__` deterministic by sorting (#124492)Kira2024-09-281-0/+17
* gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...Serhiy Storchaka2024-09-287-11/+96
* gh-107954: Fix configuration type for the perf profiler (#124636)Pablo Galindo Salgado2024-09-272-6/+9
* GH-124547: Clear instance dictionary if memory error occurs during object dea...Mark Shannon2024-09-271-0/+15
* gh-81263: Add assignment expressions to `help` (#124641)Emily Morehouse2024-09-272-0/+30
* gh-124682: Disable test that is prone to intermittent failure on iOS. (#124683)Russell Keith-Magee2024-09-271-4/+5
* Improve accuracy of kde() invcdf estimates (gh-124637)Raymond Hettinger2024-09-271-1/+7
* gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)sobolevn2024-09-273-20/+67
* gh-123017: Add Android to the list of platforms where `strftime` doesn't supp...Malcolm Smith2024-09-271-2/+1
* gh-119180: No longer set `__annotations__` in `__main__` (#124634)Jelle Zijlstra2024-09-272-2/+1
* gh-124176: Add special support for dataclasses to `create_autospec` (#124429)sobolevn2024-09-272-6/+88
* gh-86673: Harden `test_ttk.test_element_create_image` (#123335)Erlend E. Aasland2024-09-271-4/+4
* gh-84559: Change the multiprocessing start method default to `forkserver` (GH...Gregory P. Smith2024-09-263-19/+41
* gh-124628: Pyrepl inputs on Windows shouldn't always be blocking reads (#124629)Dino Viehland2024-09-261-9/+21
* gh-89683: add tests for `deepcopy` on frozen dataclasses (gh-123098)Bénédikt Tran2024-09-261-0/+43
* gh-119180: Rename SOURCE format to STRING (#124620)Jelle Zijlstra2024-09-267-154/+139
* Cleanup unnecessary curframe_locals usage (#124369)Tian Gao2024-09-261-19/+11
* gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (#124...sobolevn2024-09-261-0/+13