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.14.0a7
v3.14.0a7
Hugo van Kemenade
2025-04-08
117
-273/+1110
*
gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254)
Serhiy Storchaka
2025-04-08
3
-6/+121
*
gh-131998: Fix `NULL` dereference when using an unbound method descriptor in ...
Peter Bierma
2025-04-08
5
-0/+47
*
gh-74598: add `fnmatch.filterfalse` for excluding names matching a patern (#1...
Bénédikt Tran
2025-04-08
5
-40/+102
*
gh-118761: Optimise import time for ``string`` (#132037)
Adam Turner
2025-04-08
2
-15/+32
*
gh-93096: fix `test_mimetypes.test_guess_type_conflicting_with_mimetypes` (#1...
Bénédikt Tran
2025-04-08
2
-63/+64
*
gh-100239: more stats for BINARY_OP/SUBSCR specialization (#132230)
Irit Katriel
2025-04-08
2
-1/+31
*
Fixed a typo in the documentation (#132005)
David Brochart
2025-04-08
1
-1/+1
*
gh-132021: Add bool type to the list of allowed JSON key types (#132048)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-04-08
2
-4/+4
*
gh-115942: Add `locked` to several multiprocessing locks (#115944)
sobolevn
2025-04-08
10
-6/+89
*
gh-84481: Make ZipFile.data_offset more robust (#132178)
Emma Smith
2025-04-08
2
-2/+9
*
Add psfhosted Plausible instance to analytics (#132252)
Ee Durbin
2025-04-08
1
-0/+1
*
enum: remove unused function (#132044)
Inada Naoki
2025-04-08
1
-12/+0
*
gh-130521: Add Open Graph meta tags to template pages (#130523)
Stan Ulbrych
2025-04-07
3
-0/+37
*
gh-131809: Upgrade vendored expat to 2.7.1 (#132192)
Gregory P. Smith
2025-04-07
6
-16/+26
*
gh-118761: Cover the import time optimisations in What's New (#132035)
Adam Turner
2025-04-07
1
-0/+10
*
gh-130775: Allow negative locations in `ast` (#130795)
sobolevn
2025-04-07
3
-5/+23
*
gh-128182: switch `ctypes` locking to critical sections (#132133)
Peter Bierma
2025-04-07
2
-137/+148
*
gh-132213: use relaxed atomics for set hash (#132215)
Kumar Aditya
2025-04-07
1
-7/+9
*
gh-130843: add UUIDv7 timestamp recipes (#132154)
Bénédikt Tran
2025-04-07
1
-2/+13
*
Docs HTML: Remove self-closing tags (#132220)
Hugo van Kemenade
2025-04-07
4
-22/+22
*
dictobject.c: Fix incorrect function name in errors (#132193)
Jelle Zijlstra
2025-04-07
1
-2/+2
*
gh-132221: Fix `__match_args__` generation docs in `dataclasses.rst` (#132222)
sobolevn
2025-04-07
1
-4/+7
*
gh-123299: List PEPs 758 and 768 in 3.14 release highlights (#132211)
Hugo van Kemenade
2025-04-07
1
-3/+5
*
gh-131912: Use different grouping options for the integral and fractional par...
Prometheus3375
2025-04-07
1
-4/+4
*
gh-132171: Fix `_interpreters.run_string` crash on string subclass (#132173)
sobolevn
2025-04-07
3
-1/+8
*
gh-61456: Add Thai language codec aliases (#15079)
btwood
2025-04-07
2
-0/+6
*
gh-132174: Fix function name in error message of `_interpreters.run_string` (...
sobolevn
2025-04-07
2
-1/+2
*
gh-122040: reword `Modules/xxmodule.c` module-level comment (#132201)
Sonny Ding
2025-04-07
1
-2/+1
*
gh-99108: add support for SIMD-accelerated HMAC-BLAKE2 (#132120)
Bénédikt Tran
2025-04-07
1
-4/+75
*
gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (#132190)
Ned Deily
2025-04-07
2
-3/+4
*
gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)
Ned Deily
2025-04-07
2
-3/+4
*
gh-129204: Add _PYTHON_SUBPROCESS_USE_POSIX_SPAWN environment knob (GH-132184)
Vincent Fazio
2025-04-07
2
-0/+5
*
Docs: Add a single table summary for ``cmath`` (#131887)
Sergey B Kirpichev
2025-04-06
1
-0/+51
*
gh-132168: Add `__class_getitem__` to `ctypes.py_object` (#132169)
Brian Schubert
2025-04-06
5
-1/+12
*
gh-84481: Add ZipFile.data_offset attribute (#132165)
Emma Smith
2025-04-06
4
-0/+73
*
gh-126703: Add freelist for range and range_iter objects (GH-128619)
Pieter Eendebak
2025-04-06
4
-9/+30
*
gh-131591: Handle includes for iOS in remote_debugging.c (#132050)
Pablo Galindo Salgado
2025-04-06
2
-20/+14
*
gh-132121: Always escape non-printable characters in pygettext (GH-132122)
Tomas R.
2025-04-06
3
-5/+6
*
gh-132159: Do not shadow user arguments in generated `__new__` by `@warnings....
Xuehai Pan
2025-04-06
3
-1/+21
*
gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (#132018)
sobolevn
2025-04-06
5
-4/+32
*
gh-132139: 3.14 what's new: elaborate on why you can no longer set `Union` at...
Alex Waygood
2025-04-06
1
-2/+3
*
gh-131178: Add tests for `pickle` command-line interface (#131275)
Semyon Moroz
2025-04-06
2
-5/+64
*
gh-132139: Document that you can no longer set attributes on unions (#132146)
Jelle Zijlstra
2025-04-06
1
-0/+2
*
gh-128182: add critical sections to ctypes arrays getters and setters (#132152)
Kumar Aditya
2025-04-06
2
-28/+165
*
Docs: Replace dead hyperlink for CGI environment variables (#132137)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-04-06
1
-1/+1
*
gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (#132135)
Nadeshiko Manju
2025-04-06
1
-0/+1
*
GH-131798: Narrow the result of _CONTAINS_OP_SET to bool in the JIT (GH-132057)
Tomas R.
2025-04-05
4
-3/+35
*
gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880)
Stan Ulbrych
2025-04-05
4
-3/+10
*
Fix numbered list syntax in programming.rst (#130158)
Rafael Fontenelle
2025-04-05
1
-5/+5
[next]