Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.23
tag
34ebb4a61cb2f7be36fddda9e5c3ecd5675fb700
tagger
Łukasz Langa <lukasz@langa.pl>
Tue Jun 03 18:48:37 2025
object
865270262ade38b96fce88e32a321caac5332a87
Python 3.9.23
8652702
Python 3.9.23
by Łukasz Langa
· 3 months ago
v3.9.23
920a1c3
Reword 3.9.23 notable changes to reflect status of backports
by Łukasz Langa
· 3 months ago
dd8f187
[3.9] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135084)
by T. Wouters
· 3 months ago
24eaf53
[3.9] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-135090)
by Miss Islington (bot)
· 3 months ago
8e31872
[3.9] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135085)
by Miss Islington (bot)
· 3 months ago
78394a6
[3.9] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (GH-134615)
by Miss Islington (bot)
· 3 months ago
65f2e24
[3.9] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (GH-29345) (GH-135078)
by Miss Islington (bot)
· 3 months ago
00af979
[3.9] bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264) (GH-135035)
by Łukasz Langa
· 3 months ago
03ac445
[3.9] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (GH-134481)
by Miss Islington (bot)
· 3 months ago
8d35fd1
[3.9] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (#134346)
by Serhiy Storchaka
· 3 months ago
d4df3c5
[3.9] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (GH-129111) (GH-132371)
by Brian Schubert
· 3 months ago
558e27a
Post 3.9.22
by Łukasz Langa
· 4 months ago
05c5549
Python 3.9.22
by Łukasz Langa
· 4 months ago
v3.9.22
12deea5
[3.9] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132242)
by Seth Michael Larson
· 4 months ago
8ad2d88
[3.9] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131272) (GH-131364)
by Seth Michael Larson
· 5 months ago
9a31386
[3.9] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (GH-131412)
by Petr Viktorin
· 5 months ago
ff4e5c2
[3.9] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (#129530)
by Miss Islington (bot)
· 6 months ago
f116a9c
[3.9] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#130248)
by Hugo van Kemenade
· 6 months ago
d80cbdd
[3.9] gh-119461: Fix ThreadedVSOCKSocketStreamTest (GH-129171) (GH-129440) (#130075)
by Miss Islington (bot)
· 6 months ago
8a417ed
[3.9] gh-122544: Change OS image in GitHub Actions to Ubuntu 22.04 (#122566) (#130295)
by Hugo van Kemenade
· 6 months ago
61746a3
[3.9] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130275)
by Miss Islington (bot)
· 6 months ago
fe6c43e
[3.9] gh-129641: Docs GHA build: use upload-artifact@v4 (GH-129642) (#130114)
by Petr Viktorin
· 6 months ago
474f3d3
[3.9] gh-129509: Add required key to the dummy Read the Docs config file (GH-129510) (#130249)
by Miss Islington (bot)
· 6 months ago
8c8a257
[3.9] gh-121277: Allow .. versionadded:: next in docs (GH-121278) (#128117)
by Petr Viktorin
· 7 months ago
340a82d
Post 3.9.21
by Łukasz Langa
· 9 months ago
f3994ad
Python 3.9.21
by Łukasz Langa
· 9 months ago
v3.9.21
a897b4a
[3.9] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-122793) (GH-123819) (GH-127571)
by Łukasz Langa
· 9 months ago
08830c7
[3.9] gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919) (GH-126729)
by Miss Islington (bot)
· 9 months ago
6b8f442
[3.9] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792) (GH-126800)
by Seth Michael Larson
· 9 months ago
ddca295
[3.9] gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are of IPv6 or IPvFuture format (#103849) (#126976)
by Victor Stinner
· 9 months ago
307a762
[3.9] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127409)
by Hugo van Kemenade
· 9 months ago
fb0b642
[3.9] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-126477)
by Petr Viktorin
· 9 months ago
011fb84
[3.9] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (GH-125107)
by Miss Islington (bot)
· 10 months ago
6335557
[3.9] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185) (GH-126269) (GH-126301)
by Victor Stinner
· 10 months ago
bbe8756
[3.9] gh-125041: gh-90781: test_zlib: For s390x HW acceleration, skip checking the compressed bytes (GH-125042) (#125587)
by Petr Viktorin
· 10 months ago
eb16397
[3.9] gh-107902: gh-108948: Don't test setting suid/sgid/sticky on systems that don't support them (GH-108368) (GH-109697) (#125576)
by Petr Viktorin
· 10 months ago
be988e8
[3.9] gh-89452: GHA: Set --with-dbmliborder to avoid issues with homebrew's gdbm 1.24 (GH-125112) (#125176)
by Petr Viktorin
· 10 months ago
681e0fa
[3.9] gh-100454: Fix running SSL tests with OpenSSL 3.1+ (GH-100456) (GH-125186)
by Miss Islington (bot)
· 10 months ago
8b9a8e0
Post 3.9.20.
by Łukasz Langa
· 11 months ago
8c3f794
Python 3.9.20
by Łukasz Langa
· 12 months ago
v3.9.20
ee953f2
[3.9] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123769)
by Petr Viktorin
· 12 months ago
c57c4a9
[3.9] gh-123678: Upgrade libexpat 2.6.3 (#123711)
by Seth Michael Larson
· 12 months ago
a5798d0
[3.9] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) (#119027)
by Serhiy Storchaka
· 12 months ago
0152431
[3.9] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-112336) (#123688)
by Łukasz Langa
· 12 months ago
9290419
[3.9] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winapi.CreateNamedPipe audit events (GH-119735) (#123679)
by Miss Islington (bot)
· 12 months ago
d662e2d
[3.9] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123107)
by Miss Islington (bot)
· 12 months ago
9620552
[3.9] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-123354) (#123432)
by Jason R. Coombs
· 12 months ago
b4225ca
[3.9] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) (#123641)
by Seth Michael Larson
· 12 months ago
f7be505
[3.9] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122610)
by Łukasz Langa
· 12 months ago
3f5d9d1
[3.9] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122508)
by Miss Islington (bot)
· 1 year, 1 month ago
06fa244
[3.9] gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134) (#122428)
by Miss Islington (bot)
· 1 year, 1 month ago
9e9c71d
[3.9] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122120)
by Łukasz Langa
· 1 year, 1 month ago
54b5e9e
[3.9] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771) (GH-119566)
by Ned Deily
· 1 year, 3 months ago
5130731
[3.9] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118741)
by Steve Dower
· 1 year, 3 months ago
b228655
[3.9] gh-114572: Fix locking in cert_store_stats and get_ca_certs (#118109)
by Seth Michael Larson
· 1 year, 3 months ago
22adf29
[3.9] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-113179) (GH-113186) (GH-118177) (GH-118472)
by Petr Viktorin
· 1 year, 3 months ago
7db40cd
[3.9] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118187)
by Seth Michael Larson
· 1 year, 3 months ago
22ae3834
[3.9] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996) (GH-118005)
by Miss Islington (bot)
· 1 year, 3 months ago
40d77b9
[3.9] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117080)
by jkriegshauser
· 1 year, 5 months ago
f7c7e72
[3.9] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117247)
by Miss Islington (bot)
· 1 year, 5 months ago
a04a0f6
Post 3.9.19
by Łukasz Langa
· 1 year, 5 months ago
882f62b
Python 3.9.19
by Łukasz Langa
· 1 year, 5 months ago
v3.9.19
fc2c98f
[3.9] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210) (GH-116068)
by Miss Islington (bot)
· 1 year, 5 months ago
2007624
[3.9] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (GH-116272)
by Sebastian Pipping
· 1 year, 5 months ago
468ba95
[3.9] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107590)
by Miss Islington (bot)
· 1 year, 6 months ago
4b68e5d
[3.9] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115474)
by Seth Michael Larson
· 1 year, 6 months ago
0397866
[3.9] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115400) (GH-115763)
by Miss Islington (bot)
· 1 year, 6 months ago
dafb4f0
[3.9] Fix tests for XMLPullParser with Expat 2.6.0 (GH-115133) (GH-115535)
by Seth Michael Larson
· 1 year, 6 months ago
c23f749
[3.9] gh-97032: avoid test_squeezer crash on macOS buildbots (GH-115508) (#115655)
by Miss Islington (bot)
· 1 year, 6 months ago
3fcea41
[3.9] gh-115349: Pin theme to fix code snippets (GH-115351)
by Hugo van Kemenade
· 1 year, 6 months ago
fa1f564
[3.9] Add missing sections to blurbs (GH-114553) (GH-115339)
by Miss Islington (bot)
· 1 year, 6 months ago
24c6514
[3.9] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115087)
by Łukasz Langa
· 1 year, 6 months ago
8fc8c45
[3.9] gh-113659: Skip hidden .pth files (GH-113660) (GH-114146)
by Serhiy Storchaka
· 1 year, 7 months ago
dd068ea
[3.9] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928) (GH-114184)
by Miss Islington (bot)
· 1 year, 7 months ago
2613df8
[3.9] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-114022) (GH-114039)
by Adam Turner
· 1 year, 7 months ago
a2c5999
[3.9] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (GH-113915)
by Miss Islington (bot)
· 1 year, 7 months ago
d54e22a
[3.9] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930) (GH-112842)
by Serhiy Storchaka
· 1 year, 7 months ago
a6f73f6
[3.9] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503) (GH-112600)
by Miss Islington (bot)
· 1 year, 7 months ago
75da506
[3.9] gh-109991: Update Windows build to use OpenSSL 1.1.1w (GH-111265)
by Zachary Ware
· 1 year, 7 months ago
f4118e9
[3.9] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w and 3.0.11. (GH-110008)
by Ned Deily
· 1 year, 7 months ago
f86e20e
[3.9] Fix documentation build by pinning Alabaster version to 0.7.13 (#113815)
by Maciej Olko
· 1 year, 7 months ago
300d315
[3.9] gh-112160: Add 'regen-configure' make target (#112164)
by Seth Michael Larson
· 1 year, 8 months ago
08b640e
[3.9] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695) (gh-111780)
by Łukasz Langa
· 1 year, 10 months ago
43a6e4f
[3.9] gh-109002: Ensure only one wheel for each vendored package (GH-109003) (#109008)
by Miss Islington (bot)
· 2 years ago
13905c9
[3.9] CI: Bump GitHub Actions (GH-108879) (#108893)
by Hugo van Kemenade
· 2 years ago
e4b971c
[3.9] [3.10] Add a dummy .rtfd.yml file to silence invalid failing webhooks (GH-108908) (#108925)
by Miss Islington (bot)
· 2 years ago
cf69231
Post 3.9.18
by Łukasz Langa
· 2 years ago
376d66e
Python 3.9.18
by Łukasz Langa
· 2 years ago
v3.9.18
92f9ce7
Fix invalid string escape
by Łukasz Langa
· 2 years ago
d2cd0a3
[3.9] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#108407)
by Łukasz Langa
· 2 years ago
b8058b3
[3.9] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108351)
by Miss Islington (bot)
· 2 years ago
d31ae21
[3.9] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (#108123)
by Ned Deily
· 2 years ago
42deeab
[3.9] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#108274)
by Petr Viktorin
· 2 years ago
4a79328
[3.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224) (#107231)
by Serhiy Storchaka
· 2 years ago
264b1da
[3.9] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw (#108320)
by Łukasz Langa
· 2 years ago
38b489b
[3.9] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105871)
by Erlend E. Aasland
· 2 years, 1 month ago
ce93371
[3.9] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-105269 (GH-105468) (#105477)
by Miss Islington (bot)
· 2 years, 1 month ago
1528b42
Post 3.9.17
by Łukasz Langa
· 2 years, 2 months ago
0d3cd4e
Python 3.9.17
by Łukasz Langa
· 2 years, 2 months ago
v3.9.17
e1c396d
[3.9] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105221)
by Miss Islington (bot)
· 2 years, 2 months ago
Next »