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-109373: Store metadata required for pystats comparison in the JSON (GH-109...
Michael Droettboom
2023-09-15
1
-32/+65
*
GH-109330: Dump and compare stats using opcode names, not numbers (GH-109335)
Michael Droettboom
2023-09-12
1
-45/+27
*
gh-109136: Fix summarize_stats.py tool (#109137)
Michael Droettboom
2023-09-08
1
-1/+1
*
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...
Irit Katriel
2023-08-16
1
-2/+2
*
Add some GC stats to Py_STATS (GH-107581)
Mark Shannon
2023-08-04
1
-0/+34
*
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner
2023-05-23
2
-6/+0
*
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
Carl Meyer
2023-05-11
1
-3/+5
*
GH-102181: Improve specialization stats for SEND (GH-102182)
penguin_wwy
2023-05-10
1
-0/+2
*
gh-102110: Add all tools description missed (GH-102625)
Missoupro
2023-03-30
1
-2/+8
*
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher
2023-03-23
1
-2/+0
*
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
[next]