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