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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
bpo-36876: Make sure the c-analyzer is checking all the source files.' (gh-31...
Eric Snow
2022-02-10
5
-22/+159
*
Allow the parser to avoid nested processing of invalid rules (GH-31252)
Pablo Galindo Salgado
2022-02-10
1
-2/+15
*
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-36876: Minor cleanup to c-analyzer "ignored" data.' (gh-31239)
Eric Snow
2022-02-10
3
-512/+260
*
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-36876: Update the c-analyzer whitelist. (gh-31225)
Eric Snow
2022-02-09
4
-2010/+2364
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
2
-11/+486
*
bpo-45952: Get the C analyzer tool working again. (gh-31220)
Eric Snow
2022-02-08
1
-0/+1
*
bpo-45952: Get the C analyzer tool working again. (gh-31219)
Eric Snow
2022-02-08
1
-0/+3
*
Print summary stats for overall success of specialization. (GH-31211)
Mark Shannon
2022-02-08
1
-0/+32
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
2
-23/+109
*
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
2
-22/+28
*
Add miss stats for specialized instructions. (GH-31108)
Mark Shannon
2022-02-04
1
-4/+8
*
Optimize images by IMGbot (GH-21348)
Manish Kumar ⛄
2022-02-04
1
-0/+0
*
bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator...
Gregory P. Smith
2022-02-02
1
-0/+10
*
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-33125: Enables building traditional installer for Windows ARM64 (GH-30885)
Steve Dower
2022-01-28
38
-95/+242
*
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-40280: Get help() working and more (GH-30858)
Christian Heimes
2022-01-24
1
-1/+5
*
bpo-46471: Use single byte singletons (GH-30781)
Kumar Aditya
2022-01-23
1
-0/+2
*
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes
2022-01-20
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-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
bneuburg
2022-01-18
8
-3/+93
*
bpo-40280: Block more syscalls that are causing crashes in tests (GH-30601)
Christian Heimes
2022-01-14
1
-3/+9
*
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes
2022-01-13
1
-0/+17
*
bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552)
Christian Heimes
2022-01-12
2
-1/+22
*
bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494)
Ethan Smith
2022-01-09
1
-1/+1
*
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
Brandt Bucher
2022-01-05
1
-5/+5
*
bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)
Dennis Sweeney
2022-01-04
1
-2/+2
*
bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4c
Pablo Galindo Salgado
2022-01-03
1
-4/+11
*
Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG p...
Pablo Galindo Salgado
2022-01-03
1
-11/+4
*
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-46106: Update OpenSSL to 1.1.1m (GH-30211)
Kumar Aditya
2021-12-22
1
-1/+1
*
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (G...
Pablo Galindo Salgado
2021-12-20
1
-4/+11
[next]