summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.15.0a6v3.15.0a6Hugo van Kemenade48 hours2-182/+412
* gh-141563: Fix test_cppext on macOS (#144685)Victor Stinner3 days3-4/+5
* gh-141563: Fix test_cext on Windows (#144677)Victor Stinner3 days1-7/+1
* gh-141563: Don't test datetime.h with the limited C API (#144673)Victor Stinner3 days2-0/+6
* gh-141563: Add missing cast to _PyDateTime_IMPORT() (#144667)Victor Stinner3 days2-0/+37
* gh-144629: Add test for the PyFunction_GetAnnotations() function (#144630)Nybblista3 days1-1/+18
* gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)Sacul3 days1-0/+17
* gh-143650: Fix importlib race condition on import failure (GH-143651)Gregory P. Smith3 days2-0/+73
* gh-144652: Support Windows exit status in support get_signal_name() (#144653)Victor Stinner3 days2-0/+5
* gh-144490: Fix mimalloc debug build for C++ (#144620)Alper3 days1-3/+1
* gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes...Pablo Galindo Salgado3 days1-0/+38
* gh-144278: Enable overriding sys.implementation's name and cache_tag when bui...Steve Dower4 days26-180/+282
* gh-144490: Fix test_cppext on Windows (#144628)Victor Stinner4 days1-4/+3
* gh-144601: Avoid sharing exception objects raised in a `PyInit` function acro...Peter Bierma4 days1-0/+27
* gh-134179: Use sys._clear_internal_caches() at test_cmd_line (#134180)alexey semenyuk4 days1-11/+4
* gh-132604: Deprecate inherited runtime checkability of protocols (GH-143806)Bartosz Sławecki4 days2-3/+98
* gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738)VanshAgarwal240364 days1-0/+21
* gh-140715: Add `%F` format code support to `strptime()` (GH-140647)Jason Yalim, PhD4 days4-2/+31
* gh-140550: allow slots that repeat information from PyModuleDef (GH-144340)Petr Viktorin4 days1-2/+6
* GH-131798: Optimize `_GUARD_TOS_SLICE` (GH-144470)Sacul5 days1-0/+17
* gh-144538: Upgrade bundled pip to 26.0.1 (gh-144556)Damian Shaw6 days2-1/+1
* gh-143658: Use `str.lower` and `replace` to further improve performance of `i...Hugo van Kemenade7 days1-11/+2
* gh-132132: Upgrade to VS 2026 on Windows tailcall CI (GH-144544)Ken Jin7 days1-1/+2
* gh-144490: Fix test_cppext: test the internal C API (#144536)Victor Stinner7 days2-18/+28
* gh-144446: Fix some frame object thread-safety issues (gh-144479)Sam Gross7 days1-0/+151
* gh-101178: Add Ascii85, Base85, and Z85 support to binascii (GH-102753)kangtastic7 days3-187/+383
* gh-74453: Deprecate os.path.commonprefix (#144436)Seth Michael Larson8 days5-5/+33
* gh-77188: Add support for pickling private methods and nested classes (GH-21480)Zackery Spytz8 days3-0/+83
* gh-144001: Support ignoring the invalid pad character in Base64 decoding (GH-...Serhiy Storchaka8 days2-44/+95
* gh-144148: Update the urllib.parse documentation (GH-144497)Serhiy Storchaka8 days2-20/+22
* gh-144330: Initialize classmethod and staticmethod in new (#144469)Victor Stinner8 days1-18/+14
* GH-144179: Use recorded values to make optimizer more robust (GH-144437)Mark Shannon8 days1-44/+0
* gh-123471: Make concurrent iteration over `itertools.permutations` and `itert...Pieter Eendebak9 days1-71/+36
* gh-143962: Improve name suggestions for not normalized names (GH-144154)Serhiy Storchaka9 days2-2/+65
* gh-140824: Fix _Py_DumpExtensionModules() to ignore sub-modules (#144339)Victor Stinner9 days1-2/+15
* gh-144386: Add support for descriptors in ExitStack and AsyncExitStack (#144420)Serhiy Storchaka9 days3-58/+182
* gh-120321: Add gi_state, cr_state, and ag_state attributes (gh-144409)Sam Gross10 days3-22/+10
* gh-142956: Update `tomllib` to parse TOML 1.1.0 (#144243)Taneli Hukkinen10 days14-82/+121
* gh-132888: Fix Windows API error checking in pyrepl.windows_console (#144248)AN Long10 days2-17/+33
* gh-144415: Android testbed fixes (#142912)Malcolm Smith10 days2-21/+27
* gh-75572: Speed up test_xpickle (GH-144393)Serhiy Storchaka11 days2-37/+95
* gh-139109: Replace `_CHECK_STACK_SPACE` with `_CHECK_STACK_SPACE_OPERAND` in ...Hai Zhu11 days1-33/+30
* gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant _...AN Long11 days1-0/+40
* gh-144001: Simplify Base64 decoding with altchars and ignorechars specified (...Serhiy Storchaka11 days2-45/+36
* gh-115231: Fill __module__ for built-in staticmethods (#115232)Sergey B Kirpichev11 days1-0/+18
* gh-143904: Raise OverflowError instead of IndexError for too large offset in ...Serhiy Storchaka12 days1-2/+2
* gh-144348: annotationlib: fix test that relies on set ordering (#144359)Jelle Zijlstra12 days1-4/+4
* gh-143055: Implementation of PEP 798 (#143056)adam j hartz13 days2-22/+182
* gh-144319: Fix huge page safety in pymalloc arenas (#144331)Pablo Galindo Salgado14 days2-0/+5
* gh-120321: Make gi_yieldfrom thread-safe in free-threading build (#144292)Sam Gross14 days2-6/+54