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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.10] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IP...
Miss Islington (bot)
2024-12-03
3
-5/+49
*
[3.10] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...
Seth Michael Larson
2024-12-02
5
-11/+80
*
[3.10] gh-103848: Adds checks to ensure that bracketed hosts found by urlspli...
Victor Stinner
2024-12-02
3
-1/+43
*
[3.10] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127408)
Hugo van Kemenade
2024-11-30
1
-1/+4
*
[3.10] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (#126438)
Petr Viktorin
2024-11-05
1
-0/+2
*
[3.10] gh-124651: Quote template strings in `venv` activation scripts (GH-124...
Victor Stinner
2024-11-04
7
-20/+134
*
[3.10] gh-125529: Avoid f-strings in the metagrammar (#125582)
Petr Viktorin
2024-10-22
2
-2/+2
*
[3.10] gh-125041: gh-90781: test_zlib: For s390x HW acceleration, skip checki...
Petr Viktorin
2024-10-22
2
-2/+22
*
[3.10] gh-107902: gh-108948: Don't test setting suid/sgid/sticky on systems t...
Petr Viktorin
2024-10-22
1
-15/+39
*
[3.10] gh-100005: Skip test_script_as_dev_fd() on FreeBSD (GH-100006) (#125109)
Miss Islington (bot)
2024-10-22
2
-1/+4
*
[3.10] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (...
Miss Islington (bot)
2024-10-22
2
-3/+10
*
[3.10] gh-89452: GHA: Set --with-dbmliborder to avoid issues with homebrew's ...
Petr Viktorin
2024-10-08
1
-1/+3
*
Post 3.10.15
Pablo Galindo
2024-09-07
1
-1/+1
*
Python 3.10.15
v3.10.15
Pablo Galindo
2024-09-07
24
-61/+222
*
[3.10] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsea...
Petr Viktorin
2024-09-06
5
-21/+371
*
[3.10] gh-123678: Upgrade libexpat 2.6.3 (#123710)
Seth Michael Larson
2024-09-05
4
-15/+36
*
[3.10] gh-123693: Use platform-agnostic semantics when processing zipfile.Pat...
Jason R. Coombs
2024-09-05
3
-4/+2
*
[3.10] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-12335...
Jason R. Coombs
2024-09-04
3
-67/+81
*
[3.10] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-1123...
Miss Islington (bot)
2024-09-04
2
-5/+8
*
[3.10] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _wina...
Steve Dower
2024-09-04
2
-2/+4
*
[3.10] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values ...
Miss Islington (bot)
2024-09-04
3
-26/+47
*
[3.10] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path startin...
Serhiy Storchaka
2024-09-04
3
-4/+70
*
[3.10] gh-121650: Encode newlines in headers, and verify headers are sound (G...
Łukasz Langa
2024-09-04
10
-4/+162
*
[3.10] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286...
Seth Michael Larson
2024-09-03
3
-38/+111
*
[3.10] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#123160)
Jason R. Coombs
2024-08-22
3
-1/+78
*
[3.10] gh-122133: Rework pure Python socketpair tests to avoid use of importl...
Miss Islington (bot)
2024-08-02
2
-77/+64
*
[3.10] gh-122133: Authenticate socket connection for `socket.socketpair()` fa...
Miss Islington (bot)
2024-07-30
3
-3/+147
*
[3.10] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...
Łukasz Langa
2024-07-22
5
-0/+23
*
[3.10] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSIO...
Ned Deily
2024-05-28
2
-12/+18
*
[3.10] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118740)
Steve Dower
2024-05-24
6
-3/+107
*
[3.10] gh-100454: Fix running SSL tests with OpenSSL 3.1+ (GH-100456) (GH-118...
Dimitri John Ledkov
2024-05-07
2
-4/+5
*
[3.10] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...
Petr Viktorin
2024-05-07
5
-22/+184
*
[3.10] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118186)
Seth Michael Larson
2024-05-07
4
-16/+37
*
[3.10] gh-114539: Clarify implicit launching of shells by subprocess (GH-1179...
Miss Islington (bot)
2024-05-07
1
-2/+10
*
[3.10] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117079)
jkriegshauser
2024-03-27
4
-12/+71
*
[3.10] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117246)
Miss Islington (bot)
2024-03-27
3
-9/+9
*
Post 3.10.14
Łukasz Langa
2024-03-19
1
-1/+1
*
Python 3.10.14
v3.10.14
Łukasz Langa
2024-03-19
18
-39/+151
*
[3.10] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-1152...
Miss Islington (bot)
2024-03-19
3
-44/+64
*
[3.10] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
14
-19/+435
*
[3.10] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115...
Miss Islington (bot)
2024-02-21
2
-0/+14
*
[3.10] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573...
Miss Islington (bot)
2024-02-20
2
-5/+64
*
[3.10] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468) (#115473)
Miss Islington (bot)
2024-02-19
13
-262/+403
*
[3.10] gh-97032: avoid test_squeezer crash on macOS buildbots (#115508)
Ned Deily
2024-02-19
1
-0/+1
*
[3.10] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (#...
Miss Islington (bot)
2024-02-19
2
-22/+38
*
[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] Add missing sections to blurbs (GH-114553) (#115338)
Miss Islington (bot)
2024-02-14
3
-0/+3
*
[3.10] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 licens...
Łukasz Langa
2024-02-06
2
-47/+48
*
[3.10] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (#115079)
Miss Islington (bot)
2024-02-06
3
-2/+3
*
[3.10] gh-113659: Skip hidden .pth files (GH-113660) (GH-114145)
Miss Islington (bot)
2024-01-18
3
-1/+51
[next]