summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* gh-144629: Add test for the PyFunction_GetAnnotations() function (#144630)Nybblista3 days1-0/+8
* gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)Sacul3 days1-15/+23
* gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes...Pablo Galindo Salgado3 days1-4/+8
* gh-144648: Improve libproc usage in _remote_debugging (#144649)Joshua Root3 days1-2/+3
* gh-144278: Enable overriding sys.implementation's name and cache_tag when bui...Steve Dower3 days1-1/+1
* gh-144601: Avoid sharing exception objects raised in a `PyInit` function acro...Peter Bierma4 days1-0/+8
* gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738)VanshAgarwal240364 days1-2/+12
* gh-140550: allow slots that repeat information from PyModuleDef (GH-144340)Petr Viktorin4 days1-0/+45
* gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)Ken Jin7 days1-20/+3
* gh-144513: Skip critical section locking during stop-the-world (gh-144524)Sam Gross7 days1-0/+84
* gh-101178: Add Ascii85, Base85, and Z85 support to binascii (GH-102753)kangtastic7 days2-1/+1026
* gh-139103: Improve namedtuple scaling in free-threaded build (gh-144332)Sam Gross7 days1-5/+5
* gh-144493: Improve error message in _overlapped.BindLocal() (#144495)David Lechner7 days1-1/+1
* gh-77188: Add support for pickling private methods and nested classes (GH-21480)Zackery Spytz8 days1-0/+41
* gh-144001: Support ignoring the invalid pad character in Base64 decoding (GH-...Serhiy Storchaka8 days1-17/+17
* gh-144363: Update bundled libexpat to 2.7.4 (#144365)Stan Ulbrych8 days10-66/+77
* GH-144179: Use recorded values to make optimizer more robust (GH-144437)Mark Shannon8 days1-74/+65
* gh-123471: Make concurrent iteration over `itertools.permutations` and `itert...Pieter Eendebak9 days1-2/+22
* gh-144377: Clean up sqlite3 Connection's list of weakrefs to Cursor objects (...Thomas Kluyver10 days3-83/+2
* GH-144179: Add value recording to JIT tracing front-end (GH-144303)Mark Shannon11 days1-87/+104
* gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant _...AN Long11 days1-1/+64
* gh-144380: Fix incorrect type check in `buffered_iternext()` (#144381)Ruiyang Ke11 days1-2/+2
* gh-143904: Raise OverflowError instead of IndexError for too large offset in ...Serhiy Storchaka12 days2-23/+38
* gh-144264: Speed up Base64 decoding of data containing ignored characters (GH...Serhiy Storchaka2026-01-291-11/+31
* gh-144206: Improve error messages for buffer overflow in fcntl.fcntl() and fc...Serhiy Storchaka2026-01-291-5/+26
* gh-140232: Do not track frozenset objects with immutables (#140234)Pieter Eendebak2026-01-281-0/+68
* gh-144249: Report filename in SSLContext.load_cert_chain errors (#144250)Romuald Brunet2026-01-281-2/+4
* gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)Sam Gross2026-01-272-35/+32
* GH-126910: add test for manual frame unwinding (#144137)Diego Russo2026-01-271-0/+274
* gh-144001: Support ignorechars in binascii.a2b_base64() and base64.b64decode(...Serhiy Storchaka2026-01-262-68/+104
* gh-142966: Make ctypes.POINTER.set_type also reset format (GH-142967)Jeong, YunWon2026-01-261-24/+19
* gh-140557: Force alignment of empty `bytearray` and `array.array` buffers (GH...Jake Lishman2026-01-262-1/+25
* gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108)VanshAgarwal240362026-01-261-1/+7
* gh-144128: Fix crash in array.fromlist with reentrant __index__ (#144138)Priyanshu Singh2026-01-261-6/+15
* gh-143995: Eliminate redundant refcounting in the JIT from LOAD_ATTR_MODULE (...AN Long2026-01-251-1/+8
* Remove stray typedef in _tkinter.c (GH-142924)mdehoon2026-01-241-1/+0
* gh-144007: Eliminate redundant refcounting in the JIT for BINARY_OP (GH-144011)AN Long2026-01-241-8/+19
* gh-144005: Eliminate redundant refcounting in the JIT for BINARY_OP_EXTEND (#...AN Long2026-01-231-13/+23
* gh-143756: Avoid borrowed reference in SSL code (gh-143816)Sam Gross2026-01-221-98/+46
* gh-143756: Fix potential data race in SSLContext.load_cert_chain (gh-143818)Sam Gross2026-01-222-69/+83
* gh-143960: Add support for OpenSSL 3.6, drop EOL 3.2 (#143961)Hugo van Kemenade2026-01-202-3/+23
* Update struct.__doc__: _Bool available unconditionally (#143716)Sergey B Kirpichev2026-01-201-2/+1
* gh-144023: Prevent follow_symlinks from being allowed with an fd of 0 (GH-144...AZero132026-01-201-1/+1
* gh-143689: Fix BufferedReader.read1 leaving object in reentrant state on erro...Yongtao Huang2026-01-191-0/+1
* gh-143897: Remove the isxidstart() and isxidcontinue() methods of unicodedata...Serhiy Storchaka2026-01-192-42/+24
* gh-142440: Fix _decimal builds configured with EXTRA_FUNCTIONALITY (GH-142441)AZero132026-01-191-1/+1
* gh-144012: Check null binary op extend (#144014)AN Long2026-01-181-0/+3
* Fix UBSan error in _testcapi: correct create_attr_from_spec signature (#143097)Shamil2026-01-171-1/+1
* gh-142913: Remove JIT interpreter for interpreter generator tests (GH-143944)Ken Jin2026-01-171-113/+12
* gh-142913: Update generated code that conflicted with other landed change (#...Dino Viehland2026-01-161-2/+1