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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.12.7
v3.12.7
Thomas Wouters
2024-10-01
37
-88/+377
*
[3.12] gh-124309: Revert eager task factory fix to prevent breaking downstrea...
Miss Islington (bot)
2024-10-01
1
-1/+0
*
[3.12] gh-124785: Revert "[3.12] gh-116510: Fix a crash due to shared immorta...
Neil Schemenauer
2024-10-01
1
-5/+0
*
[3.12] gh-116810: fix memory leak in ssl module (GH-123249) (GH-124801)
Miss Islington (bot)
2024-09-30
1
-0/+4
*
[3.12] gh-58573: Fix conflicts between abbreviated long options in the parent...
Miss Islington (bot)
2024-09-29
1
-0/+2
*
[3.12] gh-116850: Fix argparse for namespaces with not directly writable dict...
Miss Islington (bot)
2024-09-29
1
-0/+2
*
[3.12] gh-61181: Fix support of choices with string value in argparse (GH-124...
Miss Islington (bot)
2024-09-29
1
-0/+2
*
[3.12] gh-124345: Support abbreviated single-dash long options with = in argp...
Miss Islington (bot)
2024-09-29
1
-0/+2
*
[3.12] gh-80259: Fix conflict between type and default=SUPPRESS in argparse (...
Miss Islington (bot)
2024-09-29
1
-0/+2
*
[3.12] gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124...
Miss Islington (bot)
2024-09-29
1
-0/+2
*
[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-1219...
Petr Viktorin
2024-09-27
2
-0/+17
*
[3.12] gh-124487: Update Windows API version to Windows 8.1 (#124676)
Steve Dower
2024-09-27
1
-0/+2
*
[3.12] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-1...
Miss Islington (bot)
2024-09-27
1
-0/+2
*
[3.12] gh-116510: Fix a crash due to shared immortal interned strings. (gh-12...
Neil Schemenauer
2024-09-27
1
-0/+5
*
[3.12] gh-116510: Fix crash during sub-interpreter shutdown (gh-124536)
Neil Schemenauer
2024-09-27
1
-0/+3
*
[3.12] gh-124378: Update test_ttk for Tcl/Tk 8.6.15 (GH-124545)
Miss Islington (bot)
2024-09-26
1
-0/+1
*
[3.12] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()...
Miss Islington (bot)
2024-09-26
1
-0/+2
*
[3.12] gh-124309: Modernize the `staggered_race` implementation to support eā...
Kumar Aditya
2024-09-26
1
-0/+1
*
[3.12] bpo-44864: Do not translate user-provided strings in ArgumentParser.ad...
Miss Islington (bot)
2024-09-25
1
-0/+1
*
[3.12] gh-121735: Fix module-adjacent references in zip files (gh-123037) (#1...
Jason R. Coombs
2024-09-24
1
-0/+3
*
[3.12] gh-59317: Improve parsing optional positional arguments in argparse (G...
Miss Islington (bot)
2024-09-24
1
-0/+2
*
[3.12] gh-124188: Fix PyErr_ProgramTextObject() (GH-124189) (GH-124426)
Serhiy Storchaka
2024-09-24
1
-0/+2
*
[3.12] gh-72795: Make positional arguments with nargs='*' or REMAINDER non-re...
Miss Islington (bot)
2024-09-24
1
-0/+4
*
[3.12] gh-53780: Ignore the first "--" (double dash) between an option and co...
Miss Islington (bot)
2024-09-24
1
-0/+1
*
[3.12] gh-63143: Fix parsing mutually exclusive arguments in argparse (GH-124...
Miss Islington (bot)
2024-09-24
1
-0/+3
*
[3.12] GH-87041: Fix incorrect indentation in argparse help (GH-124230) (GH-1...
Miss Islington (bot)
2024-09-23
1
-0/+1
*
[3.12] gh-112938: IDLE - Fix uninteruptable hang when Shell gets rapid contin...
Miss Islington (bot)
2024-09-22
1
-0/+1
*
[3.12] gh-124217, ipaddress: Add RFC 9637 reserved IPv6 block `3fff::/20` (GH...
Miss Islington (bot)
2024-09-20
1
-0/+1
*
[3.12] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (...
Miss Islington (bot)
2024-09-20
2
-0/+3
*
[3.12] gh-81691: Fix handling of multiple "--" (double dashes) in argparse (G...
Miss Islington (bot)
2024-09-20
1
-0/+3
*
[3.12] gh-123934: Fix `MagicMock` not to reset magic method return values (GH...
Miss Islington (bot)
2024-09-19
1
-0/+2
*
gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)
Miss Islington (bot)
2024-09-18
1
-0/+1
*
[3.12] gh-123836: workaround fmod(x, y) bug on Windows (GH-124171) (#124186)
Sergey B Kirpichev
2024-09-17
1
-0/+3
*
[3.12] Use pep role instead of url (GH-121611) (#124173)
Miss Islington (bot)
2024-09-17
1
-2/+2
*
[3.12] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)...
Miss Islington (bot)
2024-09-17
2
-2/+2
*
[3.12] gh-98442: fix locations of with statement's cleanup instructions (GH-1...
Miss Islington (bot)
2024-09-15
1
-0/+2
*
[3.12] gh-123917: Fix crypt check in configure (#123952)
Victor Stinner
2024-09-12
1
-0/+2
*
[3.12] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#...
Miss Islington (bot)
2024-09-12
1
-0/+2
*
[3.12] gh-77894: Fix a crash when the GC breaks a loop containing a memoryvie...
Serhiy Storchaka
2024-09-11
1
-0/+4
*
gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different d...
Miss Islington (bot)
2024-09-10
1
-0/+1
*
[3.12] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123897)
Miss Islington (bot)
2024-09-10
1
-0/+1
*
[3.12] Fix typos (#123775) (#123867)
Victor Stinner
2024-09-09
1
-1/+1
*
[3.12] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IP...
Miss Islington (bot)
2024-09-07
1
-0/+3
*
Python 3.12.6
v3.12.6
Thomas Wouters
2024-09-06
34
-65/+334
*
[3.12] gh-85110: Preserve relative path in URL without netloc in urllib.parse...
Miss Islington (bot)
2024-09-06
1
-0/+2
*
[3.12] gh-116263: Do not rollover empty files in RotatingFileHandler (GH-1227...
Miss Islington (bot)
2024-09-06
1
-0/+2
*
[3.12] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-12257...
Sam Gross
2024-09-06
1
-0/+4
*
[3.12] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsea...
Petr Viktorin
2024-09-06
1
-0/+8
*
[3.12] gh-123048: Fix missing source location in pattern matching code (GH-12...
Miss Islington (bot)
2024-09-06
1
-0/+2
*
[3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment t...
Miss Islington (bot)
2024-09-06
1
-0/+3
[next]