summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.7v3.12.7Thomas Wouters2024-10-011-156/+246
* [3.12] gh-124309: Revert eager task factory fix to prevent breaking downstrea...Miss Islington (bot)2024-10-014-123/+65
* [3.12] gh-58573: Fix conflicts between abbreviated long options in the parent...Miss Islington (bot)2024-09-292-34/+50
* [3.12] gh-116850: Fix argparse for namespaces with not directly writable dict...Miss Islington (bot)2024-09-292-1/+14
* [3.12] gh-61181: Fix support of choices with string value in argparse (GH-124...Miss Islington (bot)2024-09-292-10/+14
* [3.12] gh-124345: Support abbreviated single-dash long options with = in argp...Miss Islington (bot)2024-09-292-3/+14
* [3.12] gh-80259: Fix conflict between type and default=SUPPRESS in argparse (...Miss Islington (bot)2024-09-292-8/+14
* [3.12] gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124...Miss Islington (bot)2024-09-292-1/+18
* [3.12] GH-124639: add back loop param to staggered_race (GH-124700) (#124744)Miss Islington (bot)2024-09-292-2/+27
* [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-1219...Petr Viktorin2024-09-275-64/+126
* [3.12] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-1...Miss Islington (bot)2024-09-271-1/+113
* [3.12] gh-89683: add tests for `deepcopy` on frozen dataclasses (GH-123098) (...Bénédikt Tran2024-09-271-0/+43
* [3.12] gh-86673: Harden `test_ttk.test_element_create_image` (GH-123335) (#12...Miss Islington (bot)2024-09-271-4/+4
* [3.12] gh-124378: Update test_ttk for Tcl/Tk 8.6.15 (GH-124545)Miss Islington (bot)2024-09-261-2/+15
* [3.12] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()...Miss Islington (bot)2024-09-261-0/+13
* [3.12] gh-124234: Improve docs for `Mock.reset_mock` (GH-124237) (#124592)Miss Islington (bot)2024-09-261-2/+4
* [3.12] gh-124309: Modernize the `staggered_race` implementation to support eâ...Kumar Aditya2024-09-264-73/+192
* [3.12] bpo-44864: Do not translate user-provided strings in ArgumentParser.ad...Miss Islington (bot)2024-09-251-2/+2
* [3.12] gh-121735: Fix module-adjacent references in zip files (gh-123037) (#1...Jason R. Coombs2024-09-243-12/+42
* [3.12] gh-59317: Improve parsing optional positional arguments in argparse (G...Miss Islington (bot)2024-09-242-42/+100
* [3.12] gh-124188: Fix PyErr_ProgramTextObject() (GH-124189) (GH-124426)Serhiy Storchaka2024-09-243-68/+331
* [3.12] gh-72795: Make positional arguments with nargs='*' or REMAINDER non-re...Miss Islington (bot)2024-09-242-8/+28
* [3.12] gh-53780: Ignore the first "--" (double dash) between an option and co...Miss Islington (bot)2024-09-242-4/+22
* [3.12] gh-63143: Fix parsing mutually exclusive arguments in argparse (GH-124...Miss Islington (bot)2024-09-242-9/+117
* [3.12] gh-124130: Increase test coverage for \b and \B in regular expressions...Miss Islington (bot)2024-09-241-7/+113
* [3.12] Bump Ruff to 0.6.7 (#124384) (#124391)Alex Waygood2024-09-236-9/+9
* [3.12] GH-87041: Fix incorrect indentation in argparse help (GH-124230) (GH-1...Miss Islington (bot)2024-09-232-4/+43
* [3.12] Backport idlelib typos (#124324)Terry Jan Reedy2024-09-234-4/+4
* [3.12] gh-112938: IDLE - Fix uninteruptable hang when Shell gets rapid contin...Miss Islington (bot)2024-09-222-1/+6
* [3.12] gh-95468: Add more tests for "--" (double dash) in test_argparse (GH-1...Miss Islington (bot)2024-09-221-2/+41
* [3.12] gh-124217, ipaddress: Add RFC 9637 reserved IPv6 block `3fff::/20` (GH...Miss Islington (bot)2024-09-202-0/+4
* [3.12] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (...Miss Islington (bot)2024-09-201-0/+9
* [3.12] gh-81691: Fix handling of multiple "--" (double dashes) in argparse (G...Miss Islington (bot)2024-09-202-8/+64
* [3.12] gh-124040: Adjust few tests in testHypot/testDist to get exactly compu...Miss Islington (bot)2024-09-191-6/+8
* [3.12] gh-123934: Fix `MagicMock` not to reset magic method return values (GH...Miss Islington (bot)2024-09-192-1/+51
* [3.12] gh-124083: Skip test_signal.test_strsignal() on NetBSD (GH-124084) (#1...Miss Islington (bot)2024-09-181-0/+2
* [3.12] gh-123836: Check zero signs in math_testcases.txt (GH-123854) (#124162)Miss Islington (bot)2024-09-171-0/+10
* [3.12] GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (G...Miss Islington (bot)2024-09-161-0/+4
* [3.12] gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_co...Miss Islington (bot)2024-09-161-0/+6
* [3.12] gh-98442: fix locations of with statement's cleanup instructions (GH-1...Miss Islington (bot)2024-09-151-0/+33
* [3.12] gh-124030: Skip test_tcsendbreak on NetBSD for ENOTTY error (GH-124031...Miss Islington (bot)2024-09-131-1/+1
* [3.12] gh-123811: Test that round(Decimal) can return signed zero (GH-124007)...Miss Islington (bot)2024-09-131-0/+2
* [3.12] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#...Miss Islington (bot)2024-09-122-1/+20
* [3.12] gh-123811: test that round() can return signed zero (GH-123829) (#123939)Miss Islington (bot)2024-09-111-5/+5
* [3.12] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testc...Sergey B Kirpichev2024-09-115-87/+63
* [3.12] gh-77894: Fix a crash when the GC breaks a loop containing a memoryvie...Serhiy Storchaka2024-09-112-5/+26
* [3.12] gh-123881: Add additional test coverage for PEP 695 edge cases (GH-123...Miss Islington (bot)2024-09-101-0/+17
* [3.12] Fix typos (#123775) (#123867)Victor Stinner2024-09-0925-29/+29
* [3.12] gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (G...Miss Islington (bot)2024-09-091-1/+3
* [3.12] gh-123780: Make test_pkgutil clean up `spam` module (GH-123036) (GH-12...Miss Islington (bot)2024-09-091-4/+10