summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.15.0a6v3.15.0a6Hugo van Kemenade48 hours107-234/+1101
* gh-140421: Disable perf trampoline on older macOS (#144647)Joshua Root2 days1-0/+1
* gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)Sacul3 days1-0/+1
* gh-143650: Fix importlib race condition on import failure (GH-143651)Gregory P. Smith3 days1-0/+2
* gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes...Pablo Galindo Salgado3 days1-0/+4
* gh-144648: Improve libproc usage in _remote_debugging (#144649)Joshua Root3 days1-0/+1
* gh-144551: Update macOS installer to use OpenSSL 3.5.5 (#144645)Ned Deily3 days1-0/+1
* gh-124111: Update macOS installer to use Tcl/Tk 9.0.3 (#144646)Ned Deily3 days1-0/+1
* gh-144278: Enable overriding sys.implementation's name and cache_tag when bui...Steve Dower4 days1-0/+5
* gh-144601: Avoid sharing exception objects raised in a `PyInit` function acro...Peter Bierma4 days1-0/+2
* gh-132604: Deprecate inherited runtime checkability of protocols (GH-143806)Bartosz Sławecki4 days1-0/+4
* gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738)VanshAgarwal240364 days1-0/+2
* gh-141563: make `PyDateTime_IMPORT` thread-safe (#144210)Kumar Aditya4 days1-0/+1
* gh-140715: Add `%F` format code support to `strptime()` (GH-140647)Jason Yalim, PhD4 days1-0/+1
* gh-140550: allow slots that repeat information from PyModuleDef (GH-144340)Petr Viktorin4 days1-0/+2
* GH-131798: Optimize `_GUARD_TOS_SLICE` (GH-144470)Sacul5 days1-0/+1
* gh-144538: Upgrade bundled pip to 26.0.1 (gh-144556)Damian Shaw6 days1-0/+1
* gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)Ken Jin7 days1-0/+1
* gh-143658: Use `str.lower` and `replace` to further improve performance of `i...Hugo van Kemenade7 days1-0/+4
* gh-144513: Skip critical section locking during stop-the-world (gh-144524)Sam Gross7 days1-0/+2
* gh-144446: Fix some frame object thread-safety issues (gh-144479)Sam Gross7 days1-0/+2
* gh-101178: Add Ascii85, Base85, and Z85 support to binascii (GH-102753)kangtastic7 days2-0/+3
* gh-139103: Improve namedtuple scaling in free-threaded build (gh-144332)Sam Gross7 days1-0/+2
* gh-144493: Improve error message in _overlapped.BindLocal() (#144495)David Lechner7 days1-0/+1
* gh-74453: Deprecate os.path.commonprefix (#144436)Seth Michael Larson8 days1-0/+8
* gh-77188: Add support for pickling private methods and nested classes (GH-21480)Zackery Spytz8 days1-0/+1
* gh-144363: Update bundled libexpat to 2.7.4 (#144365)Stan Ulbrych8 days2-20/+21
* gh-144330: Initialize classmethod and staticmethod in new (#144469)Victor Stinner8 days1-0/+2
* gh-123471: Make concurrent iteration over `itertools.permutations` and `itert...Pieter Eendebak9 days1-0/+1
* gh-143962: Improve name suggestions for not normalized names (GH-144154)Serhiy Storchaka9 days1-0/+3
* gh-140824: Fix _Py_DumpExtensionModules() to ignore sub-modules (#144339)Victor Stinner9 days1-0/+2
* gh-144386: Add support for descriptors in ExitStack and AsyncExitStack (#144420)Serhiy Storchaka9 days1-0/+4
* gh-120321: Add gi_state, cr_state, and ag_state attributes (gh-144409)Sam Gross10 days1-0/+5
* gh-142956: Update `tomllib` to parse TOML 1.1.0 (#144243)Taneli Hukkinen10 days1-0/+1
* gh-132888: Fix Windows API error checking in pyrepl.windows_console (#144248)AN Long10 days1-0/+2
* gh-144415: Android testbed fixes (#142912)Malcolm Smith10 days1-0/+3
* gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant _...AN Long11 days1-0/+3
* gh-144145: Revert PR#144122 for performance and potential bugs. (GH-144391)Hai Zhu11 days1-1/+0
* gh-115231: Fill __module__ for built-in staticmethods (#115232)Sergey B Kirpichev11 days1-0/+2
* gh-144380: Fix incorrect type check in `buffered_iternext()` (#144381)Ruiyang Ke11 days1-0/+1
* gh-143904: Raise OverflowError instead of IndexError for too large offset in ...Serhiy Storchaka12 days1-0/+2
* gh-143055: Implementation of PEP 798 (#143056)adam j hartz13 days1-0/+1
* gh-120321: Make gi_yieldfrom thread-safe in free-threading build (#144292)Sam Gross14 days1-0/+2
* gh-144280: Add missing predicate symbol to case-switch (GH-144298)reiden14 days1-0/+1
* gh-144145: Track nullness of properties in the Tier 2 JIT optimizer (GH-144122)Hai Zhu14 days1-0/+1
* gh-143423: Fix free-threaded build detection in sampling profiler (#143426)Divyanshu Choudhury2026-01-301-0/+1
* gh-143192 Avoid incref/decref pair in long_bitwise (gh-143194)Pieter Eendebak2026-01-291-0/+1
* gh-144307: Fix a reference leak during module teardown (GH-144308)Yongtao Huang2026-01-291-0/+1
* gh-144264: Speed up Base64 decoding of data containing ignored characters (GH...Serhiy Storchaka2026-01-291-0/+3
* gh-144206: Improve error messages for buffer overflow in fcntl.fcntl() and fc...Serhiy Storchaka2026-01-291-0/+2