summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.20v3.8.203.8Łukasz Langa2024-09-0619-58/+203
* [3.8] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsead...Petr Viktorin2024-09-061-0/+8
* [3.8] gh-123678: Upgrade libexpat 2.6.3 (#123712)Seth Michael Larson2024-09-051-0/+1
* [3.8] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-11233...Miss Islington (bot)2024-09-051-0/+3
* [3.8] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winap...Miss Islington (bot)2024-09-041-0/+2
* [3.8] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting...Serhiy Storchaka2024-09-041-0/+2
* [3.8] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286)...Seth Michael Larson2024-09-041-0/+2
* [3.8] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-123354...Jason R. Coombs2024-09-041-0/+3
* [3.8] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values w...Miss Islington (bot)2024-09-041-0/+1
* [3.8] gh-121650: Encode newlines in headers, and verify headers are sound (GH...Łukasz Langa2024-09-041-0/+5
* [3.8] gh-122133: Authenticate socket connection for `socket.socketpair()` fal...Miss Islington (bot)2024-07-301-0/+5
* [3.8] gh-121957: Emit audit events for python -i and python -m asyncio (GH-12...Łukasz Langa2024-07-221-0/+3
* [3.8] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION...Ned Deily2024-05-301-0/+3
* [3.8] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118742)Steve Dower2024-05-241-0/+4
* [3.8] gh-114572: Fix locking in cert_store_stats and get_ca_certs (#118442)Seth Michael Larson2024-05-101-0/+4
* [3.8] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-1...Petr Viktorin2024-05-071-0/+9
* [3.8] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118188)Seth Michael Larson2024-05-071-0/+1
* [3.8] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117083)jkriegshauser2024-03-271-0/+1
* [3.8] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (#117248)Miss Islington (bot)2024-03-271-0/+1
* Python 3.8.19v3.8.19Łukasz Langa2024-03-1915-37/+149
* [3.8] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-11521...Miss Islington (bot)2024-03-191-0/+2
* [3.8] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (...Sebastian Pipping2024-03-061-0/+8
* [3.8] gh-107077: Raise SSLCertVerificationError even if the error is set via ...Miss Islington (bot)2024-02-211-0/+6
* [3.8] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115475)Seth Michael Larson2024-02-211-0/+1
* [3.8] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-1154...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-211-0/+2
* [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-061-0/+1
* [3.8] gh-109991: Update Windows build to use OpenSSL 1.1.1w (GH-111266)Zachary Ware2024-01-171-0/+4
* [3.8] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-9...Serhiy Storchaka2024-01-171-0/+2
* [3.8] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)...Miss Islington (bot)2024-01-171-0/+3
* [3.8] gh-108310: Fix TestPreHandshakeClose tests in test_ssl (#110718)Lumír 'Frenzy' Balhar2024-01-171-0/+2
* [3.8] gh-113659: Skip hidden .pth files (GH-113660) (GH-114147)Serhiy Storchaka2024-01-171-0/+1
* [3.8] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (G...Serhiy Storchaka2024-01-171-0/+3
* [3.8] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read...Łukasz Langa2023-11-061-0/+1
* Python 3.8.18v3.8.18Łukasz Langa2023-08-244-12/+34
* [3.8] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#1...Petr Viktorin2023-08-221-0/+3
* [3.8] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL ...Ned Deily2023-08-221-0/+2
* [3.8] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw...Łukasz Langa2023-08-221-0/+7
* Python 3.8.17v3.8.17Łukasz Langa2023-06-0613-26/+121
* [3.8] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (...Łukasz Langa2023-06-062-0/+3
* [3.8] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH...stratakis2023-06-051-0/+3
* [3.8] gh-103935: Use `io.open_code()` when executing code in trace and profil...Steve Dower2023-05-221-0/+1
* [3.8] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler...Miss Islington (bot)2023-05-221-0/+2
* [3.8] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-1040...Miss Islington (bot)2023-05-221-0/+2
* [3.8] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...Petr Viktorin2023-05-171-0/+4
* [3.8] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102244)Pradyun Gedam2023-03-281-0/+1
* [3.8] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101752)Steve Dower2023-03-071-0/+4
* [3.8] GH-102306 Avoid GHA CI macOS test_posix failure by using the appropriat...Ned Deily2023-03-041-0/+2
* [3.8] gh-101283: Improved fallback logic for subprocess with shell=True on Wi...Miss Islington (bot)2023-02-091-0/+3