summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)Mark Shannon2023-01-161-0/+2
* Don't double count misses. (GH-100984)Mark Shannon2023-01-131-0/+3
* GH-99770: Make the correct call specialization fail kind show up in the stats...penguin_wwy2022-12-221-1/+1
* Assorted minor fixes for specialization stats. (GH-100219)Mark Shannon2022-12-141-10/+5
* GH-100143: Improve collecting pystats for parts of runs (GH-100144)Michael Droettboom2022-12-121-19/+29
* GH-100026: Include the number of raw input files in summarize_stats.py (GH-10...Michael Droettboom2022-12-061-0/+4
* GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)Michael Droettboom2022-11-301-3/+3
* Support comparing two sets of pystats (GH-98816)Michael Droettboom2022-11-041-122/+364
* gh-90716: add _pylong.py module (#96673)Neil Schemenauer2022-10-261-0/+56
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-1716-4511/+0
* gh-97669: Remove Tools/scripts/startuptime.py (#98214)Victor Stinner2022-10-121-22/+0
* gh-97669: Create Tools/patchcheck/ directory (#98186)Victor Stinner2022-10-124-703/+0
* gh-97669: Remove abitype.py and pep384_macrocheck.py (#98165)Victor Stinner2022-10-113-351/+0
* gh-97669: Remove outdated example scripts (#97675) (#98167)Victor Stinner2022-10-116-576/+0
* gh-95756: Lazily created cached co_* attrs (GH-97791)Ken Jin2022-10-111-1/+1
* gh-68686: Retire eptag ptag scripts (#98064)Joannah Nanjekye2022-10-083-112/+0
* gh-97669: Move difflib examples to Doc/includes/ (#97964)Victor Stinner2022-10-072-193/+0
* gh-97008: Add a Python implementation of AttributeError and NameError suggest...Ɓukasz Langa2022-10-041-0/+70
* gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)Victor Stinner2022-10-042-130/+0
* gh-97669: Remove outdated example scripts (#97675)Victor Stinner2022-10-0440-6538/+1
* gh-97612: Fix shell injection in get-remote-certificate.py (#97613)Victor Stinner2022-09-281-18/+7
* GH-90699: use statically allocated interned strings in typeobject's slotdefs ...Kumar Aditya2022-09-071-2/+34
* GH-96458: Statically initialize utf8 representation of static strings (#96481)Kumar Aditya2022-09-032-2/+8
* GH-94851: check refcnt of immortal objects after finalization (GH-95001)Kumar Aditya2022-07-251-0/+19
* GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)Brandt Bucher2022-07-221-7/+0
* gh-93939: Build C extensions without setup.py (GH-94474)Christian Heimes2022-07-142-19/+3
* gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)Christian Heimes2022-07-121-1/+6
* GH-90699: Intern statically allocated strings (GH-93597)Kumar Aditya2022-07-081-4/+10
* GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH...Kumar Aditya2022-07-071-1/+1
* gh-93939: Add script to check extension modules (#94545)Christian Heimes2022-07-052-40/+496
* gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)Irit Katriel2022-07-011-14/+36
* gh-93939: Create and install scripts in Makefile (GH-94324)Christian Heimes2022-06-282-2/+2
* GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)Mark Shannon2022-06-271-6/+7
* gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)Ken Jin2022-06-241-0/+1
* gh-93771: Clarify how deepfreeze.py is run (#94150)Guido van Rossum2022-06-231-2/+4
* gh-84623: Remove unused imports (#94132)Victor Stinner2022-06-225-5/+0
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)Illia Volochii2022-06-221-0/+98
* Stats: Add summary of top instructions for misses and deferred specialization...Mark Shannon2022-06-221-2/+20
* gh-82927: Update files related to HTML entities. (GH-92504)Ezio Melotti2022-06-212-73/+18
* gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)Victor Stinner2022-06-211-1/+0
* GH-93516: Speedup line number checks when tracing. (GH-93763)Mark Shannon2022-06-201-0/+2
* GH-93897: Store frame size in code object and de-opt if insufficient space on...Mark Shannon2022-06-201-0/+2
* Include freelists in allocation total. (GH-93799)Mark Shannon2022-06-141-1/+1
* GH-93516: Store offset of first traceable instruction in code object (GH-93769)Mark Shannon2022-06-141-0/+7
* gh-84461: Fix parallel testing on WebAssembly (GH-93768)Christian Heimes2022-06-131-2/+2
* gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)Christian Heimes2022-06-111-4/+42
* GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...Mark Shannon2022-05-271-5/+12
* Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)Mark Shannon2022-05-181-0/+6
* Summarize stats: Increase number of predecessor/successor pairs shown from 3 ...Mark Shannon2022-05-171-3/+3
* Improve object stats (#92845)Mark Shannon2022-05-161-5/+13