summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.19v3.8.19Łukasz Langa2024-03-1917-40/+152
* [3.8] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-11521...Miss Islington (bot)2024-03-193-44/+64
* [3.8] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (...Sebastian Pipping2024-03-0614-20/+435
* [3.8] gh-107077: Raise SSLCertVerificationError even if the error is set via ...Miss Islington (bot)2024-02-212-0/+10
* [3.8] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115475)Seth Michael Larson2024-02-2112-262/+402
* [3.8] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-1154...Miss Islington (bot)2024-02-212-0/+14
* [3.8] gh-97032: avoid test_squeezer crash on macOS buildbots (GH-115508) (GH-...Miss Islington (bot)2024-02-211-0/+1
* [3.8] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (GH...Seth Michael Larson2024-02-212-22/+40
* [3.8] gh-115349: Pin theme to fix code snippets (GH-115351) (#115404)Łukasz Langa2024-02-131-1/+1
* [3.8] Add missing sections to blurbs (GH-114553) (GH-115340)Miss Islington (bot)2024-02-133-0/+3
* [3.8] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (#115086)Łukasz Langa2024-02-063-2/+3
* [3.8] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928...Miss Islington (bot)2024-01-171-4/+9
* [3.8] gh-109991: Update Windows build to use OpenSSL 1.1.1w (GH-111266)Zachary Ware2024-01-173-4/+8
* [3.8] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-9...Serhiy Storchaka2024-01-173-10/+136
* [3.8] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)...Miss Islington (bot)2024-01-173-5/+27
* [3.8] gh-108310: Fix TestPreHandshakeClose tests in test_ssl (#110718)Lumír 'Frenzy' Balhar2024-01-172-6/+11
* [3.8] gh-113659: Skip hidden .pth files (GH-113660) (GH-114147)Serhiy Storchaka2024-01-173-1/+50
* [3.8] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-1...Adam Turner2024-01-172-0/+26
* [3.8] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (G...Serhiy Storchaka2024-01-173-0/+75
* [3.8] Fix documentation build by pinning Alabaster version to 0.7.13 (GH-1138...Miss Islington (bot)2024-01-101-0/+2
* [3.8] gh-112160: Add 'regen-configure' make target (#112167)Seth Michael Larson2023-12-065-5/+42
* [3.8] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read...Łukasz Langa2023-11-063-3/+53
* [3.8] CI: Bump GitHub Actions (GH-108879) (#108894)Hugo van Kemenade2023-09-075-16/+16
* [3.8] gh-109002: Ensure only one wheel for each vendored package (GH-109003) ...Miss Islington (bot)2023-09-061-4/+10
* [3.8] gh-101997: Remove stale pip-22.0.4-py3-none-any.whl from the 3.8 branch...Łukasz Langa2023-09-061-0/+0
* [3.8] Add a dummy .rtfd.yml file to silence invalid failing webhooks (GH-1089...Miss Islington (bot)2023-09-051-0/+12
* Post 3.8.18Łukasz Langa2023-08-241-1/+1
* Fix invalid string escapeŁukasz Langa2023-08-241-2/+2
* Python 3.8.18v3.8.18Łukasz Langa2023-08-246-15/+37
* [3.8] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#1...Łukasz Langa2023-08-242-31/+79
* [3.8] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108...Miss Islington (bot)2023-08-231-1/+5
* [3.8] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#1...Petr Viktorin2023-08-224-9/+154
* [3.8] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL ...Ned Deily2023-08-223-4/+6
* [3.8] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw...Łukasz Langa2023-08-223-1/+252
* [3.8] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105872)Erlend E. Aasland2023-07-051-2/+3
* [3.8] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs...Miss Islington (bot)2023-07-051-1/+2
* Post 3.8.17Łukasz Langa2023-06-061-1/+1
* Python 3.8.17v3.8.17Łukasz Langa2023-06-0615-29/+124
* [3.8] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (...Łukasz Langa2023-06-0612-18/+186
* [3.8] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH...stratakis2023-06-054-3/+111
* [3.8] gh-105184: document that marshal functions can fail and need to be chec...Miss Islington (bot)2023-06-052-0/+8
* [3.8] Update GitHub CI workflow for macOS. (GH-105302)Ned Deily2023-06-051-1/+15
* [3.8] gh-68966: fix versionchanged in docs (GH-105299)Ned Deily2023-06-051-1/+1
* [3.8] gh-103935: Use `io.open_code()` when executing code in trace and profil...Steve Dower2023-05-224-3/+7
* [3.8] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler...Miss Islington (bot)2023-05-223-1/+11
* [3.8] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-1040...Miss Islington (bot)2023-05-223-1/+38
* [3.8] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...Petr Viktorin2023-05-178-78/+1777
* [3.8] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102244)Pradyun Gedam2023-03-283-1/+2
* [3.8] gh-102627: Replace address pointing toward malicious web page (GH-10263...Miss Islington (bot)2023-03-131-1/+1
* [3.8] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101752)Steve Dower2023-03-079-26/+37