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-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortal...
Petr Viktorin
2024-07-17
1
-1/+1
*
[3.13] gh-121863: Immortalize names in code objects to avoid crash (GH-121903...
Miss Islington (bot)
2024-07-17
1
-1/+1
*
[3.13] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-1211...
Serhiy Storchaka
2024-07-17
1
-13/+55
*
[3.13] gh-121860: Fix crash when materializing managed dict (GH-121866) (#121...
Miss Islington (bot)
2024-07-16
1
-5/+12
*
[3.13] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmo...
Miss Islington (bot)
2024-07-16
1
-7/+8
*
[3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799)...
Miss Islington (bot)
2024-07-15
1
-2/+6
*
[3.13] gh-121731: Fix mimalloc compile error on GNU/Hurd (GH-121732) (#121773)
Miss Islington (bot)
2024-07-14
1
-0/+1
*
[3.13] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (...
Miss Islington (bot)
2024-07-14
1
-0/+4
*
[3.13] gh-121652: Handle `allocate_weakref` returning NULL (GH-121653) (#121721)
Miss Islington (bot)
2024-07-13
1
-0/+7
*
[3.13] gh-120198: Stop the world when setting __class__ on free-threaded buil...
Ken Jin
2024-07-12
2
-49/+62
*
[3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630)
Miss Islington (bot)
2024-07-11
1
-10/+30
*
[3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551) (#121...
Miss Islington (bot)
2024-07-10
1
-9/+15
*
[3.13] gh-121460: Skip freeing unallocated arenas (gh-121589)
Miss Islington (bot)
2024-07-10
1
-0/+8
*
[3.13] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list...
Miss Islington (bot)
2024-07-10
1
-1/+1
*
[3.13] gh-112075: Fix dict thread safety issues (GH-119288) (#121545)
Miss Islington (bot)
2024-07-09
1
-25/+41
*
[3.13] gh-117657: Fix TSAN races in setobject.c (GH-121511) (#121541)
Miss Islington (bot)
2024-07-09
1
-8/+10
*
[3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) ...
Miss Islington (bot)
2024-07-08
1
-1/+1
*
[3.13] gh-117657: Fix data races reported by TSAN in some set methods (GH-120...
Miss Islington (bot)
2024-07-01
3
-114/+64
*
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Miss Islington (bot)
2024-06-28
1
-1/+5
*
[3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964)
Miss Islington (bot)
2024-06-24
1
-7/+1
*
[3.13] gh-120860: Fix a few bugs in `type_setattro` error paths. (GH-120861) ...
Miss Islington (bot)
2024-06-24
1
-37/+41
*
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...
Petr Viktorin
2024-06-24
5
-127/+454
*
[3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and re...
Miss Islington (bot)
2024-06-24
1
-8/+12
*
[3.13] gh-119344: Make critical section API public (GH-119353) (#120856)
Sam Gross
2024-06-21
3
-43/+32
*
[3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-1...
Miss Islington (bot)
2024-06-21
1
-12/+33
*
[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...
Sam Gross
2024-06-20
1
-1/+1
*
[3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...
Mark Shannon
2024-06-20
1
-75/+36
*
[3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...
Miss Islington (bot)
2024-06-18
2
-3/+11
*
[3.13] gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].in...
Miss Islington (bot)
2024-06-17
1
-2/+4
*
[3.13] gh-117657: Make PyType_HasFeature (exported version) atomic (GH-120484...
Miss Islington (bot)
2024-06-15
1
-1/+1
*
[3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)
Miss Islington (bot)
2024-06-14
1
-15/+70
*
[3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-12...
Miss Islington (bot)
2024-06-12
1
-1/+7
*
gh-120198: Fix race condition when editing __class__ with an audit hook activ...
Miss Islington (bot)
2024-06-11
1
-1/+2
*
[3.13] bpo-24766: doc= argument to subclasses of property not handled correct...
Miss Islington (bot)
2024-06-11
1
-15/+4
*
[3.13] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (...
Miss Islington (bot)
2024-06-11
1
-1/+8
*
[3.13] gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (GH-1...
Miss Islington (bot)
2024-06-07
1
-1/+1
*
[3.13] gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount`...
Miss Islington (bot)
2024-06-04
1
-8/+11
*
[3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)
Miss Islington (bot)
2024-06-04
1
-1/+1
*
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...
Miss Islington (bot)
2024-06-03
6
-98/+194
*
[3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)
Sam Gross
2024-06-03
2
-3/+3
*
[3.13] gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) (gh-...
Miss Islington (bot)
2024-06-03
1
-8/+11
*
[3.13] gh-74929: PEP 667 C API documentation (gh-119892)
Miss Islington (bot)
2024-06-01
1
-2/+7
*
[3.13] gh-109218: Improve documentation for the complex() constructor (GH-119...
Miss Islington (bot)
2024-05-30
2
-6/+12
*
[3.13] gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (GH-119527) ...
Miss Islington (bot)
2024-05-29
1
-4/+7
*
[3.13] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296...
Miss Islington (bot)
2024-05-28
1
-0/+4
*
[3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543)
Miss Islington (bot)
2024-05-25
1
-1/+1
*
[3.13] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (G...
Miss Islington (bot)
2024-05-23
1
-2/+5
*
[3.13] gh-117657: Fix missing atomic in dict_resize (GH-119312) (#119417)
Miss Islington (bot)
2024-05-22
1
-1/+1
*
[3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded b...
Miss Islington (bot)
2024-05-22
1
-3/+5
*
[3.13] gh-119053: Implement the fast path for list.__getitem__ (gh-119112) (g...
Miss Islington (bot)
2024-05-21
1
-5/+10
[next]