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
/
Tools
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix reporting of specialization stats. (GH-31503)
Mark Shannon
2022-02-22
1
-1/+1
*
Remove pair-counts from specialization stats. (GH-31500)
Mark Shannon
2022-02-22
1
-2/+5
*
bpo-46541: Scan Fewer Files in generate_global_objects.py (gh-31364)
Eric Snow
2022-02-16
1
-15/+19
*
bpo-46541: Drop the check for orphaned global strings. (gh-31363)
Eric Snow
2022-02-16
1
-142/+1
*
bpo-46541: Discover the global strings. (gh-31346)
Eric Snow
2022-02-15
1
-255/+74
*
Regen the global objects using PYTHON_FOR_REGEN. (gh-31344)
Eric Snow
2022-02-14
1
-1/+1
*
Add pair counts to stats output and summary. (GH-31324)
Mark Shannon
2022-02-14
1
-5/+35
*
Add stats for PRECALL_FUNCTION. (GH-31250)
Mark Shannon
2022-02-10
1
-0/+2
*
Right justify numeric columns in stats summary script. (GH-31234)
Mark Shannon
2022-02-10
1
-8/+17
*
bpo-46430: Intern strings in deep-frozen modules (GH-30683)
Kumar Aditya
2022-02-09
1
-0/+1
*
bpo-46072: Output stats as markdown with collapsible sections. (GH-31228)
Mark Shannon
2022-02-09
1
-70/+186
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-9/+486
*
Print summary stats for overall success of specialization. (GH-31211)
Mark Shannon
2022-02-08
1
-0/+32
*
bpo-46608: Fix argument parsing in freeze_modules.py (GH-31131)
Kumar Aditya
2022-02-05
1
-10/+12
*
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...
Kumar Aditya
2022-02-04
1
-16/+22
*
Add miss stats for specialized instructions. (GH-31108)
Mark Shannon
2022-02-04
1
-4/+8
*
Add specialization stats for FOR_ITER. (GH-31079)
Mark Shannon
2022-02-02
1
-1/+1
*
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon
2022-02-02
1
-0/+3
*
bpo-46072: Add some object layout and allocation stats (GH-31051)
Mark Shannon
2022-02-01
1
-1/+11
*
bpo-46072: Add simple stats for Python calls. (GH-30989)
Mark Shannon
2022-01-28
1
-0/+8
*
bpo-46449: deepfreeze get_code() now returns strong ref (GH-30987)
Kumar Aditya
2022-01-28
1
-1/+1
*
bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)
Christian Heimes
2022-01-27
1
-1/+1
*
bpo-46541: Generate the global objects initializer. (gh-30941)
Eric Snow
2022-01-27
1
-0/+124
*
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Kumar Aditya
2022-01-27
1
-0/+5
*
bpo-46471: Use single byte singletons (GH-30781)
Kumar Aditya
2022-01-23
1
-0/+2
*
bpo-46429: Merge all deepfrozen files into one (GH-30572)
Kumar Aditya
2022-01-20
2
-55/+49
*
bpo-46443: deepfreeze: use small ints and singleton zero bytes (GH-30715)
Kumar Aditya
2022-01-20
1
-0/+5
*
bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)
Dennis Sweeney
2022-01-04
1
-2/+2
*
bpo-46178: Remove/rename redundant Travis CI code (#30309)
Hugo van Kemenade
2021-12-31
1
-4/+4
*
bpo-45189: Drop the "list_frozen" command from _test_embed. (GH-30273)
Dong-hee Na
2021-12-28
1
-10/+5
*
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon
2021-12-17
1
-19/+69
*
bpo-46072: Document --enable-stats option. (GH-30139)
Mark Shannon
2021-12-16
1
-0/+0
*
bpo-46072: Add --with-pystats configure option to simplify gathering of VM st...
Mark Shannon
2021-12-15
1
-1/+1
*
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes
2021-12-13
2
-6/+18
*
bpo-43795: Document stable_abi.txt format and contents (GH-29956)
Petr Viktorin
2021-12-10
1
-0/+1
*
bpo-45654: No need to freeze types (GH-30028)
Christian Heimes
2021-12-10
1
-2/+1
*
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Kumar Aditya
2021-12-09
1
-0/+6
*
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes
2021-12-03
2
-2/+6
*
bpo-45019: Cleanup module freezing and deepfreeze (#29772)
Kumar Aditya
2021-11-26
1
-40/+28
*
Fix typo in freeze_modules (#29744)
Kumar Aditya
2021-11-24
1
-1/+1
*
bpo-45020: Fix strict-prototypes warning (GH-29755)
Christian Heimes
2021-11-24
1
-1/+1
*
bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)
Christian Heimes
2021-11-24
1
-2/+2
*
bpo-45873: Restore Python 3.6 compatibility (GH-29730)
Christian Heimes
2021-11-23
1
-1/+7
*
bpo-45873: Get rid of bootstrap_python (#29717)
Guido van Rossum
2021-11-23
3
-264/+170
*
bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
Neil Schemenauer
2021-11-23
1
-3/+6
*
bpo-45850: Implement deep-freeze on Windows (#29648)
Guido van Rossum
2021-11-22
4
-13/+416
*
bpo-45636: Merge all numeric operators (GH-29482)
Brandt Bucher
2021-11-11
1
-7/+12
*
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum
2021-11-11
2
-10/+474
*
bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358)
Christian Heimes
2021-11-02
1
-1/+5
*
bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...
Eric Snow
2021-10-28
1
-19/+44
[next]