summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.13v3.11.13Pablo Galindo2025-06-0313-25/+80
* [3.11] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st...T. Wouters2025-06-0311-138/+1017
* [3.11] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address ...Miss Islington (bot)2025-06-033-6/+24
* [3.11] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses...Miss Islington (bot)2025-06-033-12/+53
* [3.11] gh-128840: Limit the number of parts in IPv6 address parsing (GH-12884...Miss Islington (bot)2025-06-033-2/+22
* [3.11] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addre...Miss Islington (bot)2025-06-033-1/+45
* [3.11] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-1340...Miss Islington (bot)2025-06-023-1/+32
* [3.11] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...Serhiy Storchaka2025-06-028-57/+197
* [3.11] gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in Conne...Miss Islington (bot)2025-05-141-5/+12
* Post 3.11.12Pablo Galindo2025-04-081-1/+1
* Python 3.11.12v3.11.12Pablo Galindo2025-04-0813-36/+109
* [3.11] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132240)Seth Michael Larson2025-04-085-10/+20
* [3.11] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131272) (GH-13...Seth Michael Larson2025-04-034-160/+425
* [3.11] gh-121284: Fix email address header folding with parsed encoded-word (...Miss Islington (bot)2025-04-033-5/+37
* [3.11] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127905) ...Victor Stinner2025-04-032-0/+12
* [3.11] gh-106883: Make test_current_frames_exceptions_deadlock faster (#131182)Diego Russo2025-03-141-8/+4
* [3.11] gh-106883 Fix deadlock in threaded application (#117332)Diego Russo2025-03-113-0/+93
* [3.11] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550) (GH-...Miss Islington (bot)2025-02-271-1/+5
* [3.11] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#...Miss Islington (bot)2025-02-193-1/+31
* [3.11] gh-105704: Disallow square brackets (`[` and `]`) in domain names for ...Miss Islington (bot)2025-02-193-3/+58
* [3.11] gh-80222: Fix email address header folding with long quoted-string (GH...Miss Islington (bot)2025-02-193-3/+53
* [3.11] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130276)Miss Islington (bot)2025-02-192-9/+22
* [3.11] gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566)...Hugo van Kemenade2025-02-183-12167/+18216
* [3.11] CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys ...Hugo van Kemenade2025-02-183-37/+32
* [3.11] Docs: pin python-docs-theme to 2025.2 (#129576)Adam Turner2025-02-130-0/+0
* [3.11] gh-119461: Restore the testSocket VSOCK skipUnless removed by PR GH-11...Miss Islington (bot)2025-02-131-0/+2
* [3.11] Docs: pin python-docs-theme to 2025.2 (#129576)Adam Turner2025-02-131-1/+1
* [3.11] gh-119461: Fix ThreadedVSOCKSocketStreamTest (#129171)Victor Stinner2025-01-231-5/+10
* [3.11] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with Git...Miss Islington (bot)2025-01-221-1/+1
* [3.11] gh-128874: Fix the documentation for blurb 2.0 (GH-128875) (#128879)Miss Islington (bot)2025-01-212-3/+3
* [3.11] gh-121277: Allow .. versionadded:: next in docs (GH-121278) (#124718) ...Petr Viktorin2024-12-112-5/+33
* Post 3.11.11Pablo Galindo2024-12-031-1/+1
* Python 3.11.11v3.11.11Pablo Galindo2024-12-039-14/+53
* [3.11] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IP...Miss Islington (bot)2024-12-033-5/+49
* [3.11] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...Seth Michael Larson2024-12-035-11/+80
* [3.11] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127407)Hugo van Kemenade2024-11-301-1/+4
* [3.11] gh-111942: Remove an extra incref in textiowrapper_change_encoding (#1...Petr Viktorin2024-11-081-1/+0
* [3.11] gh-87846: test_io: Ignore OpenWrapper in test___all__ (#126478)Petr Viktorin2024-11-061-1/+5
* [3.11] gh-124651: Quote template strings in `venv` activation scripts (GH-124...Victor Stinner2024-11-017-21/+135
* [3.11] gh-123418: Update CI to use fresh OpenSSL releases (GH-123675) (#123699)Zachary Ware2024-10-224-6/+10
* [3.11] Adjust build_ubuntu_ssltests job to use cache for the correct OS versi...Zachary Ware2024-10-222-5/+10
* [3.11] gh-125041: test_zlib: For s390x HW acceleration, only skip checking th...Petr Viktorin2024-10-222-10/+18
* Post 3.11.10Pablo Galindo2024-09-071-1/+1
* Python 3.11.10v3.11.10Pablo Galindo2024-09-0723-65/+219
* [3.11] gh-102988: Adjust version numbers in versionadded directives (#123772)Petr Viktorin2024-09-061-2/+2
* [3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsea...Petr Viktorin2024-09-065-21/+371
* [3.11] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673) (#123692)Zachary Ware2024-09-053-4/+5
* [3.11] gh-123678: Upgrade libexpat 2.6.3 (#123709)Seth Michael Larson2024-09-054-15/+36
* [3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork (#112336)ChuBoning2024-09-042-5/+8
* [3.11] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_posi...Miss Islington (bot)2024-09-041-1/+1