summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* GH-132983: Remove zstd version check in the header file (#133502)Adam Turner2025-05-061-8/+0
* Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...Irit Katriel2025-05-061-72/+0
* gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#13...Petr Viktorin2025-05-061-43/+0
* gh-132983: Add the `compression.zstd` pacakge and tests (#133365)Emma Smith2025-05-064-90/+89
* GH-132983: Build ``_zstd`` on Windows (#133366)Adam Turner2025-05-054-3/+3
* gh-132775: Add _PyCode_GetXIData() (gh-133475)Eric Snow2025-05-051-0/+5
* GH-133231: Add JIT utilities in sys._jit (GH-133233)Brandt Bucher2025-05-051-8/+0
* gh-132775: Add _PyCode_VerifyStateless() (gh-133221)Eric Snow2025-05-051-0/+44
* gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)Eric Snow2025-05-051-0/+168
* gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#...Peter Bierma2025-05-051-0/+8
* gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, a...Irit Katriel2025-05-051-0/+72
* gh-131296: Avoid posixmodule.c warning (GH-133142)Wulian2332025-05-051-1/+1
* gh-110067: Make max heap methods public and add missing ones (GH-130725)Stan Ulbrych2025-05-052-40/+186
* gh-61103: drop unused Py_HAVE_C_COMPLEX define (GH-133435)Sergey B Kirpichev2025-05-051-2/+2
* gh-61103: don't use C _Complex types to implement F/D/G in ctypes (GH-133237)Sergey B Kirpichev2025-05-056-93/+34
* GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...Adam Turner2025-05-053-4/+4
* gh-91048: Add filename and line number to external inspection routines (GH-13...Pablo Galindo Salgado2025-05-041-79/+300
* gh-81793: Always call linkat() from os.link(), if available (GH-132517)Serhiy Storchaka2025-05-042-65/+46
* gh-122559: Synchronize C and Python implementation of the io module about pic...Serhiy Storchaka2025-05-043-10/+5
* bpo-44172: Keep reference to original window in curses subwindow objects (GH-...Michael Forney2025-05-041-8/+14
* gh-132983: Introduce `_zstd` bindings module (GH-133027)Emma Smith2025-05-0412-1/+4233
* GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)Pablo Galindo Salgado2025-05-043-38/+66
* gh-133139: Add curses.assume_default_colors() (GH-133145)Serhiy Storchaka2025-05-032-10/+87
* gh-91048: Chain some exceptions in _testexternalinspection.c (#132970)Sergey Miryanov2025-05-021-30/+38
* gh-100926: Move ctype's pointers cache from _pointer_type_cache to StgInfo (G...Sergey Miryanov2025-05-025-163/+80
* gh-121249: unconditionally support `complex` types in `struct` (GH-132864)Sergey B Kirpichev2025-05-021-56/+8
* gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)Sam Gross2025-05-021-0/+8
* gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292)Petr Viktorin2025-05-021-11/+1
* gh-133256: Add _Py_NONSTRING macro (#133257)Victor Stinner2025-05-011-1/+1
* gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#133204)Sergey B Kirpichev2025-05-012-43/+1
* gh-133166: Fix missing error emission of PyType_GetModuleByDef (GH-133240)neonene2025-05-011-0/+8
* Add missing whitespace in `is_running_main` comment (#133174)Nybblista2025-05-011-1/+1
* Bump the HACL* revision. (#133226)Russell Keith-Magee2025-05-012-3/+17
* Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)Eric Snow2025-05-011-168/+0
* gh-132775: Add _PyPickle_GetXIData() (gh-133107)Eric Snow2025-04-301-0/+5
* gh-132775: Add _PyCode_GetVarCounts() (gh-133128)Eric Snow2025-04-301-0/+168
* GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)Mark Shannon2025-04-301-2/+0
* gh-133036: Deprecate codecs.open (#133038)Inada Naoki2025-04-301-3/+2
* gh-132987: Support __index__() in the socket module (GH-133093)Serhiy Storchaka2025-04-292-190/+254
* gh-132987: Support __index__() in the stat module (GH-133097)Serhiy Storchaka2025-04-291-2/+14
* gh-130317: Fix strict aliasing in PyFloat_Pack8() (#133150)Victor Stinner2025-04-291-2/+5
* gh-132987: Support __index__() in the lzma module (GH-133099)Serhiy Storchaka2025-04-291-22/+26
* gh-132987: Support __index__() in the select.kqueue_event constructor (GH-133...Serhiy Storchaka2025-04-291-5/+18
* gh-132987: Support __index__() in the ssl.SSLContext.options setter (GH-133098)Serhiy Storchaka2025-04-291-6/+2
* gh-132987: Support __index__() in hashlib.scrypt() (GH-133100)Serhiy Storchaka2025-04-292-82/+26
* gh-132987: Support __index__() in the posix module (GH-133096)Serhiy Storchaka2025-04-291-4/+17
* gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)Eric Snow2025-04-291-0/+32
* gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)Eric Snow2025-04-291-0/+13
* gh-132775: Add _PyMarshal_GetXIData() (gh-133108)Eric Snow2025-04-281-0/+5
* gh-122320: Limit dict key versions used by test_opcache. (gh-132961)Neil Schemenauer2025-04-282-1/+31