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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.15.0a6
v3.15.0a6
Hugo van Kemenade
48 hours
2
-182/+412
*
gh-141563: Fix test_cppext on macOS (#144685)
Victor Stinner
3 days
3
-4/+5
*
gh-141563: Fix test_cext on Windows (#144677)
Victor Stinner
3 days
1
-7/+1
*
gh-141563: Don't test datetime.h with the limited C API (#144673)
Victor Stinner
3 days
2
-0/+6
*
gh-141563: Add missing cast to _PyDateTime_IMPORT() (#144667)
Victor Stinner
3 days
2
-0/+37
*
gh-144629: Add test for the PyFunction_GetAnnotations() function (#144630)
Nybblista
3 days
1
-1/+18
*
gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
Sacul
3 days
1
-0/+17
*
gh-143650: Fix importlib race condition on import failure (GH-143651)
Gregory P. Smith
3 days
2
-0/+73
*
gh-144652: Support Windows exit status in support get_signal_name() (#144653)
Victor Stinner
3 days
2
-0/+5
*
gh-144490: Fix mimalloc debug build for C++ (#144620)
Alper
3 days
1
-3/+1
*
gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes...
Pablo Galindo Salgado
3 days
1
-0/+38
*
gh-144278: Enable overriding sys.implementation's name and cache_tag when bui...
Steve Dower
4 days
26
-180/+282
*
gh-144490: Fix test_cppext on Windows (#144628)
Victor Stinner
4 days
1
-4/+3
*
gh-144601: Avoid sharing exception objects raised in a `PyInit` function acro...
Peter Bierma
4 days
1
-0/+27
*
gh-134179: Use sys._clear_internal_caches() at test_cmd_line (#134180)
alexey semenyuk
4 days
1
-11/+4
*
gh-132604: Deprecate inherited runtime checkability of protocols (GH-143806)
Bartosz Sławecki
4 days
2
-3/+98
*
gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738)
VanshAgarwal24036
4 days
1
-0/+21
*
gh-140715: Add `%F` format code support to `strptime()` (GH-140647)
Jason Yalim, PhD
4 days
4
-2/+31
*
gh-140550: allow slots that repeat information from PyModuleDef (GH-144340)
Petr Viktorin
4 days
1
-2/+6
*
GH-131798: Optimize `_GUARD_TOS_SLICE` (GH-144470)
Sacul
5 days
1
-0/+17
*
gh-144538: Upgrade bundled pip to 26.0.1 (gh-144556)
Damian Shaw
6 days
2
-1/+1
*
gh-143658: Use `str.lower` and `replace` to further improve performance of `i...
Hugo van Kemenade
7 days
1
-11/+2
*
gh-132132: Upgrade to VS 2026 on Windows tailcall CI (GH-144544)
Ken Jin
7 days
1
-1/+2
*
gh-144490: Fix test_cppext: test the internal C API (#144536)
Victor Stinner
7 days
2
-18/+28
*
gh-144446: Fix some frame object thread-safety issues (gh-144479)
Sam Gross
7 days
1
-0/+151
*
gh-101178: Add Ascii85, Base85, and Z85 support to binascii (GH-102753)
kangtastic
7 days
3
-187/+383
*
gh-74453: Deprecate os.path.commonprefix (#144436)
Seth Michael Larson
8 days
5
-5/+33
*
gh-77188: Add support for pickling private methods and nested classes (GH-21480)
Zackery Spytz
8 days
3
-0/+83
*
gh-144001: Support ignoring the invalid pad character in Base64 decoding (GH-...
Serhiy Storchaka
8 days
2
-44/+95
*
gh-144148: Update the urllib.parse documentation (GH-144497)
Serhiy Storchaka
8 days
2
-20/+22
*
gh-144330: Initialize classmethod and staticmethod in new (#144469)
Victor Stinner
8 days
1
-18/+14
*
GH-144179: Use recorded values to make optimizer more robust (GH-144437)
Mark Shannon
8 days
1
-44/+0
*
gh-123471: Make concurrent iteration over `itertools.permutations` and `itert...
Pieter Eendebak
9 days
1
-71/+36
*
gh-143962: Improve name suggestions for not normalized names (GH-144154)
Serhiy Storchaka
9 days
2
-2/+65
*
gh-140824: Fix _Py_DumpExtensionModules() to ignore sub-modules (#144339)
Victor Stinner
9 days
1
-2/+15
*
gh-144386: Add support for descriptors in ExitStack and AsyncExitStack (#144420)
Serhiy Storchaka
9 days
3
-58/+182
*
gh-120321: Add gi_state, cr_state, and ag_state attributes (gh-144409)
Sam Gross
10 days
3
-22/+10
*
gh-142956: Update `tomllib` to parse TOML 1.1.0 (#144243)
Taneli Hukkinen
10 days
14
-82/+121
*
gh-132888: Fix Windows API error checking in pyrepl.windows_console (#144248)
AN Long
10 days
2
-17/+33
*
gh-144415: Android testbed fixes (#142912)
Malcolm Smith
10 days
2
-21/+27
*
gh-75572: Speed up test_xpickle (GH-144393)
Serhiy Storchaka
11 days
2
-37/+95
*
gh-139109: Replace `_CHECK_STACK_SPACE` with `_CHECK_STACK_SPACE_OPERAND` in ...
Hai Zhu
11 days
1
-33/+30
*
gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant _...
AN Long
11 days
1
-0/+40
*
gh-144001: Simplify Base64 decoding with altchars and ignorechars specified (...
Serhiy Storchaka
11 days
2
-45/+36
*
gh-115231: Fill __module__ for built-in staticmethods (#115232)
Sergey B Kirpichev
11 days
1
-0/+18
*
gh-143904: Raise OverflowError instead of IndexError for too large offset in ...
Serhiy Storchaka
12 days
1
-2/+2
*
gh-144348: annotationlib: fix test that relies on set ordering (#144359)
Jelle Zijlstra
12 days
1
-4/+4
*
gh-143055: Implementation of PEP 798 (#143056)
adam j hartz
13 days
2
-22/+182
*
gh-144319: Fix huge page safety in pymalloc arenas (#144331)
Pablo Galindo Salgado
14 days
2
-0/+5
*
gh-120321: Make gi_yieldfrom thread-safe in free-threading build (#144292)
Sam Gross
14 days
2
-6/+54
[next]