summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.15v3.10.15Pablo Galindo2024-09-0724-61/+222
* [3.10] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsea...Petr Viktorin2024-09-065-21/+371
* [3.10] gh-123678: Upgrade libexpat 2.6.3 (#123710)Seth Michael Larson2024-09-054-15/+36
* [3.10] gh-123693: Use platform-agnostic semantics when processing zipfile.Pat...Jason R. Coombs2024-09-053-4/+2
* [3.10] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-12335...Jason R. Coombs2024-09-043-67/+81
* [3.10] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-1123...Miss Islington (bot)2024-09-042-5/+8
* [3.10] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _wina...Steve Dower2024-09-042-2/+4
* [3.10] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values ...Miss Islington (bot)2024-09-043-26/+47
* [3.10] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path startin...Serhiy Storchaka2024-09-043-4/+70
* [3.10] gh-121650: Encode newlines in headers, and verify headers are sound (G...Łukasz Langa2024-09-0410-4/+162
* [3.10] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286...Seth Michael Larson2024-09-033-38/+111
* [3.10] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#123160)Jason R. Coombs2024-08-223-1/+78
* [3.10] gh-122133: Rework pure Python socketpair tests to avoid use of importl...Miss Islington (bot)2024-08-022-77/+64
* [3.10] gh-122133: Authenticate socket connection for `socket.socketpair()` fa...Miss Islington (bot)2024-07-303-3/+147
* [3.10] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...Łukasz Langa2024-07-225-0/+23
* [3.10] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSIO...Ned Deily2024-05-282-12/+18
* [3.10] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118740)Steve Dower2024-05-246-3/+107
* [3.10] gh-100454: Fix running SSL tests with OpenSSL 3.1+ (GH-100456) (GH-118...Dimitri John Ledkov2024-05-072-4/+5
* [3.10] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...Petr Viktorin2024-05-075-22/+184
* [3.10] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118186)Seth Michael Larson2024-05-074-16/+37
* [3.10] gh-114539: Clarify implicit launching of shells by subprocess (GH-1179...Miss Islington (bot)2024-05-071-2/+10
* [3.10] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117079)jkriegshauser2024-03-274-12/+71
* [3.10] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117246)Miss Islington (bot)2024-03-273-9/+9
* Post 3.10.14Łukasz Langa2024-03-191-1/+1
* Python 3.10.14v3.10.14Łukasz Langa2024-03-1918-39/+151
* [3.10] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-1152...Miss Islington (bot)2024-03-193-44/+64
* [3.10] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-0614-19/+435
* [3.10] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115...Miss Islington (bot)2024-02-212-0/+14
* [3.10] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573...Miss Islington (bot)2024-02-202-5/+64
* [3.10] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468) (#115473)Miss Islington (bot)2024-02-1913-262/+403
* [3.10] gh-97032: avoid test_squeezer crash on macOS buildbots (#115508)Ned Deily2024-02-191-0/+1
* [3.10] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (#...Miss Islington (bot)2024-02-192-22/+38
* [3.10] gh-105821: Use a raw f-string in test_httpservers.py (GH-105822) (#115...Miss Islington (bot)2024-02-161-2/+2
* [3.10] Add missing sections to blurbs (GH-114553) (#115338)Miss Islington (bot)2024-02-143-0/+3
* [3.10] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 licens...Łukasz Langa2024-02-062-47/+48
* [3.10] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (#115079)Miss Islington (bot)2024-02-063-2/+3
* [3.10] gh-113659: Skip hidden .pth files (GH-113660) (GH-114145)Miss Islington (bot)2024-01-183-1/+51
* [3.10] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-10992...Miss Islington (bot)2024-01-171-4/+9
* [3.10] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-...Adam Turner2024-01-172-0/+26
* [3.10] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (...Miss Islington (bot)2024-01-173-0/+75
* [3.10] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-...Serhiy Storchaka2024-01-173-10/+136
* [3.10] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...Miss Islington (bot)2024-01-173-5/+27
* [3.10] gh-112160: Add 'regen-configure' make target (#112163)Seth Michael Larson2023-11-202-1/+17
* [3.10] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs rea...Łukasz Langa2023-11-063-3/+53
* [3.10] gh-109991: Update Windows build to use OpenSSL 1.1.1w (GH-110090)Steve Dower2023-10-103-4/+8
* [3.10] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multis...Ned Deily2023-09-283-5/+7
* [3.10] gh-109002: Ensure only one wheel for each vendored package (GH-109003)...Miss Islington (bot)2023-09-061-4/+10
* [3.10] CI: Bump GitHub Actions (GH-108879) (#108892)Hugo van Kemenade2023-09-054-15/+15
* [3.10] Add a dummy .rtfd.yml file to silence invalid failing webhooks (#108908)Łukasz Langa2023-09-052-4/+12
* Post 3.10.13Pablo Galindo2023-08-241-1/+1