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.13] gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141793) (#141812)
Prithviraj Chaudhuri
2025-11-30
1
-1/+0
*
[3.13] gh-141801: Use accessors for ASN1_STRING fields in libssl (GH-141802) ...
Miss Islington (bot)
2025-11-22
1
-8/+10
*
[3.13] gh-141659: Fix bad file descriptor error in subprocess on AIX (GH-1416...
Hugo van Kemenade
2025-11-21
1
-0/+6
*
[3.13] gh-137109: refactor warning about threads when forking (GH-141438) (GH...
Miss Islington (bot)
2025-11-17
1
-43/+60
*
[3.13] gh-124111: Fix TCL 9 thread detection (GH-141483)
Miss Islington (bot)
2025-11-12
1
-0/+4
*
[3.13] gh-141311: Avoid assertion in BytesIO.readinto() (GH-141333) (GH-141478)
Cody Maloney
2025-11-12
1
-4/+14
*
[3.13] gh-132657: add regression test for `PySet_Contains` with unhashable ty...
Miss Islington (bot)
2025-11-12
1
-0/+47
*
[3.13] gh-141314: Fix TextIOWrapper.tell() assertion failure with standalone ...
Mohsin Mehmood
2025-11-12
1
-1/+1
*
[3.13] gh-100218: correctly set `errno` when `socket.if_{nametoindex,indexton...
Bénédikt Tran
2025-11-09
1
-2/+3
*
[3.13] gh-140615: Update docstrings in the fcntl module (GH-140619) (GH-14123...
Serhiy Storchaka
2025-11-08
2
-90/+102
*
[3.13] Fix a compiler warning in _randommodule.c (GH-141058) (#141064)
Miss Islington (bot)
2025-11-05
1
-1/+1
*
[3.13] gh-140979: Fix off-by-one error in the RE code validator (GH-140984) (...
Miss Islington (bot)
2025-11-04
1
-1/+1
*
[3.13] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59...
Sebastian Pipping
2025-11-02
3
-28/+316
*
[3.13] gh-140607: Validate returned byte count in RawIOBase.read (GH-140611) ...
Cody Maloney
2025-10-29
1
-3/+10
*
[3.13] GH-140590: Fix setstate for functools.partial C-module (GH-140671) (#1...
Miss Islington (bot)
2025-10-28
1
-1/+2
*
[3.13] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__()...
Miss Islington (bot)
2025-10-27
1
-1/+1
*
[3.13] gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `p...
Sebastian Pipping
2025-10-26
1
-1/+1
*
[3.13] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#14...
Miss Islington (bot)
2025-10-25
1
-3/+0
*
[3.13] gh-140474: Fix memory leak in `array.array` (GH-140478) (GH-140499)
Miss Islington (bot)
2025-10-23
1
-0/+3
*
[3.13] gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140...
Serhiy Storchaka
2025-10-20
2
-2/+2
*
[3.13] gh-140272: Fix memory leak in _gdbm.gdbm.clear() (GH-140274) (GH-140289)
Serhiy Storchaka
2025-10-18
1
-0/+2
*
[3.13] gh-101828: Fix `jisx0213` codecs removing null characters (gh-139340) ...
Stan Ulbrych
2025-10-14
2
-6/+14
*
[3.13] gh-102431: Clarify constraints on operands of Decimal logical operatio...
Sergey B Kirpichev
2025-10-14
1
-8/+80
*
[3.13] gh-139748: Fix socket.if_nametoindex() Argument Clinic (#139815)
Victor Stinner
2025-10-08
2
-4/+7
*
[3.13] gh-139748: fix leaks in AC error paths when using unicode FS-b… (#13...
Kumar Aditya
2025-10-08
6
-37/+28
*
[3.13] gh-137920: Fix semantically relevant typo in `curses.window.attron` (G...
Stan Ulbrych
2025-10-07
2
-4/+4
*
[3.13] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (GH-1...
Bénédikt Tran
2025-10-07
3
-18/+101
*
[3.13] gh-139327: fix some reference leaks in `sqlite3` error branches (GH-13...
Miss Islington (bot)
2025-10-07
2
-32/+42
*
[3.13] gh-139400: Make sure that parent parsers outlive their subparsers in `...
Sebastian Pipping
2025-10-06
1
-0/+25
*
[3.13] gh-139210: Fix use-after-free in xml.etree.ElementTree.iterparse() (GH...
Miss Islington (bot)
2025-09-30
1
-1/+1
*
[3.13] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139377)
Miss Islington (bot)
2025-09-27
5
-23/+45
*
[3.13] gh-130567: Fix possible crash in locale.strxfrm() (GH-138940) (GH-139266)
Miss Islington (bot)
2025-09-24
1
-1/+3
*
[3.13] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285...
Petr Viktorin
2025-09-18
1
-15/+25
*
[3.13] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (#139025)
Miss Islington (bot)
2025-09-18
8
-374/+749
*
[3.13] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and na...
Erlend E. Aasland
2025-09-17
2
-7/+7
*
[3.13] gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523) (GH-138936)
Miss Islington (bot)
2025-09-15
1
-1/+7
*
[3.13] gh-138779: Use the dev_t converter for st_rdev (GH-138780) (GH-138927)
Miss Islington (bot)
2025-09-15
1
-1/+1
*
[3.13] gh-137017: Ensure `Thread.is_alive()` only returns False after the und...
Miss Islington (bot)
2025-09-15
1
-3/+6
*
[3.13] gh-138659: Typo in the gc module docstring (GH-138660) (#138663)
Miss Islington (bot)
2025-09-08
1
-1/+1
*
[3.13] fix comment reference from man 7 signal to man 7 signal-safety (GH-138...
Miss Islington (bot)
2025-09-06
2
-2/+2
*
[3.13] gh-116946: fully implement GC protocol for `_curses_panel.panel` (GH-1...
Bénédikt Tran
2025-09-06
1
-13/+76
*
[3.13] gh-60462: Fix locale.strxfrm() on Solaris (GH-138242) (GH-138449)
Miss Islington (bot)
2025-09-03
1
-1/+48
*
[3.13] gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-13...
Miss Islington (bot)
2025-09-03
1
-0/+9
*
[3.13] gh-116946: Revert GC protocol for immutable empty heap types (GH-13832...
Bénédikt Tran
2025-09-01
3
-102/+44
*
[3.13] gh-116946: fully implement GC protocol for `zlib` objects (GH-138290) ...
Bénédikt Tran
2025-09-01
1
-19/+61
*
[3.13] gh-116946: fully implement GC protocol for `_hashlib` objects (GH-1382...
Bénédikt Tran
2025-09-01
1
-23/+68
*
[3.13] gh-116946: fully implement GC protocol for `lzma` objects (GH-138288) ...
Bénédikt Tran
2025-09-01
1
-10/+17
*
[3.13] gh-116946: fully implement GC protocol for `bz2` objects (GH-138266) (...
Bénédikt Tran
2025-09-01
1
-11/+17
*
[3.13] bpo-41839: Fix error checking in sched_get_priority_ functions (GH-223...
Miss Islington (bot)
2025-08-27
1
-5/+7
*
[3.13] gh-137986: Fix and improve the csv functions docstrings (GH-137987) (G...
Serhiy Storchaka
2025-08-24
2
-48/+35
[next]