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-46744: Move Windows ARM64 installation directory to correct ProgramFiles ...
Steve Dower
2022-03-04
2
-38/+1
*
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki
2022-03-01
1
-7/+4
*
bpo-46712: Let generate_global_objects.py Run on Earlier Python Versions (gh-...
Eric Snow
2022-03-01
1
-1/+1
*
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Eric Snow
2022-02-28
2
-0/+5
*
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
Mark Shannon
2022-02-28
1
-8/+9
*
bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574)
Steve Dower
2022-02-28
3
-11/+3
*
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Kumar Aditya
2022-02-26
1
-3/+5
*
bpo-46712: Share global string identifiers in deepfreeze (GH-31261)
Kumar Aditya
2022-02-25
2
-6/+13
*
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher
2022-02-25
1
-1/+8
*
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Petr Viktorin
2022-02-25
1
-2/+2
*
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
Kumar Aditya
2022-02-24
1
-1/+5
*
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner
2022-02-24
1
-2/+1
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
2
-89/+2
*
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
*
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
[next]