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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.15.0a6
v3.15.0a6
Hugo van Kemenade
48 hours
107
-234/+1101
*
gh-140421: Disable perf trampoline on older macOS (#144647)
Joshua Root
2 days
1
-0/+1
*
gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
Sacul
3 days
1
-0/+1
*
gh-143650: Fix importlib race condition on import failure (GH-143651)
Gregory P. Smith
3 days
1
-0/+2
*
gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes...
Pablo Galindo Salgado
3 days
1
-0/+4
*
gh-144648: Improve libproc usage in _remote_debugging (#144649)
Joshua Root
3 days
1
-0/+1
*
gh-144551: Update macOS installer to use OpenSSL 3.5.5 (#144645)
Ned Deily
3 days
1
-0/+1
*
gh-124111: Update macOS installer to use Tcl/Tk 9.0.3 (#144646)
Ned Deily
3 days
1
-0/+1
*
gh-144278: Enable overriding sys.implementation's name and cache_tag when bui...
Steve Dower
4 days
1
-0/+5
*
gh-144601: Avoid sharing exception objects raised in a `PyInit` function acro...
Peter Bierma
4 days
1
-0/+2
*
gh-132604: Deprecate inherited runtime checkability of protocols (GH-143806)
Bartosz Sławecki
4 days
1
-0/+4
*
gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738)
VanshAgarwal24036
4 days
1
-0/+2
*
gh-141563: make `PyDateTime_IMPORT` thread-safe (#144210)
Kumar Aditya
4 days
1
-0/+1
*
gh-140715: Add `%F` format code support to `strptime()` (GH-140647)
Jason Yalim, PhD
4 days
1
-0/+1
*
gh-140550: allow slots that repeat information from PyModuleDef (GH-144340)
Petr Viktorin
4 days
1
-0/+2
*
GH-131798: Optimize `_GUARD_TOS_SLICE` (GH-144470)
Sacul
5 days
1
-0/+1
*
gh-144538: Upgrade bundled pip to 26.0.1 (gh-144556)
Damian Shaw
6 days
1
-0/+1
*
gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)
Ken Jin
7 days
1
-0/+1
*
gh-143658: Use `str.lower` and `replace` to further improve performance of `i...
Hugo van Kemenade
7 days
1
-0/+4
*
gh-144513: Skip critical section locking during stop-the-world (gh-144524)
Sam Gross
7 days
1
-0/+2
*
gh-144446: Fix some frame object thread-safety issues (gh-144479)
Sam Gross
7 days
1
-0/+2
*
gh-101178: Add Ascii85, Base85, and Z85 support to binascii (GH-102753)
kangtastic
7 days
2
-0/+3
*
gh-139103: Improve namedtuple scaling in free-threaded build (gh-144332)
Sam Gross
7 days
1
-0/+2
*
gh-144493: Improve error message in _overlapped.BindLocal() (#144495)
David Lechner
7 days
1
-0/+1
*
gh-74453: Deprecate os.path.commonprefix (#144436)
Seth Michael Larson
8 days
1
-0/+8
*
gh-77188: Add support for pickling private methods and nested classes (GH-21480)
Zackery Spytz
8 days
1
-0/+1
*
gh-144363: Update bundled libexpat to 2.7.4 (#144365)
Stan Ulbrych
8 days
2
-20/+21
*
gh-144330: Initialize classmethod and staticmethod in new (#144469)
Victor Stinner
8 days
1
-0/+2
*
gh-123471: Make concurrent iteration over `itertools.permutations` and `itert...
Pieter Eendebak
9 days
1
-0/+1
*
gh-143962: Improve name suggestions for not normalized names (GH-144154)
Serhiy Storchaka
9 days
1
-0/+3
*
gh-140824: Fix _Py_DumpExtensionModules() to ignore sub-modules (#144339)
Victor Stinner
9 days
1
-0/+2
*
gh-144386: Add support for descriptors in ExitStack and AsyncExitStack (#144420)
Serhiy Storchaka
9 days
1
-0/+4
*
gh-120321: Add gi_state, cr_state, and ag_state attributes (gh-144409)
Sam Gross
10 days
1
-0/+5
*
gh-142956: Update `tomllib` to parse TOML 1.1.0 (#144243)
Taneli Hukkinen
10 days
1
-0/+1
*
gh-132888: Fix Windows API error checking in pyrepl.windows_console (#144248)
AN Long
10 days
1
-0/+2
*
gh-144415: Android testbed fixes (#142912)
Malcolm Smith
10 days
1
-0/+3
*
gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant _...
AN Long
11 days
1
-0/+3
*
gh-144145: Revert PR#144122 for performance and potential bugs. (GH-144391)
Hai Zhu
11 days
1
-1/+0
*
gh-115231: Fill __module__ for built-in staticmethods (#115232)
Sergey B Kirpichev
11 days
1
-0/+2
*
gh-144380: Fix incorrect type check in `buffered_iternext()` (#144381)
Ruiyang Ke
11 days
1
-0/+1
*
gh-143904: Raise OverflowError instead of IndexError for too large offset in ...
Serhiy Storchaka
12 days
1
-0/+2
*
gh-143055: Implementation of PEP 798 (#143056)
adam j hartz
13 days
1
-0/+1
*
gh-120321: Make gi_yieldfrom thread-safe in free-threading build (#144292)
Sam Gross
14 days
1
-0/+2
*
gh-144280: Add missing predicate symbol to case-switch (GH-144298)
reiden
14 days
1
-0/+1
*
gh-144145: Track nullness of properties in the Tier 2 JIT optimizer (GH-144122)
Hai Zhu
14 days
1
-0/+1
*
gh-143423: Fix free-threaded build detection in sampling profiler (#143426)
Divyanshu Choudhury
2026-01-30
1
-0/+1
*
gh-143192 Avoid incref/decref pair in long_bitwise (gh-143194)
Pieter Eendebak
2026-01-29
1
-0/+1
*
gh-144307: Fix a reference leak during module teardown (GH-144308)
Yongtao Huang
2026-01-29
1
-0/+1
*
gh-144264: Speed up Base64 decoding of data containing ignored characters (GH...
Serhiy Storchaka
2026-01-29
1
-0/+3
*
gh-144206: Improve error messages for buffer overflow in fcntl.fcntl() and fc...
Serhiy Storchaka
2026-01-29
1
-0/+2
[next]