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
path:
root
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (...
Miss Islington (bot)
2025-07-22
1
-2/+2
*
[3.14] gh-132661: Disallow `Template`/`str` concatenation after PEP 750 spec ...
Lysandros Nikolaou
2025-07-21
2
-95/+11
*
[3.14] gh-136396: Include instrumentation when creating new copies of the byt...
Miss Islington (bot)
2025-07-15
1
-1/+18
*
[3.14] gh-127971: fix off-by-one read beyond the end of a string during searc...
Miss Islington (bot)
2025-07-13
1
-4/+4
*
[3.14] gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `i...
Miss Islington (bot)
2025-07-12
1
-2/+6
*
[3.14] gh-132661: Add default value (of `""`) for `Interpolation.expression` ...
Miss Islington (bot)
2025-07-10
2
-11/+16
*
[3.14] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (#135912)
Miss Islington (bot)
2025-07-08
4
-10/+95
*
[3.14] GH-135106: Restrict trashcan to GC'ed objects (GH-135682) (#135876)
Miss Islington (bot)
2025-07-07
1
-52/+24
*
[3.14] gh-109700: fix memory error handling in `PyDict_SetDefault` (GH-136338...
Miss Islington (bot)
2025-07-06
1
-0/+1
*
[3.14] gh-129824: fix data races in subinterpreters under TSAN (GH-135794) (#...
Miss Islington (bot)
2025-07-06
1
-17/+44
*
[3.14] gh-135607: remove null checking of weakref list in dealloc of extensio...
Victor Stinner
2025-06-30
11
-27/+22
*
[3.14] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not...
Miss Islington (bot)
2025-06-27
1
-0/+5
*
[3.14] gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-13593...
Miss Islington (bot)
2025-06-26
1
-1/+1
*
[3.14] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (...
Miss Islington (bot)
2025-06-24
1
-3/+4
*
[3.14] gh-135450: Remove assertion in `_PyCode_CheckNoExternalState` (gh-135694)
Miss Islington (bot)
2025-06-18
1
-1/+0
*
[3.14] gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-13...
Miss Islington (bot)
2025-06-16
1
-2/+18
*
[3.14] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135581)
Miss Islington (bot)
2025-06-16
1
-2/+2
*
[3.14] gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarCounts(...
Miss Islington (bot)
2025-06-13
1
-5/+25
*
[3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)
Victor Stinner
2025-06-09
4
-9/+23
*
[3.14] gh-133489: Remove size restrictions on getrandbits() and randbytes() (...
Miss Islington (bot)
2025-06-01
1
-10/+3
*
[3.14] gh-132775: Fix _PyFunctIon_VerifyStateless() (gh-134901)
Miss Islington (bot)
2025-05-29
1
-14/+20
*
[3.14] GH-133912: Fix `PyObject_GenericSetDict` to handle inline values (GH-1...
Miss Islington (bot)
2025-05-29
2
-53/+32
*
[3.14] gh-134679: Fix assertion failure in QSBR (gh-134811) (gh-134814)
Miss Islington (bot)
2025-05-27
1
-11/+11
*
[3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...
Pablo Galindo Salgado
2025-05-25
1
-0/+2
*
[3.14] gh-133778: Fix setting `__annotations__` under PEP 563 (GH-133794) (#1...
Miss Islington (bot)
2025-05-25
1
-9/+36
*
[3.14] gh-133980: use atomic store in `PyObject_GenericSetDict` (GH-133988) (...
Miss Islington (bot)
2025-05-21
1
-1/+7
*
[3.14] gh-134119: Fix crash from calling next() on exhausted template iterato...
Miss Islington (bot)
2025-05-17
1
-0/+3
*
[3.14] gh-133970: Make PEP750 types generic (GH-133976) (#134029)
Miss Islington (bot)
2025-05-15
2
-0/+4
*
[3.14] gh-132641: fix race in `lru_cache` under free-threading (GH-133787) (#...
Miss Islington (bot)
2025-05-14
1
-0/+5
*
[3.14] gh-133968: Add fast path to PyUnicodeWriter_WriteStr() (GH-133969) (#1...
Miss Islington (bot)
2025-05-13
1
-1/+6
*
[3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...
Miss Islington (bot)
2025-05-13
2
-36/+51
*
gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
Miss Islington (bot)
2025-05-11
1
-5/+5
*
[3.14] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627) (gh...
Miss Islington (bot)
2025-05-08
1
-3/+4
*
[3.14] gh-133583: Add support for fixed size unsigned integers in argument pa...
Miss Islington (bot)
2025-05-08
1
-0/+4
*
[3.14] gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133625)
Eric Snow
2025-05-08
2
-17/+205
*
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...
Irit Katriel
2025-05-06
1
-1/+0
*
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#13...
Petr Viktorin
2025-05-06
2
-209/+17
*
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Eric Snow
2025-05-05
2
-17/+209
*
GH-133261: Make sure trashcan pointers look mortal -- 32 bit (GH-133450)
Mark Shannon
2025-05-05
1
-0/+9
*
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
Eric Snow
2025-05-05
1
-3/+278
*
gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#...
Peter Bierma
2025-05-05
1
-0/+8
*
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, a...
Irit Katriel
2025-05-05
1
-0/+1
*
Revert "gh-124715: Fix method_dealloc(): use PyObject_GC_UnTrack() (#133199)"...
Victor Stinner
2025-05-05
1
-1/+1
*
GH-133261: Make sure that the GC doesn't untrack objects in trashcan (GH-133431)
Mark Shannon
2025-05-05
1
-6/+32
*
gh-132457: make staticmethod and classmethod generic (#132460)
Ivan Kirpichnikov
2025-05-04
1
-2/+12
*
gh-133304: workaround for RISC-V in PyFloat_Pack4/Unpack4() (#133328)
Sergey B Kirpichev
2025-05-03
1
-0/+41
*
gh-128972: Add `_Py_ALIGN_AS` and revert `PyASCIIObject` memory layout. (GH-1...
Petr Viktorin
2025-05-02
1
-3/+3
*
gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)
Sam Gross
2025-05-02
1
-0/+24
*
gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#133204)
Sergey B Kirpichev
2025-05-01
1
-6/+4
*
gh-133166: Fix missing error emission of PyType_GetModuleByDef (GH-133240)
neonene
2025-05-01
1
-7/+9
[next]