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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.10] gh-139400: Make sure that parent parsers outlive their subparsers in `...
Sebastian Pipping
2025-10-06
1
-0/+25
*
[3.10] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139379)
Stan Ulbrych
2025-09-28
5
-23/+45
*
[3.10] gh-138998: Upgrade vendored expat to 2.7.2 (#138999) (#139053)
Stan Ulbrych
2025-09-26
8
-374/+749
*
[3.10] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132241)
Seth Michael Larson
2025-04-08
4
-10/+19
*
[3.10] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127905) ...
Victor Stinner
2025-04-03
1
-0/+10
*
[3.10] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131272) (#131363)
Seth Michael Larson
2025-04-01
3
-160/+424
*
[3.10] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...
Seth Michael Larson
2024-12-02
4
-11/+79
*
[3.10] gh-123678: Upgrade libexpat 2.6.3 (#123710)
Seth Michael Larson
2024-09-05
3
-15/+35
*
[3.10] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-1123...
Miss Islington (bot)
2024-09-04
1
-5/+5
*
[3.10] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _wina...
Steve Dower
2024-09-04
1
-2/+2
*
[3.10] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...
Łukasz Langa
2024-07-22
1
-0/+4
*
[3.10] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118740)
Steve Dower
2024-05-24
1
-3/+41
*
[3.10] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118186)
Seth Michael Larson
2024-05-07
3
-16/+36
*
[3.10] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117079)
jkriegshauser
2024-03-27
1
-0/+18
*
[3.10] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
5
-2/+153
*
[3.10] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573...
Miss Islington (bot)
2024-02-20
1
-5/+60
*
[3.10] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468) (#115473)
Miss Islington (bot)
2024-02-19
11
-262/+401
*
[3.10] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 licens...
Łukasz Langa
2024-02-06
1
-24/+22
*
[3.10] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...
Miss Islington (bot)
2024-01-17
1
-5/+11
*
[3.10] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs rea...
Łukasz Langa
2023-11-06
1
-3/+6
*
[3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...
Miss Islington (bot)
2023-08-22
1
-1/+36
*
[3.10] Revert "[3.10] gh-107077: Raise SSLCertVerificationError even if the e...
Pablo Galindo Salgado
2023-08-03
1
-4/+0
*
[3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via...
Miss Islington (bot)
2023-08-03
1
-0/+4
*
[3.10] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...
Gregory P. Smith
2023-06-05
2
-2/+167
*
[3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103007)
Miss Islington (bot)
2023-03-27
1
-4/+10
*
[3.10] gh-102027: Fix macro name (GH-102124) (#102917)
Miss Islington (bot)
2023-03-24
1
-1/+1
*
[3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...
Miss Islington (bot)
2023-03-24
1
-8/+28
*
GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-10...
Miss Islington (bot)
2023-03-24
1
-24/+13
*
gh-100989: Improve the accuracy of collections.deque docstrings (GH-100990)
Miss Islington (bot)
2023-03-22
1
-13/+24
*
[3.10] GH-102397: Fix segfault from race condition in signal handling (GH-102...
Miss Islington (bot)
2023-03-08
1
-0/+4
*
[3.10] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) ...
Miss Islington (bot)
2023-03-04
1
-5/+0
*
[3.10] Add missing 'is' to `cmath.log()` docstring (GH-102049) (#102280)
Mark Dickinson
2023-02-26
2
-4/+4
*
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...
Miss Islington (bot)
2023-02-06
1
-1/+1
*
[3.10] [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() ...
Miss Islington (bot)
2023-02-04
2
-0/+9
*
gh-100795: Don't call freeaddrinfo on failure. (GH-101252)
Miss Islington (bot)
2023-01-23
1
-0/+4
*
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Miss Islington (bot)
2023-01-17
1
-1/+16
*
[3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)
Kumar Aditya
2023-01-11
2
-15/+56
*
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...
Miss Islington (bot)
2023-01-09
1
-8/+7
*
[3.10] gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the ...
Miss Islington (bot)
2023-01-08
1
-40/+27
*
[3.10] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (G...
Miss Islington (bot)
2022-12-23
1
-8/+25
*
[3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...
colorfulappl
2022-12-21
1
-0/+20
*
[3.10] gh-99240: Fix double-free bug in Argument Clinic str_converter generat...
colorfulappl
2022-12-20
2
-1/+150
*
[3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)
colorfulappl
2022-12-17
2
-0/+2869
*
[3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Łukasz Langa
2022-12-06
1
-7/+5
*
[3.10] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100017)
Łukasz Langa
2022-12-05
1
-0/+1
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Luke Garland
2022-12-02
2
-1/+52
*
[3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99...
Kumar Aditya
2022-11-28
1
-13/+21
*
GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH...
Miss Islington (bot)
2022-11-26
1
-11/+3
*
bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)
Miss Islington (bot)
2022-11-25
1
-1/+5
*
[3.10] GH-97001: Release GIL in termios extension (GH-99503) (#99680)
Ronald Oussoren
2022-11-22
1
-7/+46
[next]