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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.9.23
v3.9.23
Łukasz Langa
2025-06-03
12
-29/+100
*
Reword 3.9.23 notable changes to reflect status of backports
Łukasz Langa
2025-06-03
1
-3/+4
*
[3.9] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(str...
T. Wouters
2025-06-03
11
-134/+946
*
[3.9] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (...
Miss Islington (bot)
2025-06-03
3
-6/+24
*
[3.9] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses ...
Miss Islington (bot)
2025-06-03
3
-12/+53
*
[3.9] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841...
Miss Islington (bot)
2025-06-03
3
-2/+22
*
[3.9] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addres...
Miss Islington (bot)
2025-06-03
3
-1/+45
*
[3.9] bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a...
Łukasz Langa
2025-06-02
7
-124/+192
*
[3.9] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-13406...
Miss Islington (bot)
2025-06-02
3
-1/+32
*
[3.9] gh-133767: Fix use-after-free in the unicode-escape decoder with an err...
Serhiy Storchaka
2025-06-02
8
-41/+164
*
[3.9] gh-80222: Fix email address header folding with long quoted-string (GH-...
Brian Schubert
2025-06-02
3
-1/+51
*
Post 3.9.22
Łukasz Langa
2025-04-08
1
-1/+1
*
Python 3.9.22
v3.9.22
Łukasz Langa
2025-04-08
9
-26/+74
*
[3.9] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132242)
Seth Michael Larson
2025-04-08
5
-10/+20
*
[3.9] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131272) (GH-131...
Seth Michael Larson
2025-04-03
4
-160/+425
*
[3.9] gh-121284: Fix email address header folding with parsed encoded-word (G...
Petr Viktorin
2025-04-03
3
-5/+37
*
[3.9] gh-105704: Disallow square brackets (`[` and `]`) in domain names for p...
Miss Islington (bot)
2025-02-19
3
-3/+58
*
[3.9] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#1...
Hugo van Kemenade
2025-02-19
3
-1/+32
*
[3.9] gh-119461: Fix ThreadedVSOCKSocketStreamTest (GH-129171) (GH-129440) (#...
Miss Islington (bot)
2025-02-19
1
-5/+12
*
[3.9] gh-122544: Change OS image in GitHub Actions to Ubuntu 22.04 (#122566) ...
Hugo van Kemenade
2025-02-19
2
-14178/+14659
*
[3.9] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130275)
Miss Islington (bot)
2025-02-19
3
-11/+24
*
[3.9] gh-129641: Docs GHA build: use upload-artifact@v4 (GH-129642) (#130114)
Petr Viktorin
2025-02-18
2
-2/+4
*
[3.9] gh-129509: Add required key to the dummy Read the Docs config file (GH-...
Miss Islington (bot)
2025-02-18
1
-0/+2
*
[3.9] gh-121277: Allow .. versionadded:: next in docs (GH-121278) (#128117)
Petr Viktorin
2025-01-23
2
-5/+33
*
Post 3.9.21
Łukasz Langa
2024-12-03
1
-1/+1
*
Python 3.9.21
v3.9.21
Łukasz Langa
2024-12-03
11
-23/+86
*
[3.9] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv...
Łukasz Langa
2024-12-03
3
-5/+55
*
[3.9] gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919...
Miss Islington (bot)
2024-12-03
3
-9/+25
*
[3.9] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126...
Seth Michael Larson
2024-12-02
5
-11/+80
*
[3.9] gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit...
Victor Stinner
2024-12-02
3
-1/+43
*
[3.9] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127409)
Hugo van Kemenade
2024-11-30
1
-1/+4
*
[3.9] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-126477)
Petr Viktorin
2024-11-12
1
-0/+2
*
[3.9] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (G...
Miss Islington (bot)
2024-11-04
2
-3/+10
*
[3.9] gh-124651: Quote template strings in `venv` activation scripts (GH-1247...
Victor Stinner
2024-11-04
7
-16/+130
*
[3.9] gh-125041: gh-90781: test_zlib: For s390x HW acceleration, skip checkin...
Petr Viktorin
2024-10-28
2
-2/+22
*
[3.9] gh-107902: gh-108948: Don't test setting suid/sgid/sticky on systems th...
Petr Viktorin
2024-10-28
1
-15/+39
*
[3.9] gh-89452: GHA: Set --with-dbmliborder to avoid issues with homebrew's g...
Petr Viktorin
2024-10-09
1
-1/+3
*
[3.9] gh-100454: Fix running SSL tests with OpenSSL 3.1+ (GH-100456) (GH-125186)
Miss Islington (bot)
2024-10-09
2
-4/+5
*
Post 3.9.20.
Łukasz Langa
2024-09-06
1
-1/+1
*
Python 3.9.20
v3.9.20
Łukasz Langa
2024-09-06
21
-61/+206
*
[3.9] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsead...
Petr Viktorin
2024-09-06
5
-21/+371
*
[3.9] gh-123678: Upgrade libexpat 2.6.3 (#123711)
Seth Michael Larson
2024-09-05
4
-15/+36
*
[3.9] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting...
Serhiy Storchaka
2024-09-05
3
-4/+70
*
[3.9] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-11233...
Łukasz Langa
2024-09-04
2
-1/+4
*
[3.9] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winap...
Miss Islington (bot)
2024-09-04
2
-2/+4
*
[3.9] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values w...
Miss Islington (bot)
2024-09-04
3
-26/+47
*
[3.9] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-123354...
Jason R. Coombs
2024-09-04
3
-2/+87
*
[3.9] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286)...
Seth Michael Larson
2024-09-04
3
-38/+111
*
[3.9] gh-121650: Encode newlines in headers, and verify headers are sound (GH...
Łukasz Langa
2024-09-04
10
-4/+162
*
[3.9] gh-122133: Rework pure Python socketpair tests to avoid use of importli...
Miss Islington (bot)
2024-08-02
2
-77/+64
[next]