index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.15.0a6
v3.15.0a6
Hugo van Kemenade
36 hours
122
-446/+1543
*
gh-106318: Improve str.rstrip() method doc (#143893)
Adorilson Bezerra
40 hours
1
-4/+19
*
gh-140421: Disable perf trampoline on older macOS (#144647)
Joshua Root
44 hours
3
-2/+12
*
gh-138122: Add sampling profiler visualisation to docs (#142772)
László Kiss Kollár
2 days
6
-0/+1918
*
docs: profiling.sampling: Fix sampling-rate default value description typo (#...
Dov Murik
2 days
1
-1/+1
*
gh-141563: Fix test_cppext on macOS (#144685)
Victor Stinner
2 days
3
-4/+5
*
gh-141563: Fix test_cext on Windows (#144677)
Victor Stinner
2 days
1
-7/+1
*
gh-133879: Copyedit "What's new in Python 3.15" (#144661)
Hugo van Kemenade
2 days
2
-46/+57
*
gh-141563: Don't test datetime.h with the limited C API (#144673)
Victor Stinner
2 days
2
-0/+6
*
gh-141563: Add missing cast to _PyDateTime_IMPORT() (#144667)
Victor Stinner
2 days
3
-1/+38
*
gh-144629: Add test for the PyFunction_GetAnnotations() function (#144630)
Nybblista
2 days
2
-1/+26
*
gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
Sacul
2 days
11
-60/+108
*
Clarify the docs for `args` in asyncio callbacks (#143873)
Aarni Koskela
2 days
1
-6/+9
*
gh-143650: Fix importlib race condition on import failure (GH-143651)
Gregory P. Smith
2 days
4
-1/+117
*
gh-144652: Support Windows exit status in support get_signal_name() (#144653)
Victor Stinner
3 days
2
-0/+5
*
gh-144490: Fix mimalloc debug build for C++ (#144620)
Alper
3 days
2
-5/+3
*
gh-72798: Add mapping example to str.translate documentation (#144454)
kovan
3 days
1
-0/+8
*
gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes...
Pablo Galindo Salgado
3 days
4
-14/+99
*
gh-144648: Improve libproc usage in _remote_debugging (#144649)
Joshua Root
3 days
2
-2/+4
*
gh-144551: Update macOS installer to use OpenSSL 3.5.5 (#144645)
Ned Deily
3 days
2
-3/+4
*
gh-124111: Update macOS installer to use Tcl/Tk 9.0.3 (#144646)
Ned Deily
3 days
2
-3/+4
*
Disable pip version check when upgrading certifi (#144632)
Hugo van Kemenade
3 days
1
-1/+2
*
gh-144278: Enable overriding sys.implementation's name and cache_tag when bui...
Steve Dower
3 days
29
-189/+305
*
GH-144552: Clean up `tail-call.yml ` CI (#144553)
Savannah Ostrowski
3 days
1
-85/+72
*
gh-144492: Fix `process_changed_files` outputs for `reusable-{macos, wasi}.ym...
Stan Ulbrych
3 days
1
-0/+3
*
gh-144490: Fix test_cppext on Windows (#144628)
Victor Stinner
3 days
1
-4/+3
*
gh-144601: Avoid sharing exception objects raised in a `PyInit` function acro...
Peter Bierma
3 days
4
-1/+53
*
gh-134179: Use sys._clear_internal_caches() at test_cmd_line (#134180)
alexey semenyuk
3 days
1
-11/+4
*
gh-132604: Deprecate inherited runtime checkability of protocols (GH-143806)
Bartosz Sławecki
3 days
4
-3/+125
*
gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738)
VanshAgarwal24036
3 days
3
-2/+35
*
gh-144623: Fix missing output uops in optimizer debug output (GH-144617)
Hai Zhu
3 days
1
-2/+15
*
gh-141563: make `PyDateTime_IMPORT` thread-safe (#144210)
Kumar Aditya
3 days
2
-2/+18
*
gh-140715: Add `%F` format code support to `strptime()` (GH-140647)
Jason Yalim, PhD
4 days
6
-5/+35
*
gh-119740: Remove obsoleted removal announce for trunc delegation (GH-144622)
Sergey B Kirpichev
4 days
1
-1/+0
*
gh-140550: allow slots that repeat information from PyModuleDef (GH-144340)
Petr Viktorin
4 days
5
-48/+136
*
gh-106318: Add examples for str.partition() method (#142823)
Adorilson Bezerra
4 days
1
-0/+13
*
gh-106318: Add example for str.isalnum() (#137550)
Adorilson Bezerra
4 days
1
-1/+12
*
GH-131798: Optimize `_GUARD_TOS_SLICE` (GH-144470)
Sacul
4 days
4
-0/+31
*
For `enum.bin`, update versionadded directive from 3.10 to 3.11 (#144574)
Guo Ci
5 days
1
-1/+1
*
Bump pre-commit hooks (#144576)
Savannah Ostrowski
5 days
2
-7/+6
*
gh-143700: document `secrets.DEFAULT_ENTROPY` as an opaque value (#144568)
Bénédikt Tran
5 days
1
-15/+22
*
gh-84116: Add missing backslash to `_SubParsersAction.add_parser` signature (...
Guo Ci
5 days
1
-1/+1
*
gh-142044: Add note to prefer `asyncio.timeout[_at]` over `asyncio.Timeout` (...
kovan
6 days
1
-0/+3
*
gh-140490: Document changes for `PurePath.stem` in Python 3.14 (#144450)
kovan
6 days
1
-0/+4
*
gh-144538: Upgrade bundled pip to 26.0.1 (gh-144556)
Damian Shaw
6 days
3
-1/+2
*
gh-144490: Fix C++ compatibility in pycore_cell.h (GH-144482)
Alper
6 days
1
-1/+1
*
gh-84116: Docs: Document help and aliases for argparse.add_parser() (#140574)
Krishna-web-hub
6 days
1
-31/+42
*
gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)
Ken Jin
6 days
8
-86/+62
*
gh-143658: Use `str.lower` and `replace` to further improve performance of `i...
Hugo van Kemenade
6 days
2
-11/+6
*
gh-132132: Upgrade to VS 2026 on Windows tailcall CI (GH-144544)
Ken Jin
6 days
3
-7/+5
[next]