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
*
gh-126024: unicodeobject: optimize find_first_nonascii (GH-127790)
Inada Naoki
2024-12-13
1
-9/+14
*
gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694)
Bénédikt Tran
2024-12-13
1
-68/+148
*
gh-102471, PEP 757: Add PyLong import and export API (#121339)
Victor Stinner
2024-12-13
1
-0/+120
*
gh-126868: Add freelist for compact int objects (GH-126865)
Pieter Eendebak
2024-12-13
2
-19/+60
*
GH-125174: Mark objects as statically allocated. (#127797)
Mark Shannon
2024-12-11
1
-1/+11
*
GH-127058: Make `PySequence_Tuple` safer and probably faster. (#127758)
Mark Shannon
2024-12-11
2
-47/+59
*
gh-127740: For odd-length input to bytes.fromhex(...) change the error messag...
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2024-12-11
1
-4/+14
*
gh-127563: use `dk_log2_index_bytes=3` in empty dicts (GH-127568)
Bénédikt Tran
2024-12-10
1
-1/+4
*
gh-126491: Revert "GH-126491: Lower heap size limit with faster marking (GH-1...
Petr Viktorin
2024-12-10
3
-17/+69
*
gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443)
Bénédikt Tran
2024-12-10
2
-1/+60
*
gh-125420: implement `Sequence.index` API on `memoryview` objects (#125446)
Bénédikt Tran
2024-12-10
2
-1/+134
*
gh-123378: fix post-merge typos in comments and NEWS (#127739)
Bénédikt Tran
2024-12-08
1
-3/+3
*
gh-127314: Don't mention the GIL when calling without a thread state on the f...
Peter Bierma
2024-12-06
1
-0/+7
*
gh-126024: fix UBSan failure in `unicodeobject.c:find_first_nonascii` (GH-127...
Bénédikt Tran
2024-12-06
1
-6/+3
*
GH-126491: Lower heap size limit with faster marking (GH-127519)
Mark Shannon
2024-12-06
3
-69/+17
*
gh-120010: Fix invalid (nan+nanj) results in _Py_c_prod() (GH-120287)
Sergey B Kirpichev
2024-12-06
1
-4/+56
*
gh-127582: Make object resurrection thread-safe for free threading. (GH-127612)
Sam Gross
2024-12-05
4
-20/+41
*
gh-127536: Add missing locks in listobject.c (GH-127580)
Sam Gross
2024-12-04
1
-10/+40
*
gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH...
Bénédikt Tran
2024-12-04
1
-109/+139
*
gh-115999: Enable specialization of `CALL` instructions in free-threaded buil...
mpage
2024-12-03
1
-7/+55
*
gh-127271: Replace use of PyCell_GET/SET (gh-127272)
Neil Schemenauer
2024-12-03
3
-45/+81
*
gh-115999: Specialize `LOAD_SUPER_ATTR` in free-threaded builds (gh-127128)
Neil Schemenauer
2024-12-03
1
-2/+3
*
gh-127521: Mark list as "shared" before resizing if necessary (#127524)
Sam Gross
2024-12-02
1
-0/+20
*
Fix Unicode encode_wstr_utf8() (#127420)
Victor Stinner
2024-12-02
1
-1/+1
*
gh-115999: Add partial free-thread specialization for BINARY_SUBSCR (gh-127227)
Donghee Na
2024-12-02
1
-0/+6
*
gh-127417: fix UTF-8 decoder optimization on AIX (#127433)
Inada Naoki
2024-11-30
1
-10/+14
*
gh-127316: fix incorrect assertion in setting `__class__` in free-threading (...
Kumar Aditya
2024-11-29
1
-1/+1
*
gh-126024: optimize UTF-8 decoder for short non-ASCII string (#126025)
Inada Naoki
2024-11-29
1
-45/+259
*
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev
2024-11-26
2
-68/+180
*
gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)
Jelle Zijlstra
2024-11-26
1
-2/+2
*
gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211)
Sergey B Kirpichev
2024-11-24
1
-1/+1
*
gh-119786: add code object doc, inline locations.md into it (#126832)
Irit Katriel
2024-11-22
1
-1/+1
*
gh-126091: Always link generator frames when propagating a thrown-in exceptio...
Jacob Bower
2024-11-21
1
-6/+12
*
gh-115999: Add free-threaded specialization for ``TO_BOOL`` (gh-126616)
Donghee Na
2024-11-21
1
-0/+18
*
gh-115999: Specialize `LOAD_GLOBAL` in free-threaded builds (#126607)
mpage
2024-11-21
2
-10/+60
*
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Eric Snow
2024-11-21
3
-4/+6
*
gh-124470: Fix crash when reading from object instance dictionary while repla...
Dino Viehland
2024-11-21
2
-46/+180
*
gh-127020: Make `PyCode_GetCode` thread-safe for free threading (#127043)
Sam Gross
2024-11-21
1
-27/+51
*
GH-127010: Don't lazily track and untrack dicts (GH-127027)
Mark Shannon
2024-11-20
2
-94/+19
*
gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_{READ,WRITE}` (#126981)
sobolevn
2024-11-19
1
-2/+3
*
gh-126076: Account for relocated objects in tracemalloc (#126077)
Pablo Galindo Salgado
2024-11-19
4
-15/+5
*
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...
Hugo van Kemenade
2024-11-19
2
-19/+98
*
gh-126594: Fix typeobject.c wrap_buffer() cast (#126754)
Victor Stinner
2024-11-19
1
-3/+3
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-11-18
2
-98/+19
*
gh-123465: Ensure PyType_FromMetaclass avoids extra strcmp (GH-125460)
neonene
2024-11-13
1
-2/+2
*
gh-123619: Add an unstable C API function for enabling deferred reference cou...
Peter Bierma
2024-11-13
1
-0/+29
*
gh-126341: add release check to `__iter__` method of `memoryview` (#126759)
Ritvik Pasham
2024-11-13
1
-0/+1
*
gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)
RUANG (James Roy)
2024-11-12
1
-0/+33
*
GH-126547: Pre-assign version numbers for a few common classes (GH-126551)
Mark Shannon
2024-11-08
10
-1/+13
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
16
-68/+119
[next]