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