summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.15.0a6v3.15.0a6Hugo van Kemenade36 hours122-446/+1543
* gh-106318: Improve str.rstrip() method doc (#143893)Adorilson Bezerra40 hours1-4/+19
* gh-140421: Disable perf trampoline on older macOS (#144647)Joshua Root44 hours3-2/+12
* gh-138122: Add sampling profiler visualisation to docs (#142772)László Kiss Kollár2 days6-0/+1918
* docs: profiling.sampling: Fix sampling-rate default value description typo (#...Dov Murik2 days1-1/+1
* gh-141563: Fix test_cppext on macOS (#144685)Victor Stinner2 days3-4/+5
* gh-141563: Fix test_cext on Windows (#144677)Victor Stinner2 days1-7/+1
* gh-133879: Copyedit "What's new in Python 3.15" (#144661)Hugo van Kemenade2 days2-46/+57
* gh-141563: Don't test datetime.h with the limited C API (#144673)Victor Stinner2 days2-0/+6
* gh-141563: Add missing cast to _PyDateTime_IMPORT() (#144667)Victor Stinner2 days3-1/+38
* gh-144629: Add test for the PyFunction_GetAnnotations() function (#144630)Nybblista2 days2-1/+26
* gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)Sacul2 days11-60/+108
* Clarify the docs for `args` in asyncio callbacks (#143873)Aarni Koskela2 days1-6/+9
* gh-143650: Fix importlib race condition on import failure (GH-143651)Gregory P. Smith2 days4-1/+117
* 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 days2-5/+3
* gh-72798: Add mapping example to str.translate documentation (#144454)kovan3 days1-0/+8
* gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes...Pablo Galindo Salgado3 days4-14/+99
* gh-144648: Improve libproc usage in _remote_debugging (#144649)Joshua Root3 days2-2/+4
* gh-144551: Update macOS installer to use OpenSSL 3.5.5 (#144645)Ned Deily3 days2-3/+4
* gh-124111: Update macOS installer to use Tcl/Tk 9.0.3 (#144646)Ned Deily3 days2-3/+4
* Disable pip version check when upgrading certifi (#144632)Hugo van Kemenade3 days1-1/+2
* gh-144278: Enable overriding sys.implementation's name and cache_tag when bui...Steve Dower3 days29-189/+305
* GH-144552: Clean up `tail-call.yml ` CI (#144553)Savannah Ostrowski3 days1-85/+72
* gh-144492: Fix `process_changed_files` outputs for `reusable-{macos, wasi}.ym...Stan Ulbrych3 days1-0/+3
* gh-144490: Fix test_cppext on Windows (#144628)Victor Stinner3 days1-4/+3
* gh-144601: Avoid sharing exception objects raised in a `PyInit` function acro...Peter Bierma3 days4-1/+53
* gh-134179: Use sys._clear_internal_caches() at test_cmd_line (#134180)alexey semenyuk3 days1-11/+4
* gh-132604: Deprecate inherited runtime checkability of protocols (GH-143806)Bartosz Sławecki3 days4-3/+125
* gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738)VanshAgarwal240363 days3-2/+35
* gh-144623: Fix missing output uops in optimizer debug output (GH-144617)Hai Zhu3 days1-2/+15
* gh-141563: make `PyDateTime_IMPORT` thread-safe (#144210)Kumar Aditya3 days2-2/+18
* gh-140715: Add `%F` format code support to `strptime()` (GH-140647)Jason Yalim, PhD4 days6-5/+35
* gh-119740: Remove obsoleted removal announce for trunc delegation (GH-144622)Sergey B Kirpichev4 days1-1/+0
* gh-140550: allow slots that repeat information from PyModuleDef (GH-144340)Petr Viktorin4 days5-48/+136
* gh-106318: Add examples for str.partition() method (#142823)Adorilson Bezerra4 days1-0/+13
* gh-106318: Add example for str.isalnum() (#137550)Adorilson Bezerra4 days1-1/+12
* GH-131798: Optimize `_GUARD_TOS_SLICE` (GH-144470)Sacul4 days4-0/+31
* For `enum.bin`, update versionadded directive from 3.10 to 3.11 (#144574)Guo Ci5 days1-1/+1
* Bump pre-commit hooks (#144576)Savannah Ostrowski5 days2-7/+6
* gh-143700: document `secrets.DEFAULT_ENTROPY` as an opaque value (#144568)Bénédikt Tran5 days1-15/+22
* gh-84116: Add missing backslash to `_SubParsersAction.add_parser` signature (...Guo Ci5 days1-1/+1
* gh-142044: Add note to prefer `asyncio.timeout[_at]` over `asyncio.Timeout` (...kovan6 days1-0/+3
* gh-140490: Document changes for `PurePath.stem` in Python 3.14 (#144450)kovan6 days1-0/+4
* gh-144538: Upgrade bundled pip to 26.0.1 (gh-144556)Damian Shaw6 days3-1/+2
* gh-144490: Fix C++ compatibility in pycore_cell.h (GH-144482)Alper6 days1-1/+1
* gh-84116: Docs: Document help and aliases for argparse.add_parser() (#140574)Krishna-web-hub6 days1-31/+42
* gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)Ken Jin6 days8-86/+62
* gh-143658: Use `str.lower` and `replace` to further improve performance of `i...Hugo van Kemenade6 days2-11/+6
* gh-132132: Upgrade to VS 2026 on Windows tailcall CI (GH-144544)Ken Jin6 days3-7/+5