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.13] gh-138902: Fix generator send arg name (GH-138905) (#138913)
Miss Islington (bot)
2025-09-15
1
-1/+1
*
[3.13] gh-71648: Optimize PNG files (GH-138842) (#138852)
Stan Ulbrych
2025-09-14
4
-0/+0
*
[3.13] gh-71810: Fix _PyLong_AsByteArray() undefined behavior (GH-138873) (#1...
Miss Islington (bot)
2025-09-14
1
-2/+8
*
[3.13] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482) ...
Peter Bierma
2025-09-11
1
-0/+11
*
[3.13] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) (...
Miss Islington (bot)
2025-09-11
1
-1/+1
*
[3.13] gh-105487: Fix `__dir__` entries of `GenericAlias` (GH-138578) (#138640)
sobolevn
2025-09-08
1
-2/+20
*
[3.13] gh-138516: fix typo in OrderedDict exception msg (GH-138517) (#138522)
Miss Islington (bot)
2025-09-05
1
-1/+1
*
[3.13] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (GH-137415) (#137461)
Miss Islington (bot)
2025-08-06
1
-4/+0
*
[3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (gh-13...
Neil Schemenauer
2025-07-30
3
-9/+94
*
[3.13] gh-127971: fix off-by-one read beyond the end of a string during searc...
Duane Griffin
2025-07-14
1
-4/+4
*
[3.13] gh-109700: fix memory error handling in `PyDict_SetDefault` (#136338) ...
Kumar Aditya
2025-07-14
1
-0/+1
*
[3.13] gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `i...
Bénédikt Tran
2025-07-12
1
-3/+7
*
[3.13] gh-135607: remove null checking of weakref list in dealloc of extensio...
Victor Stinner
2025-07-01
10
-24/+20
*
[3.13] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not...
Serhiy Storchaka
2025-06-27
1
-0/+5
*
[3.13] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (...
Miss Islington (bot)
2025-06-24
1
-3/+4
*
[3.13] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135582)
Sam Gross
2025-06-16
1
-2/+2
*
[3.13] gh-125723: Fix crash with f_locals when generator frame outlive their ...
Mikhail Efimov
2025-06-13
1
-8/+15
*
[3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (...
Serhiy Storchaka
2025-06-02
1
-10/+3
*
[3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...
Serhiy Storchaka
2025-05-20
2
-36/+79
*
gh-132869: Fix crash in `_PyObject_TryGetInstanceAttribute` (#133700)
Sam Gross
2025-05-14
1
-8/+50
*
[3.13] GH-133543: Maintain tracking for materialized instance dictionaries (G...
Brandt Bucher
2025-05-12
1
-0/+3
*
gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
Inada Naoki
2025-05-11
1
-5/+5
*
[3.13] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627) (gh...
Sam Gross
2025-05-08
1
-3/+4
*
[3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133...
Donghee Na
2025-04-29
1
-18/+25
*
[3.13] gh-132942: Fix races in type lookup cache (gh-133114)
Neil Schemenauer
2025-04-28
1
-3/+11
*
[3.13] gh-132713: Fix typing.Union[index] race condition (GH-132802) (#132839)
Miss Islington (bot)
2025-04-23
1
-10/+19
*
[3.13] gh-132713: Fix repr(list) race condition (#132801) (#132809)
Victor Stinner
2025-04-23
1
-1/+7
*
[3.13] gh-132747: Fix `NULL` dereference when calling a method's `__get__` ma...
Peter Bierma
2025-04-21
1
-1/+1
*
[3.13] gh-132176: Fix crash on `type()` when `tuple` subclass passed as `base...
Miss Islington (bot)
2025-04-15
1
-1/+2
*
[3.13] gh-132213: use relaxed atomics for set hash (#132447)
Kumar Aditya
2025-04-12
1
-14/+27
*
[3.13] GH-127953: Make line number lookup O(1) regardless of the size of the ...
Mark Shannon
2025-04-07
1
-0/+3
*
[3.13] gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720) ...
Miss Islington (bot)
2025-03-25
1
-1/+3
*
[3.13] gh-131113: Fix data race in dict.popitem() (gh-131115) (#131119)
Miss Islington (bot)
2025-03-11
1
-8/+8
*
[3.13] gh-130851: Only intern constants of types generated by the compiler (G...
Sam Gross
2025-03-08
1
-2/+34
*
[3.13] gh-130932: Fix incorrect exception handling in _PyModule_IsPossiblySha...
Miss Islington (bot)
2025-03-07
1
-1/+3
*
[3.13] gh-130851: Don't crash when deduping unusual code constants (GH-130853...
Miss Islington (bot)
2025-03-05
1
-6/+12
*
[3.13] gh-130547: Fix race between dict_dealloc and split_keys_entry_added (g...
Miss Islington (bot)
2025-03-05
1
-1/+1
*
[3.13] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (g...
Sam Gross
2025-03-04
1
-8/+20
*
[3.13] Postpone <stdbool.h> inclusion after Python.h (#130641) (#130675)
Victor Stinner
2025-02-28
1
-2/+2
*
[3.13] gh-117657: Enable test_opcache under TSAN (GH-129831) (GH-130597)
Sam Gross
2025-02-26
2
-3/+5
*
[3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-13...
Serhiy Storchaka
2025-02-25
1
-1/+7
*
[3.13] gh-128714: Fix function object races in `__annotate__`, `__annotations...
Xuanteng Huang
2025-02-24
2
-46/+203
*
[3.13] gh-128396: Fix a crash when inline comprehension has the same … (#13...
Tian Gao
2025-02-19
1
-2/+9
*
[3.13] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130...
Miss Islington (bot)
2025-02-18
1
-0/+20
*
[3.13] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-13...
Stan Ulbrych
2025-02-17
3
-20/+10
*
[3.13] gh-128759: Fix accesses to `tp_version_tag`. (GH-129750) (GH-130042)
Sam Gross
2025-02-12
1
-8/+3
*
[3.13] gh-128133: use relaxed atomics for hash of bytes (GH-128412) (#130022)
Sam Gross
2025-02-12
1
-31/+39
*
[3.13] gh-129967: Fix race condition in `repr(set)` (gh-129978) (gh-130020)
Sam Gross
2025-02-11
1
-2/+11
*
[3.13] gh-128100: Use atomic dictionary load in `_PyObject_GenericGetAttrWith...
Miss Islington (bot)
2025-02-10
1
-0/+4
*
[3.13] gh-117657: Fix data race in `dict_dict_merge` (gh-129755) (gh-129808)
Miss Islington (bot)
2025-02-07
1
-1/+1
[next]