summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.19v3.9.19Łukasz Langa2024-03-1917-40/+152
* [3.9] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-11521...Miss Islington (bot)2024-03-193-44/+64
* [3.9] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (...Sebastian Pipping2024-03-0714-20/+435
* [3.9] gh-107077: Raise SSLCertVerificationError even if the error is set via ...Miss Islington (bot)2024-02-212-0/+10
* [3.9] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115474)Seth Michael Larson2024-02-2112-262/+402
* [3.9] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-1154...Miss Islington (bot)2024-02-212-0/+14
* [3.9] Fix tests for XMLPullParser with Expat 2.6.0 (GH-115133) (GH-115535)Seth Michael Larson2024-02-212-22/+40
* [3.9] gh-97032: avoid test_squeezer crash on macOS buildbots (GH-115508) (#11...Miss Islington (bot)2024-02-211-0/+1
* [3.9] gh-115349: Pin theme to fix code snippets (GH-115351)Hugo van Kemenade2024-02-131-1/+1
* [3.9] Add missing sections to blurbs (GH-114553) (GH-115339)Miss Islington (bot)2024-02-133-0/+3
* [3.9] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115087)Łukasz Langa2024-02-063-2/+3
* [3.9] gh-113659: Skip hidden .pth files (GH-113660) (GH-114146)Serhiy Storchaka2024-01-173-1/+50
* [3.9] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928...Miss Islington (bot)2024-01-171-4/+9
* [3.9] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-1...Adam Turner2024-01-172-0/+26
* [3.9] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (G...Miss Islington (bot)2024-01-173-0/+75
* [3.9] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-9...Serhiy Storchaka2024-01-173-10/+136
* [3.9] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)...Miss Islington (bot)2024-01-173-5/+27
* [3.9] gh-109991: Update Windows build to use OpenSSL 1.1.1w (GH-111265)Zachary Ware2024-01-173-4/+8
* [3.9] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multiss...Ned Deily2024-01-173-4/+6
* [3.9] Fix documentation build by pinning Alabaster version to 0.7.13 (#113815)Maciej Olko2024-01-101-0/+2
* [3.9] gh-112160: Add 'regen-configure' make target (#112164)Seth Michael Larson2023-12-072-1/+17
* [3.9] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read...Łukasz Langa2023-11-063-3/+53
* [3.9] gh-109002: Ensure only one wheel for each vendored package (GH-109003) ...Miss Islington (bot)2023-09-061-4/+10
* [3.9] CI: Bump GitHub Actions (GH-108879) (#108893)Hugo van Kemenade2023-09-055-16/+16
* [3.9] [3.10] Add a dummy .rtfd.yml file to silence invalid failing webhooks (...Miss Islington (bot)2023-09-052-4/+12
* Post 3.9.18Łukasz Langa2023-08-241-1/+1
* Python 3.9.18v3.9.18Łukasz Langa2023-08-247-17/+47
* Fix invalid string escapeŁukasz Langa2023-08-241-2/+2
* [3.9] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#1...Łukasz Langa2023-08-241-31/+71
* [3.9] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108...Miss Islington (bot)2023-08-231-1/+5
* [3.9] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL ...Ned Deily2023-08-223-4/+6
* [3.9] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#1...Petr Viktorin2023-08-224-9/+154
* [3.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99...Serhiy Storchaka2023-08-224-1/+88
* [3.9] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw...Łukasz Langa2023-08-223-1/+252
* [3.9] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105871)Erlend E. Aasland2023-07-051-2/+3
* [3.9] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs...Miss Islington (bot)2023-07-051-1/+2
* Post 3.9.17Łukasz Langa2023-06-061-1/+1
* Python 3.9.17v3.9.17Łukasz Langa2023-06-0616-29/+134
* [3.9] gh-105184: document that marshal functions can fail and need to be chec...Miss Islington (bot)2023-06-052-0/+8
* [3.9] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (...Gregory P. Smith2023-06-0512-18/+186
* [3.9] Update GitHub CI workflow for macOS. (GH-105303)Ned Deily2023-06-051-1/+13
* [3.9] gh-68966: fix versionchanged in docs (GH-105298)Ned Deily2023-06-041-1/+1
* [3.9] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH...Miss Islington (bot)2023-05-224-3/+111
* [3.9] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-1040...Miss Islington (bot)2023-05-223-1/+38
* [3.9] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler...Miss Islington (bot)2023-05-223-1/+11
* [3.9] gh-103935: Use `io.open_code()` when executing code in trace and profil...Steve Dower2023-05-224-3/+7
* [3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...Petr Viktorin2023-05-158-78/+1761
* [3.9] GH-102126: fix deadlock at shutdown when clearing thread states (GH-102...Kumar Aditya2023-03-282-2/+11
* [3.9] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102243)Pradyun Gedam2023-03-284-1/+2
* [3.9] gh-102627: Replace address pointing toward malicious web page (GH-10263...Miss Islington (bot)2023-03-131-1/+1