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
*
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
*
Collect stats for UNPACK_SEQUENCE. (GH-31105)
Mark Shannon
2022-02-03
2
-1/+22
*
Pass reference to func, as well as args, when pushing frame. (GH-31100)
Mark Shannon
2022-02-03
3
-25/+7
*
bpo-45885: Add more stats for COMPARE_OP in specialize.c (GH-31040)
Dennis Sweeney
2022-02-03
1
-2/+47
*
bpo-45773: Remove invalid peephole optimizations (GH-31066)
Brandt Bucher
2022-02-03
1
-2/+0
*
Add specialization stats for FOR_ITER. (GH-31079)
Mark Shannon
2022-02-02
2
-0/+73
*
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon
2022-02-02
4
-1/+10
*
bpo-46528: Simplify BUILD_TUPLE/UNPACK_SEQUENCE folding (GH-31039)
Brandt Bucher
2022-02-01
1
-14/+7
*
bpo-45953: Preserve backward compatibility on some PyThreadState field names....
Eric Snow
2022-02-01
1
-4/+4
*
bpo-46072: Add some object layout and allocation stats (GH-31051)
Mark Shannon
2022-02-01
1
-0/+12
*
fFx refleak in isinstance error path (GH-31005)
Ken Jin
2022-01-29
1
-0/+1
*
bpo-46072: Add simple stats for Python calls. (GH-30989)
Mark Shannon
2022-01-28
2
-0/+13
*
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Mark Shannon
2022-01-28
5
-331/+540
*
bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)
Victor Stinner
2022-01-27
1
-0/+1
*
bpo-46458: emit code for else of a try block immediately after the try body (...
Irit Katriel
2022-01-27
1
-6/+7
*
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Kumar Aditya
2022-01-27
1
-0/+1
*
bpo-46528: Simplify the VM's stack manipulations (GH-30902)
Brandt Bucher
2022-01-26
3
-200/+206
*
Use existing unbound_local_error label in DELETE_FAST opcode (GH-30882)
Kumar Aditya
2022-01-26
1
-6/+1
*
bpo-46420: Use NOTRACE_DISPATCH() in specialized opcodes (GH-30652)
Dennis Sweeney
2022-01-25
1
-26/+43
*
bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)
Mark Shannon
2022-01-24
3
-33/+39
*
bpo-46486: Fixed misspelled name DesciptorClassification
Kumar Aditya
2022-01-23
1
-8/+8
*
bpo-46417: Clear symtable identifiers at exit (GH-30809)
Victor Stinner
2022-01-22
2
-2/+19
*
bpo-46417: Clear _io module static objects at exit (GH-30807)
Victor Stinner
2022-01-22
1
-0/+6
*
bpo-46417: Clear Unicode static types at exit (GH-30806)
Victor Stinner
2022-01-22
1
-0/+1
*
bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)
Victor Stinner
2022-01-22
1
-6/+4
*
bpo-46417: Clear more static types (GH-30796)
Victor Stinner
2022-01-22
4
-43/+4
*
bpo-46417: Use _PyType_CAST() in Python directory (GH-30769)
Victor Stinner
2022-01-21
2
-4/+3
*
bpo-46417: Py_Finalize() clears static types (GH-30743)
Victor Stinner
2022-01-21
1
-0/+1
*
bpo-46417: Call _PyDebug_PrintTotalRefs() later (GH-30744)
Victor Stinner
2022-01-21
1
-6/+6
[next]