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
*
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon
2023-01-16
1
-0/+2
*
Don't double count misses. (GH-100984)
Mark Shannon
2023-01-13
1
-0/+3
*
GH-99770: Make the correct call specialization fail kind show up in the stats...
penguin_wwy
2022-12-22
1
-1/+1
*
Assorted minor fixes for specialization stats. (GH-100219)
Mark Shannon
2022-12-14
1
-10/+5
*
GH-100143: Improve collecting pystats for parts of runs (GH-100144)
Michael Droettboom
2022-12-12
1
-19/+29
*
GH-100026: Include the number of raw input files in summarize_stats.py (GH-10...
Michael Droettboom
2022-12-06
1
-0/+4
*
GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)
Michael Droettboom
2022-11-30
1
-3/+3
*
Support comparing two sets of pystats (GH-98816)
Michael Droettboom
2022-11-04
1
-122/+364
*
gh-90716: add _pylong.py module (#96673)
Neil Schemenauer
2022-10-26
1
-0/+56
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
16
-4511/+0
*
gh-97669: Remove Tools/scripts/startuptime.py (#98214)
Victor Stinner
2022-10-12
1
-22/+0
*
gh-97669: Create Tools/patchcheck/ directory (#98186)
Victor Stinner
2022-10-12
4
-703/+0
*
gh-97669: Remove abitype.py and pep384_macrocheck.py (#98165)
Victor Stinner
2022-10-11
3
-351/+0
*
gh-97669: Remove outdated example scripts (#97675) (#98167)
Victor Stinner
2022-10-11
6
-576/+0
*
gh-95756: Lazily created cached co_* attrs (GH-97791)
Ken Jin
2022-10-11
1
-1/+1
*
gh-68686: Retire eptag ptag scripts (#98064)
Joannah Nanjekye
2022-10-08
3
-112/+0
*
gh-97669: Move difflib examples to Doc/includes/ (#97964)
Victor Stinner
2022-10-07
2
-193/+0
*
gh-97008: Add a Python implementation of AttributeError and NameError suggest...
Ćukasz Langa
2022-10-04
1
-0/+70
*
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Victor Stinner
2022-10-04
2
-130/+0
*
gh-97669: Remove outdated example scripts (#97675)
Victor Stinner
2022-10-04
40
-6538/+1
*
gh-97612: Fix shell injection in get-remote-certificate.py (#97613)
Victor Stinner
2022-09-28
1
-18/+7
*
GH-90699: use statically allocated interned strings in typeobject's slotdefs ...
Kumar Aditya
2022-09-07
1
-2/+34
*
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Kumar Aditya
2022-09-03
2
-2/+8
*
GH-94851: check refcnt of immortal objects after finalization (GH-95001)
Kumar Aditya
2022-07-25
1
-0/+19
*
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
Brandt Bucher
2022-07-22
1
-7/+0
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
2
-19/+3
*
gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)
Christian Heimes
2022-07-12
1
-1/+6
*
GH-90699: Intern statically allocated strings (GH-93597)
Kumar Aditya
2022-07-08
1
-4/+10
*
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH...
Kumar Aditya
2022-07-07
1
-1/+1
*
gh-93939: Add script to check extension modules (#94545)
Christian Heimes
2022-07-05
2
-40/+496
*
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel
2022-07-01
1
-14/+36
*
gh-93939: Create and install scripts in Makefile (GH-94324)
Christian Heimes
2022-06-28
2
-2/+2
*
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
Mark Shannon
2022-06-27
1
-6/+7
*
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Ken Jin
2022-06-24
1
-0/+1
*
gh-93771: Clarify how deepfreeze.py is run (#94150)
Guido van Rossum
2022-06-23
1
-2/+4
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
5
-5/+0
*
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)
Illia Volochii
2022-06-22
1
-0/+98
*
Stats: Add summary of top instructions for misses and deferred specialization...
Mark Shannon
2022-06-22
1
-2/+20
*
gh-82927: Update files related to HTML entities. (GH-92504)
Ezio Melotti
2022-06-21
2
-73/+18
*
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
Victor Stinner
2022-06-21
1
-1/+0
*
GH-93516: Speedup line number checks when tracing. (GH-93763)
Mark Shannon
2022-06-20
1
-0/+2
*
GH-93897: Store frame size in code object and de-opt if insufficient space on...
Mark Shannon
2022-06-20
1
-0/+2
*
Include freelists in allocation total. (GH-93799)
Mark Shannon
2022-06-14
1
-1/+1
*
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
Mark Shannon
2022-06-14
1
-0/+7
*
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
Christian Heimes
2022-06-13
1
-2/+2
*
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
Christian Heimes
2022-06-11
1
-4/+42
*
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...
Mark Shannon
2022-05-27
1
-5/+12
*
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Mark Shannon
2022-05-18
1
-0/+6
*
Summarize stats: Increase number of predecessor/successor pairs shown from 3 ...
Mark Shannon
2022-05-17
1
-3/+3
*
Improve object stats (#92845)
Mark Shannon
2022-05-16
1
-5/+13
[next]