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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46841: Use inline caching for `UNPACK_SEQUENCE` (GH-31591)
Brandt Bucher
2022-02-28
2
-26/+26
*
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Kumar Aditya
2022-02-26
1
-1/+3
*
bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466)
Oleg Iarygin
2022-02-25
1
-6/+0
*
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner
2022-02-25
5
-59/+59
*
bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
Victor Stinner
2022-02-25
2
-1/+2
*
bpo-45316: Move private functions to internal C API (GH-31579)
Victor Stinner
2022-02-25
1
-1/+2
*
bpo-46808: remove NEXT_BLOCK() from compile.c (GH-31448)
Irit Katriel
2022-02-25
1
-63/+72
*
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher
2022-02-25
5
-124/+143
*
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Petr Viktorin
2022-02-25
1
-0/+2
*
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Victor Stinner
2022-02-25
1
-2/+0
*
bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
Mark Shannon
2022-02-24
3
-30/+102
*
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
Kumar Aditya
2022-02-24
1
-2/+4
*
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner
2022-02-24
2
-5/+5
*
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH...
Dennis Sweeney
2022-02-24
3
-4/+88
*
bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)
Brandt Bucher
2022-02-23
2
-42/+33
*
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner
2022-02-23
3
-12/+13
*
bpo-45885: Don't un-adapt `COMPARE_OP` when collecting stats (GH-31516)
Brandt Bucher
2022-02-23
1
-2/+8
*
bpo-46329: Fix test failure when `Py_STATS` is enabled (GH-31511)
Brandt Bucher
2022-02-23
1
-2/+1
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
6
-162/+42
*
Fix reporting of specialization stats. (GH-31503)
Mark Shannon
2022-02-22
1
-0/+2
*
Move call specializations from CALL to PRECALL. (GH-31496)
Mark Shannon
2022-02-22
3
-149/+246
*
bpo-46329: Streamline calling sequence a bit. (GH-31465)
Mark Shannon
2022-02-21
2
-134/+158
*
bpo-46329: Change calling sequence (again) (GH-31373)
Mark Shannon
2022-02-18
4
-58/+49
*
bpo-46709: check eval breaker in specialized `CALL` opcodes (GH-31404)
Nikita Sobolev
2022-02-18
1
-0/+9
*
bpo-46072: Add detailed failure stats for BINARY_OP (GH-31289)
Brandt Bucher
2022-02-16
1
-12/+103
*
bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)
Brandt Bucher
2022-02-16
3
-79/+132
*
bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)
Mark Shannon
2022-02-15
1
-0/+5
*
bpo-46541: Discover the global strings. (gh-31346)
Eric Snow
2022-02-15
4
-2/+13
*
Remove unnecessary basic block from comprehensions (GH-31263)
Brandt Bucher
2022-02-14
1
-6/+3
*
Add pair counts to stats output and summary. (GH-31324)
Mark Shannon
2022-02-14
1
-5/+11
*
Include length in stats for UNPACK_SEQUENCE. (GH-31254)
Mark Shannon
2022-02-14
2
-8/+30
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
1
-1/+1
*
bpo-45490: Rename static inline functions (GH-31217)
Victor Stinner
2022-02-11
1
-1/+1
*
bpo-45923: Add `RESUME_QUICK` (GH-31244)
Brandt Bucher
2022-02-10
3
-13/+18
*
Gather stats for PRECALL_METHOD. (GH-31259)
Mark Shannon
2022-02-10
2
-2/+14
*
bpo-46532: Reduce number of memory writes to update call_shape.kwnames. (GH-3...
Mark Shannon
2022-02-10
1
-7/+15
*
Fix sys.getdxp() when configured with --enable-pystats. (GH-31251)
Mark Shannon
2022-02-10
1
-1/+17
*
Add stats for PRECALL_FUNCTION. (GH-31250)
Mark Shannon
2022-02-10
2
-3/+34
*
bpo-46528: Attempt SWAPs at compile-time (GH-30970)
Brandt Bucher
2022-02-09
1
-0/+67
*
bpo-46528: Check PyMem_Malloc for NULL (GH-30998)
Brandt Bucher
2022-02-09
1
-8/+15
*
bpo-46072: Output stats as markdown with collapsible sections. (GH-31228)
Mark Shannon
2022-02-09
1
-189/+197
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
15
-599/+431
*
bpo-46675: Allow object value arrays and split key dictionaries larger than 1...
Mark Shannon
2022-02-08
1
-3/+2
*
bpo-46072: Merge dxpairs into py_stats. (GH-31197)
Mark Shannon
2022-02-07
2
-62/+19
*
bpo-46670: Remove unused macros in the Python directory (GH-31192)
Victor Stinner
2022-02-07
4
-29/+2
*
bpo-46670: Remove unused macros in ceval.c (GH-31196)
Victor Stinner
2022-02-07
1
-7/+2
*
bpo-46072: Improve LOAD_METHOD stats (GH-31104)
Mark Shannon
2022-02-07
1
-3/+17
*
bpo-46670: Test if a macro is defined, not its value (GH-31178)
Victor Stinner
2022-02-07
1
-1/+1
*
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...
Kumar Aditya
2022-02-04
2
-58/+41
*
Add miss stats for specialized instructions. (GH-31108)
Mark Shannon
2022-02-04
2
-27/+35
[next]