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
*
bpo-43224: Implement PEP 646 changes to genericaliasobject.c (GH-31019)
Matthew Rahtz
2022-03-12
1
-0/+75
*
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner
2022-03-11
1
-7/+13
*
bpo-46944: use FASTCALL calling convention in generator.throw (GH-31723)
Kumar Aditya
2022-03-11
1
-14/+23
*
bpo-46881: Fix refleak from GH-31616 (GH-31805)
Jelle Zijlstra
2022-03-11
1
-2/+4
*
bpo-44796: Unify TypeVar and ParamSpec substitution (GH-31143)
Serhiy Storchaka
2022-03-11
1
-32/+14
*
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
Kumar Aditya
2022-03-09
1
-50/+14
*
bpo-46841: Use inline caching for calls (GH-31709)
Brandt Bucher
2022-03-07
1
-4/+1
*
bpo-46940: Don't override existing AttributeError suggestion information (GH-...
Pablo Galindo Salgado
2022-03-07
1
-12/+22
*
bpo-46921: Vectorcall support for `super()` (GH-31687)
Ken Jin
2022-03-06
1
-2/+53
*
bpo-46864: Deprecate PyBytesObject.ob_shash. (GH-31598)
Inada Naoki
2022-03-06
1
-0/+18
*
bpo-46927: Include the type's name in the error message for subscripting non-...
Serhiy Storchaka
2022-03-05
1
-0/+3
*
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
Mark Shannon
2022-03-04
1
-10/+18
*
bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31...
Mark Shannon
2022-03-03
1
-1/+2
*
dict: Fix refleak (GH-31650)
Inada Naoki
2022-03-03
1
-4/+8
*
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
Victor Stinner
2022-03-02
1
-0/+1
*
dict: Internal cleanup (GH-31641)
Inada Naoki
2022-03-02
1
-66/+44
*
bpo-46848: Use stringlib/fastsearch in mmap (GH-31625)
Dennis Sweeney
2022-03-02
1
-0/+18
*
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki
2022-03-01
3
-424/+782
*
bpo-46311: Clean up PyLong_FromLong and PyLong_FromLongLong (GH-30496)
Mark Dickinson
2022-03-01
1
-41/+31
*
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Eric Snow
2022-02-28
1
-174/+164
*
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
Victor Stinner
2022-02-26
2
-12/+5
*
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Kumar Aditya
2022-02-26
1
-5/+11
*
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Victor Stinner
2022-02-25
2
-142/+3
*
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner
2022-02-25
3
-39/+39
*
bpo-45316: Move private PyCode C API to internal C API (GH-31576)
Victor Stinner
2022-02-25
2
-12/+12
*
bpo-1635741: Fix winreg reference leaks (GH-31560)
Victor Stinner
2022-02-25
1
-0/+8
*
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558)
Victor Stinner
2022-02-25
2
-17/+17
*
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Victor Stinner
2022-02-25
1
-8/+0
*
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner
2022-02-24
4
-13/+12
*
Add (undocumented) _co_quickened attribute for code object. (GH-31552)
Mark Shannon
2022-02-24
1
-2/+13
*
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner
2022-02-23
1
-8/+8
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
4
-52/+10
*
bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31...
Irit Katriel
2022-02-22
1
-1/+6
*
dict: Add dk_log2_index_bytes (GH-31439)
Inada Naoki
2022-02-22
1
-23/+27
*
fix __bool__ docstring (GH-31301)
Jelle Zijlstra
2022-02-21
1
-1/+1
*
dict: Use DK_LOG_SIZE in hot loop. (GH-31405)
Inada Naoki
2022-02-19
1
-12/+12
*
bpo-46730: Fix refleak and tighten NULL checks (GH-31389)
Christian Heimes
2022-02-17
1
-9/+18
*
bpo-46745: Fix typo in PositionsIterator (#31322)
Robert-André Mauchin
2022-02-17
1
-1/+1
*
bpo-46730: Add more info to @property AttributeError messages (GH-31311)
Alex-Blade
2022-02-16
1
-13/+27
*
bpo-46541: Discover the global strings. (gh-31346)
Eric Snow
2022-02-15
2
-2/+3
*
Improve docstring for set.discard() (GH-31315)
Raymond Hettinger
2022-02-13
1
-1/+2
*
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
Dennis Sweeney
2022-02-11
1
-8/+39
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
1
-6/+2
*
bpo-46430: Intern strings in deep-frozen modules (GH-30683)
Kumar Aditya
2022-02-09
1
-0/+12
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
30
-610/+422
*
bpo-46675: Allow object value arrays and split key dictionaries larger than 1...
Mark Shannon
2022-02-08
1
-39/+59
*
bpo-46670: Remove unused macros in the Objects directory (GH-31193)
Victor Stinner
2022-02-07
4
-12/+0
*
bpo-46670: Test if a macro is defined, not its value (GH-31178)
Victor Stinner
2022-02-07
1
-3/+3
*
bpo-46670: Define all macros for stringlib (GH-31176)
Victor Stinner
2022-02-07
10
-17/+24
*
bpo-46670: Remove unused get_frame_state() function (GH-31177)
Victor Stinner
2022-02-07
1
-9/+0
[next]