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
*
gh-144629: Add test for the PyFunction_GetAnnotations() function (#144630)
Nybblista
3 days
1
-0/+8
*
gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
Sacul
3 days
1
-15/+23
*
gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes...
Pablo Galindo Salgado
3 days
1
-4/+8
*
gh-144648: Improve libproc usage in _remote_debugging (#144649)
Joshua Root
3 days
1
-2/+3
*
gh-144278: Enable overriding sys.implementation's name and cache_tag when bui...
Steve Dower
3 days
1
-1/+1
*
gh-144601: Avoid sharing exception objects raised in a `PyInit` function acro...
Peter Bierma
4 days
1
-0/+8
*
gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738)
VanshAgarwal24036
4 days
1
-2/+12
*
gh-140550: allow slots that repeat information from PyModuleDef (GH-144340)
Petr Viktorin
4 days
1
-0/+45
*
gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)
Ken Jin
7 days
1
-20/+3
*
gh-144513: Skip critical section locking during stop-the-world (gh-144524)
Sam Gross
7 days
1
-0/+84
*
gh-101178: Add Ascii85, Base85, and Z85 support to binascii (GH-102753)
kangtastic
7 days
2
-1/+1026
*
gh-139103: Improve namedtuple scaling in free-threaded build (gh-144332)
Sam Gross
7 days
1
-5/+5
*
gh-144493: Improve error message in _overlapped.BindLocal() (#144495)
David Lechner
7 days
1
-1/+1
*
gh-77188: Add support for pickling private methods and nested classes (GH-21480)
Zackery Spytz
8 days
1
-0/+41
*
gh-144001: Support ignoring the invalid pad character in Base64 decoding (GH-...
Serhiy Storchaka
8 days
1
-17/+17
*
gh-144363: Update bundled libexpat to 2.7.4 (#144365)
Stan Ulbrych
8 days
10
-66/+77
*
GH-144179: Use recorded values to make optimizer more robust (GH-144437)
Mark Shannon
8 days
1
-74/+65
*
gh-123471: Make concurrent iteration over `itertools.permutations` and `itert...
Pieter Eendebak
9 days
1
-2/+22
*
gh-144377: Clean up sqlite3 Connection's list of weakrefs to Cursor objects (...
Thomas Kluyver
10 days
3
-83/+2
*
GH-144179: Add value recording to JIT tracing front-end (GH-144303)
Mark Shannon
11 days
1
-87/+104
*
gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant _...
AN Long
11 days
1
-1/+64
*
gh-144380: Fix incorrect type check in `buffered_iternext()` (#144381)
Ruiyang Ke
11 days
1
-2/+2
*
gh-143904: Raise OverflowError instead of IndexError for too large offset in ...
Serhiy Storchaka
12 days
2
-23/+38
*
gh-144264: Speed up Base64 decoding of data containing ignored characters (GH...
Serhiy Storchaka
2026-01-29
1
-11/+31
*
gh-144206: Improve error messages for buffer overflow in fcntl.fcntl() and fc...
Serhiy Storchaka
2026-01-29
1
-5/+26
*
gh-140232: Do not track frozenset objects with immutables (#140234)
Pieter Eendebak
2026-01-28
1
-0/+68
*
gh-144249: Report filename in SSLContext.load_cert_chain errors (#144250)
Romuald Brunet
2026-01-28
1
-2/+4
*
gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)
Sam Gross
2026-01-27
2
-35/+32
*
GH-126910: add test for manual frame unwinding (#144137)
Diego Russo
2026-01-27
1
-0/+274
*
gh-144001: Support ignorechars in binascii.a2b_base64() and base64.b64decode(...
Serhiy Storchaka
2026-01-26
2
-68/+104
*
gh-142966: Make ctypes.POINTER.set_type also reset format (GH-142967)
Jeong, YunWon
2026-01-26
1
-24/+19
*
gh-140557: Force alignment of empty `bytearray` and `array.array` buffers (GH...
Jake Lishman
2026-01-26
2
-1/+25
*
gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108)
VanshAgarwal24036
2026-01-26
1
-1/+7
*
gh-144128: Fix crash in array.fromlist with reentrant __index__ (#144138)
Priyanshu Singh
2026-01-26
1
-6/+15
*
gh-143995: Eliminate redundant refcounting in the JIT from LOAD_ATTR_MODULE (...
AN Long
2026-01-25
1
-1/+8
*
Remove stray typedef in _tkinter.c (GH-142924)
mdehoon
2026-01-24
1
-1/+0
*
gh-144007: Eliminate redundant refcounting in the JIT for BINARY_OP (GH-144011)
AN Long
2026-01-24
1
-8/+19
*
gh-144005: Eliminate redundant refcounting in the JIT for BINARY_OP_EXTEND (#...
AN Long
2026-01-23
1
-13/+23
*
gh-143756: Avoid borrowed reference in SSL code (gh-143816)
Sam Gross
2026-01-22
1
-98/+46
*
gh-143756: Fix potential data race in SSLContext.load_cert_chain (gh-143818)
Sam Gross
2026-01-22
2
-69/+83
*
gh-143960: Add support for OpenSSL 3.6, drop EOL 3.2 (#143961)
Hugo van Kemenade
2026-01-20
2
-3/+23
*
Update struct.__doc__: _Bool available unconditionally (#143716)
Sergey B Kirpichev
2026-01-20
1
-2/+1
*
gh-144023: Prevent follow_symlinks from being allowed with an fd of 0 (GH-144...
AZero13
2026-01-20
1
-1/+1
*
gh-143689: Fix BufferedReader.read1 leaving object in reentrant state on erro...
Yongtao Huang
2026-01-19
1
-0/+1
*
gh-143897: Remove the isxidstart() and isxidcontinue() methods of unicodedata...
Serhiy Storchaka
2026-01-19
2
-42/+24
*
gh-142440: Fix _decimal builds configured with EXTRA_FUNCTIONALITY (GH-142441)
AZero13
2026-01-19
1
-1/+1
*
gh-144012: Check null binary op extend (#144014)
AN Long
2026-01-18
1
-0/+3
*
Fix UBSan error in _testcapi: correct create_attr_from_spec signature (#143097)
Shamil
2026-01-17
1
-1/+1
*
gh-142913: Remove JIT interpreter for interpreter generator tests (GH-143944)
Ken Jin
2026-01-17
1
-113/+12
*
gh-142913: Update generated code that conflicted with other landed change (#...
Dino Viehland
2026-01-16
1
-2/+1
[next]