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-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
*
Pass reference to func, as well as args, when pushing frame. (GH-31100)
Mark Shannon
2022-02-03
1
-0/+2
*
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz
2022-02-03
1
-0/+5
*
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
Petr Viktorin
2022-02-02
1
-5/+4
*
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon
2022-02-02
1
-0/+1
*
bpo-46072: Add some object layout and allocation stats (GH-31051)
Mark Shannon
2022-02-01
2
-0/+16
*
bpo-46564: do not create frame object for super object (GH-31002)
Kumar Aditya
2022-02-01
1
-12/+8
*
bpo-46407: Fix long_mod refleak (GH-31025)
Ken Jin
2022-01-31
1
-1/+1
*
bpo-46417: _PyStructSequence_FiniType() updates _Py_RefTotal (GH-30988)
Victor Stinner
2022-01-28
1
-0/+3
*
bpo-46407: Optimizing some modulo operations (GH-30653)
Crowthebird
2022-01-28
1
-9/+106
*
bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)
Victor Stinner
2022-01-27
1
-6/+6
*
bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)
Victor Stinner
2022-01-27
1
-3/+0
*
bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)
Christian Heimes
2022-01-27
1
-5/+8
*
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Kumar Aditya
2022-01-27
1
-0/+15
*
bpo-40170: Remove _Py_GetAllocatedBlocks() function (GH-30940)
Victor Stinner
2022-01-27
1
-1/+5
[next]