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-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationV...
Miss Islington (bot)
2025-02-03
1
-22/+10
*
[3.13] gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIt...
Miss Islington (bot)
2025-01-13
2
-0/+3
*
[3.13] gh-128759: fix data race in `type_modified_unlocked` (GH-128764) (#128...
Miss Islington (bot)
2025-01-13
1
-0/+6
*
[3.13] gh-126862: Use `Py_ssize_t` instead of `int` when processing the numbe...
Miss Islington (bot)
2025-01-10
1
-4/+4
*
[3.13] gh-127903: Fix a crash on debug builds when calling `Objects/unicodeob...
Miss Islington (bot)
2025-01-03
1
-3/+6
*
[3.13] gh-128013: fix data race in PyUnicode_AsUTF8AndSize on free-threading ...
Kumar Aditya
2025-01-02
1
-59/+107
*
[3.13] Clean up redundant ifdef in list getitem (GH-128257) (#128276)
Miss Islington (bot)
2024-12-26
1
-4/+0
*
[3.13] gh-128198: Add missing error checks for usages of PyIter_Next() (GH-12...
Serhiy Storchaka
2024-12-26
2
-0/+8
*
[3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#...
Pablo Galindo Salgado
2024-12-11
4
-15/+5
*
[3.13] gh-127563: use `dk_log2_index_bytes=3` in empty dicts (GH-127568) (GH-...
Miss Islington (bot)
2024-12-11
1
-1/+4
*
[3.13] gh-127582: Make object resurrection thread-safe for free threading. (G...
Sam Gross
2024-12-05
4
-20/+41
*
[3.13] gh-127536: Add missing locks in listobject.c (GH-127580) (GH-127613)
Sam Gross
2024-12-04
1
-10/+40
*
[3.13] gh-127521: Mark list as "shared" before resizing if necessary (GH-1275...
Miss Islington (bot)
2024-12-03
1
-0/+20
*
[3.13] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127...
Miss Islington (bot)
2024-12-02
1
-1/+1
*
[3.13] Fix Unicode encode_wstr_utf8() (#127420) (#127505)
Bénédikt Tran
2024-12-02
1
-1/+1
*
[3.13] gh-127316: fix incorrect assertion in setting `__class__` in free-thre...
Miss Islington (bot)
2024-11-29
1
-1/+1
*
[3.13] gh-127020: Make `PyCode_GetCode` thread-safe for free threading (GH-12...
Miss Islington (bot)
2024-11-21
1
-27/+51
*
[3.13] gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_{READ,WRITE}` (G...
sobolevn
2024-11-19
1
-4/+4
*
[3.13] gh-126594: Fix typeobject.c wrap_buffer() cast (GH-126754) (#127004)
Miss Islington (bot)
2024-11-19
1
-3/+3
*
[3.13] gh-126341: add release check to `__iter__` method of `memoryview` (GH-...
Miss Islington (bot)
2024-11-13
1
-0/+1
*
[3.13] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124...
Miss Islington (bot)
2024-11-12
2
-18/+86
*
[3.13] gh-126303: Fix pickling and copying of os.sched_param objects (GH-1263...
Miss Islington (bot)
2024-11-05
1
-0/+6
*
[3.13] gh-116938: Fix `dict.update` docstring and remove erraneous full stop ...
Miss Islington (bot)
2024-10-29
1
-2/+2
*
[3.13] gh-125608: Trigger dictionary watchers when inline values change (GH-1...
Miss Islington (bot)
2024-10-25
1
-6/+15
*
[3.13] gh-123930: Better error for "from imports" when script shadows module ...
Shantanu
2024-10-24
1
-12/+16
*
[3.13] gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra lo...
Miss Islington (bot)
2024-10-21
1
-6/+70
*
[3.13] gh-125221: Fix free-threading data race in `object.__reduce_ex__` (GH-...
Miss Islington (bot)
2024-10-11
2
-15/+13
*
[3.13] gh-123378: fix a crash in `UnicodeError.__str__` (GH-124935) (#125099)
Miss Islington (bot)
2024-10-08
1
-45/+66
*
[3.13] Fix typos (#123775) (#123866)
Victor Stinner
2024-10-07
3
-3/+3
*
[3.13] gh-124785: Revert "gh-116510: Fix crash due to shared immortal interne...
Miss Islington (bot)
2024-10-01
1
-42/+6
*
[3.13] gh-124642: Dictionaries aren't marking objects as weakref'd (GH-124643...
Miss Islington (bot)
2024-09-30
1
-3/+3
*
[3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno_...
Serhiy Storchaka
2024-09-30
1
-0/+3
*
[3.13] gh-123826: Fix unused function warnings in mimalloc on NetBSD (GH-1238...
Miss Islington (bot)
2024-09-30
1
-2/+2
*
[3.13] gh-77894: Fix a crash when the GC breaks a loop containing a memoryvie...
Miss Islington (bot)
2024-09-30
1
-28/+27
*
[3.13] gh-124513: Check args in framelocalsproxy_new() (GH-124515) (#124539)
Miss Islington (bot)
2024-09-30
1
-3/+20
*
[3.13] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()...
Miss Islington (bot)
2024-09-30
1
-1/+10
*
[3.13] GH-124547: Clear instance dictionary if memory error occurs during obj...
Miss Islington (bot)
2024-09-27
1
-2/+9
*
[3.13] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-1...
Miss Islington (bot)
2024-09-27
1
-8/+25
*
[3.13] gh-116510: Fix crash due to shared immortal interned strings. (gh-1246...
Miss Islington (bot)
2024-09-27
1
-6/+42
*
[3.13] gh-124538: Fix crash when using `gc.get_referents` on an untracked cap...
Miss Islington (bot)
2024-09-26
1
-3/+7
*
[3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622)
Petr Viktorin
2024-09-03
1
-1/+1
*
[3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600)
Victor Stinner
2024-09-02
2
-7/+7
*
[3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic ...
Serhiy Storchaka
2024-09-02
1
-12/+6
*
[3.13] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-12257...
Miss Islington (bot)
2024-09-02
1
-6/+22
*
[3.13] gh-123448: Move `_PyNoDefault_Type` to the static types array (GH-1234...
Miss Islington (bot)
2024-08-29
1
-0/+1
*
[3.13] gh-122982: Extend the deprecation period for bool inversion by two yea...
Miss Islington (bot)
2024-08-25
1
-2/+2
*
[3.13] GH-120097: Make FrameLocalsProxy a mapping (GH-120101) (GH-120749)
Miss Islington (bot)
2024-08-23
1
-1/+1
*
[3.13] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#12...
Donghee Na
2024-08-22
1
-0/+2
*
[3.13] gh-123022: Fix crash with `Py_Initialize` in background thread (GH-12...
Miss Islington (bot)
2024-08-17
1
-4/+12
*
[3.13] gh-122888: Fix crash on certain calls to str() (GH-122889) (#122947)
Miss Islington (bot)
2024-08-12
1
-1/+10
[next]