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-132983: Remove zstd version check in the header file (#133502)
Adam Turner
2025-05-06
1
-8/+0
*
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...
Irit Katriel
2025-05-06
1
-72/+0
*
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#13...
Petr Viktorin
2025-05-06
1
-43/+0
*
gh-132983: Add the `compression.zstd` pacakge and tests (#133365)
Emma Smith
2025-05-06
4
-90/+89
*
GH-132983: Build ``_zstd`` on Windows (#133366)
Adam Turner
2025-05-05
4
-3/+3
*
gh-132775: Add _PyCode_GetXIData() (gh-133475)
Eric Snow
2025-05-05
1
-0/+5
*
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher
2025-05-05
1
-8/+0
*
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Eric Snow
2025-05-05
1
-0/+44
*
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
Eric Snow
2025-05-05
1
-0/+168
*
gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#...
Peter Bierma
2025-05-05
1
-0/+8
*
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, a...
Irit Katriel
2025-05-05
1
-0/+72
*
gh-131296: Avoid posixmodule.c warning (GH-133142)
Wulian233
2025-05-05
1
-1/+1
*
gh-110067: Make max heap methods public and add missing ones (GH-130725)
Stan Ulbrych
2025-05-05
2
-40/+186
*
gh-61103: drop unused Py_HAVE_C_COMPLEX define (GH-133435)
Sergey B Kirpichev
2025-05-05
1
-2/+2
*
gh-61103: don't use C _Complex types to implement F/D/G in ctypes (GH-133237)
Sergey B Kirpichev
2025-05-05
6
-93/+34
*
GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...
Adam Turner
2025-05-05
3
-4/+4
*
gh-91048: Add filename and line number to external inspection routines (GH-13...
Pablo Galindo Salgado
2025-05-04
1
-79/+300
*
gh-81793: Always call linkat() from os.link(), if available (GH-132517)
Serhiy Storchaka
2025-05-04
2
-65/+46
*
gh-122559: Synchronize C and Python implementation of the io module about pic...
Serhiy Storchaka
2025-05-04
3
-10/+5
*
bpo-44172: Keep reference to original window in curses subwindow objects (GH-...
Michael Forney
2025-05-04
1
-8/+14
*
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith
2025-05-04
12
-1/+4233
*
GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
Pablo Galindo Salgado
2025-05-04
3
-38/+66
*
gh-133139: Add curses.assume_default_colors() (GH-133145)
Serhiy Storchaka
2025-05-03
2
-10/+87
*
gh-91048: Chain some exceptions in _testexternalinspection.c (#132970)
Sergey Miryanov
2025-05-02
1
-30/+38
*
gh-100926: Move ctype's pointers cache from _pointer_type_cache to StgInfo (G...
Sergey Miryanov
2025-05-02
5
-163/+80
*
gh-121249: unconditionally support `complex` types in `struct` (GH-132864)
Sergey B Kirpichev
2025-05-02
1
-56/+8
*
gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)
Sam Gross
2025-05-02
1
-0/+8
*
gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292)
Petr Viktorin
2025-05-02
1
-11/+1
*
gh-133256: Add _Py_NONSTRING macro (#133257)
Victor Stinner
2025-05-01
1
-1/+1
*
gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#133204)
Sergey B Kirpichev
2025-05-01
2
-43/+1
*
gh-133166: Fix missing error emission of PyType_GetModuleByDef (GH-133240)
neonene
2025-05-01
1
-0/+8
*
Add missing whitespace in `is_running_main` comment (#133174)
Nybblista
2025-05-01
1
-1/+1
*
Bump the HACL* revision. (#133226)
Russell Keith-Magee
2025-05-01
2
-3/+17
*
Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)
Eric Snow
2025-05-01
1
-168/+0
*
gh-132775: Add _PyPickle_GetXIData() (gh-133107)
Eric Snow
2025-04-30
1
-0/+5
*
gh-132775: Add _PyCode_GetVarCounts() (gh-133128)
Eric Snow
2025-04-30
1
-0/+168
*
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon
2025-04-30
1
-2/+0
*
gh-133036: Deprecate codecs.open (#133038)
Inada Naoki
2025-04-30
1
-3/+2
*
gh-132987: Support __index__() in the socket module (GH-133093)
Serhiy Storchaka
2025-04-29
2
-190/+254
*
gh-132987: Support __index__() in the stat module (GH-133097)
Serhiy Storchaka
2025-04-29
1
-2/+14
*
gh-130317: Fix strict aliasing in PyFloat_Pack8() (#133150)
Victor Stinner
2025-04-29
1
-2/+5
*
gh-132987: Support __index__() in the lzma module (GH-133099)
Serhiy Storchaka
2025-04-29
1
-22/+26
*
gh-132987: Support __index__() in the select.kqueue_event constructor (GH-133...
Serhiy Storchaka
2025-04-29
1
-5/+18
*
gh-132987: Support __index__() in the ssl.SSLContext.options setter (GH-133098)
Serhiy Storchaka
2025-04-29
1
-6/+2
*
gh-132987: Support __index__() in hashlib.scrypt() (GH-133100)
Serhiy Storchaka
2025-04-29
2
-82/+26
*
gh-132987: Support __index__() in the posix module (GH-133096)
Serhiy Storchaka
2025-04-29
1
-4/+17
*
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow
2025-04-29
1
-0/+32
*
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow
2025-04-29
1
-0/+13
*
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
Eric Snow
2025-04-28
1
-0/+5
*
gh-122320: Limit dict key versions used by test_opcache. (gh-132961)
Neil Schemenauer
2025-04-28
2
-1/+31
[next]