summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.9] gh-121284: Fix email address header folding with parsed encoded-word (G...Petr Viktorin2025-04-031-0/+25
* [3.9] gh-105704: Disallow square brackets (`[` and `]`) in domain names for p...Miss Islington (bot)2025-02-191-1/+36
* [3.9] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#1...Hugo van Kemenade2025-02-191-0/+15
* [3.9] gh-119461: Fix ThreadedVSOCKSocketStreamTest (GH-129171) (GH-129440) (#...Miss Islington (bot)2025-02-191-5/+12
* [3.9] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv...Łukasz Langa2024-12-031-0/+30
* [3.9] gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit...Victor Stinner2024-12-021-0/+26
* [3.9] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-126477)Petr Viktorin2024-11-121-0/+2
* [3.9] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (G...Miss Islington (bot)2024-11-041-3/+7
* [3.9] gh-124651: Quote template strings in `venv` activation scripts (GH-1247...Victor Stinner2024-11-041-0/+81
* [3.9] gh-125041: gh-90781: test_zlib: For s390x HW acceleration, skip checkin...Petr Viktorin2024-10-281-2/+19
* [3.9] gh-107902: gh-108948: Don't test setting suid/sgid/sticky on systems th...Petr Viktorin2024-10-281-15/+39
* [3.9] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsead...Petr Viktorin2024-09-061-8/+196
* [3.9] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting...Serhiy Storchaka2024-09-051-3/+67
* [3.9] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values w...Miss Islington (bot)2024-09-041-0/+38
* [3.9] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-123354...Jason R. Coombs2024-09-041-0/+77
* [3.9] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286)...Seth Michael Larson2024-09-041-0/+42
* [3.9] gh-121650: Encode newlines in headers, and verify headers are sound (GH...Łukasz Langa2024-09-042-0/+88
* [3.9] gh-122133: Rework pure Python socketpair tests to avoid use of importli...Miss Islington (bot)2024-08-021-14/+6
* [3.9] gh-122133: Authenticate socket connection for `socket.socketpair()` fal...Miss Islington (bot)2024-07-301-3/+125
* [3.9] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION...Ned Deily2024-05-301-12/+15
* [3.9] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118741)Steve Dower2024-05-242-0/+40
* [3.9] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-1...Petr Viktorin2024-05-071-0/+52
* [3.9] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117080)jkriegshauser2024-03-271-5/+45
* [3.9] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117247)Miss Islington (bot)2024-03-272-9/+8
* [3.9] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-11521...Miss Islington (bot)2024-03-191-2/+27
* [3.9] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (...Sebastian Pipping2024-03-063-17/+168
* [3.9] Fix tests for XMLPullParser with Expat 2.6.0 (GH-115133) (GH-115535)Seth Michael Larson2024-02-211-22/+38
* [3.9] gh-113659: Skip hidden .pth files (GH-113660) (GH-114146)Serhiy Storchaka2024-01-171-0/+39
* [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-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (G...Miss Islington (bot)2024-01-171-0/+60
* [3.9] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-9...Serhiy Storchaka2024-01-171-1/+116
* [3.9] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)...Miss Islington (bot)2024-01-171-0/+13
* [3.9] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read...Łukasz Langa2023-11-061-0/+46
* 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-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#1...Petr Viktorin2023-08-221-7/+137
* [3.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99...Serhiy Storchaka2023-08-221-0/+47
* [3.9] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw...Łukasz Langa2023-08-221-0/+215
* [3.9] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH...Miss Islington (bot)2023-05-221-1/+60
* [3.9] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-1040...Miss Islington (bot)2023-05-221-0/+28
* [3.9] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler...Miss Islington (bot)2023-05-221-0/+8
* [3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...Petr Viktorin2023-05-152-14/+953
* [3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939)Kumar Aditya2023-01-201-0/+16
* [3.9] gh-100001: Omit control characters in http.server stderr logs. (GH-1000...Miss Islington (bot)2022-12-061-1/+20
* [3.9] gh-87604: Avoid publishing list of active per-interpreter audit hooks v...Steve Dower2022-11-212-0/+16
* [3.9] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (#99230)Miss Islington (bot)2022-11-101-0/+6
* [3.9] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98526)Miss Islington (bot)2022-10-281-0/+9
* [3.9] gh-96710: Make the test timing more lenient for the int/str DoS regress...Miss Islington (bot)2022-10-111-6/+8
* [3.9] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (G...Miss Islington (bot)2022-10-111-2/+6
* [3.9] gh-94208: Add even more TLS version/protocol checks for FreeBSD (#98037)Łukasz Langa2022-10-071-10/+16