index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] gh-121284: Fix email address header folding with parsed encoded-word (G...
Petr Viktorin
2025-04-03
1
-0/+25
*
[3.9] gh-105704: Disallow square brackets (`[` and `]`) in domain names for p...
Miss Islington (bot)
2025-02-19
1
-1/+36
*
[3.9] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#1...
Hugo van Kemenade
2025-02-19
1
-0/+15
*
[3.9] gh-119461: Fix ThreadedVSOCKSocketStreamTest (GH-129171) (GH-129440) (#...
Miss Islington (bot)
2025-02-19
1
-5/+12
*
[3.9] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv...
Łukasz Langa
2024-12-03
1
-0/+30
*
[3.9] gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit...
Victor Stinner
2024-12-02
1
-0/+26
*
[3.9] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-126477)
Petr Viktorin
2024-11-12
1
-0/+2
*
[3.9] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (G...
Miss Islington (bot)
2024-11-04
1
-3/+7
*
[3.9] gh-124651: Quote template strings in `venv` activation scripts (GH-1247...
Victor Stinner
2024-11-04
1
-0/+81
*
[3.9] gh-125041: gh-90781: test_zlib: For s390x HW acceleration, skip checkin...
Petr Viktorin
2024-10-28
1
-2/+19
*
[3.9] gh-107902: gh-108948: Don't test setting suid/sgid/sticky on systems th...
Petr Viktorin
2024-10-28
1
-15/+39
*
[3.9] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsead...
Petr Viktorin
2024-09-06
1
-8/+196
*
[3.9] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting...
Serhiy Storchaka
2024-09-05
1
-3/+67
*
[3.9] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values w...
Miss Islington (bot)
2024-09-04
1
-0/+38
*
[3.9] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-123354...
Jason R. Coombs
2024-09-04
1
-0/+77
*
[3.9] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286)...
Seth Michael Larson
2024-09-04
1
-0/+42
*
[3.9] gh-121650: Encode newlines in headers, and verify headers are sound (GH...
Łukasz Langa
2024-09-04
2
-0/+88
*
[3.9] gh-122133: Rework pure Python socketpair tests to avoid use of importli...
Miss Islington (bot)
2024-08-02
1
-14/+6
*
[3.9] gh-122133: Authenticate socket connection for `socket.socketpair()` fal...
Miss Islington (bot)
2024-07-30
1
-3/+125
*
[3.9] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION...
Ned Deily
2024-05-30
1
-12/+15
*
[3.9] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118741)
Steve Dower
2024-05-24
2
-0/+40
*
[3.9] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-1...
Petr Viktorin
2024-05-07
1
-0/+52
*
[3.9] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117080)
jkriegshauser
2024-03-27
1
-5/+45
*
[3.9] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117247)
Miss Islington (bot)
2024-03-27
2
-9/+8
*
[3.9] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-11521...
Miss Islington (bot)
2024-03-19
1
-2/+27
*
[3.9] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (...
Sebastian Pipping
2024-03-06
3
-17/+168
*
[3.9] Fix tests for XMLPullParser with Expat 2.6.0 (GH-115133) (GH-115535)
Seth Michael Larson
2024-02-21
1
-22/+38
*
[3.9] gh-113659: Skip hidden .pth files (GH-113660) (GH-114146)
Serhiy Storchaka
2024-01-17
1
-0/+39
*
[3.9] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928...
Miss Islington (bot)
2024-01-17
1
-4/+9
*
[3.9] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (G...
Miss Islington (bot)
2024-01-17
1
-0/+60
*
[3.9] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-9...
Serhiy Storchaka
2024-01-17
1
-1/+116
*
[3.9] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)...
Miss Islington (bot)
2024-01-17
1
-0/+13
*
[3.9] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read...
Łukasz Langa
2023-11-06
1
-0/+46
*
Fix invalid string escape
Łukasz Langa
2023-08-24
1
-2/+2
*
[3.9] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#1...
Łukasz Langa
2023-08-24
1
-31/+71
*
[3.9] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#1...
Petr Viktorin
2023-08-22
1
-7/+137
*
[3.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99...
Serhiy Storchaka
2023-08-22
1
-0/+47
*
[3.9] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw...
Łukasz Langa
2023-08-22
1
-0/+215
*
[3.9] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH...
Miss Islington (bot)
2023-05-22
1
-1/+60
*
[3.9] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-1040...
Miss Islington (bot)
2023-05-22
1
-0/+28
*
[3.9] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler...
Miss Islington (bot)
2023-05-22
1
-0/+8
*
[3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...
Petr Viktorin
2023-05-15
2
-14/+953
*
[3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939)
Kumar Aditya
2023-01-20
1
-0/+16
*
[3.9] gh-100001: Omit control characters in http.server stderr logs. (GH-1000...
Miss Islington (bot)
2022-12-06
1
-1/+20
*
[3.9] gh-87604: Avoid publishing list of active per-interpreter audit hooks v...
Steve Dower
2022-11-21
2
-0/+16
*
[3.9] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (#99230)
Miss Islington (bot)
2022-11-10
1
-0/+6
*
[3.9] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98526)
Miss Islington (bot)
2022-10-28
1
-0/+9
*
[3.9] gh-96710: Make the test timing more lenient for the int/str DoS regress...
Miss Islington (bot)
2022-10-11
1
-6/+8
*
[3.9] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (G...
Miss Islington (bot)
2022-10-11
1
-2/+6
*
[3.9] gh-94208: Add even more TLS version/protocol checks for FreeBSD (#98037)
Łukasz Langa
2022-10-07
1
-10/+16
[next]