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.10] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsea...
Petr Viktorin
2024-09-06
1
-8/+196
*
[3.10] gh-123693: Use platform-agnostic semantics when processing zipfile.Pat...
Jason R. Coombs
2024-09-05
1
-3/+0
*
[3.10] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-12335...
Jason R. Coombs
2024-09-04
1
-6/+70
*
[3.10] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values ...
Miss Islington (bot)
2024-09-04
1
-0/+38
*
[3.10] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path startin...
Serhiy Storchaka
2024-09-04
1
-3/+67
*
[3.10] gh-121650: Encode newlines in headers, and verify headers are sound (G...
Łukasz Langa
2024-09-04
2
-0/+88
*
[3.10] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286...
Seth Michael Larson
2024-09-03
1
-0/+42
*
[3.10] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#123160)
Jason R. Coombs
2024-08-22
1
-0/+17
*
[3.10] gh-122133: Rework pure Python socketpair tests to avoid use of importl...
Miss Islington (bot)
2024-08-02
1
-14/+6
*
[3.10] gh-122133: Authenticate socket connection for `socket.socketpair()` fa...
Miss Islington (bot)
2024-07-30
1
-3/+125
*
[3.10] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSIO...
Ned Deily
2024-05-28
1
-12/+15
*
[3.10] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118740)
Steve Dower
2024-05-24
2
-0/+40
*
[3.10] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...
Petr Viktorin
2024-05-07
1
-0/+52
*
[3.10] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117079)
jkriegshauser
2024-03-27
1
-5/+45
*
[3.10] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117246)
Miss Islington (bot)
2024-03-27
2
-9/+8
*
[3.10] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-1152...
Miss Islington (bot)
2024-03-19
1
-2/+27
*
[3.10] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
3
-16/+168
*
[3.10] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (#...
Miss Islington (bot)
2024-02-19
1
-22/+36
*
[3.10] gh-105821: Use a raw f-string in test_httpservers.py (GH-105822) (#115...
Miss Islington (bot)
2024-02-16
1
-2/+2
*
[3.10] gh-113659: Skip hidden .pth files (GH-113660) (GH-114145)
Miss Islington (bot)
2024-01-18
1
-0/+39
*
[3.10] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-10992...
Miss Islington (bot)
2024-01-17
1
-4/+9
*
[3.10] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (...
Miss Islington (bot)
2024-01-17
1
-0/+60
*
[3.10] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-...
Serhiy Storchaka
2024-01-17
1
-1/+116
*
[3.10] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...
Miss Islington (bot)
2024-01-17
1
-0/+13
*
[3.10] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs rea...
Łukasz Langa
2023-11-06
1
-0/+46
*
[3.10] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#...
Łukasz Langa
2023-08-24
1
-31/+72
*
[3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...
Miss Islington (bot)
2023-08-22
1
-0/+54
*
[3.10] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...
Łukasz Langa
2023-08-22
1
-0/+215
*
[3.10] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...
Miss Islington (bot)
2023-08-22
1
-7/+137
*
[3.10] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if AS...
Miss Islington (bot)
2023-05-19
1
-0/+3
*
[3.10] [3.11] gh-102153: Start stripping C0 control and space chars in `urlsp...
Miss Islington (bot)
2023-05-17
1
-1/+60
*
[3.10] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102...
Matěj Cepl
2023-05-10
2
-33/+979
*
[3.10] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104...
Miss Islington (bot)
2023-05-09
1
-0/+28
*
[3.10] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandle...
Miss Islington (bot)
2023-05-09
1
-0/+8
*
gh-103109: Document ignore_warnings() test support helper (GH-103110)
Miss Islington (bot)
2023-04-02
1
-1/+1
*
[3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on m...
Miss Islington (bot)
2023-03-28
1
-0/+14
*
[3.10] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) (#102087)
Miss Islington (bot)
2023-03-28
1
-0/+62
*
[3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103007)
Miss Islington (bot)
2023-03-27
1
-3/+15
*
gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)
Miss Islington (bot)
2023-03-24
1
-0/+150
*
[3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...
Miss Islington (bot)
2023-03-24
1
-3/+3
*
[3.10] gh-102947: Improve traceback when calling `fields()` on a non-dataclas...
Alex Waygood
2023-03-23
1
-0/+12
*
[3.10] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias...
Nikita Sobolev
2023-03-17
1
-7/+30
*
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)
Miss Islington (bot)
2023-03-16
1
-0/+28
*
gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)
Miss Islington (bot)
2023-03-15
1
-2/+6
*
[3.10] GH-101673: Fix pdb bug where local variable changes are lost after lon...
Irit Katriel
2023-03-13
1
-0/+29
*
Fix broken link to MSDN (GH-102355)
Miss Islington (bot)
2023-03-13
1
-1/+1
*
GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)
Miss Islington (bot)
2023-03-13
1
-1/+8
*
gh-102433: Add tests for how classes with properties interact with `isinstanc...
Miss Islington (bot)
2023-03-11
1
-0/+88
*
[3.10] GH-102397: Fix segfault from race condition in signal handling (GH-102...
Miss Islington (bot)
2023-03-08
1
-0/+15
*
[3.10] gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#1...
Alex Waygood
2023-03-05
1
-11/+1
[next]