summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)Irit Katriel2023-03-312-3/+5
* gh-102110: Add all tools description missed (GH-102625)Missoupro2023-03-302-3/+32
* gh-90110: Bring the whitelists up to date. (gh-103114)Eric Snow2023-03-292-2/+3
* GH-102973: add a dev container (GH-102975)Brett Cannon2023-03-291-0/+1
* gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)Eric Snow2023-03-281-2/+2
* GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)Brandt Bucher2023-03-232-3/+0
* gh-102033: Fix syntax error in `Tools/c-analyzer` (GH-102066)Nikita Sobolev2023-03-2214-335/+3
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-222-13/+23
* gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)Eric Snow2023-03-201-1/+1
* gh-102781: fix cwd dependence in cases generator (#102782)Carl Meyer2023-03-171-1/+3
* gh-102737: Un-ignore ceval.c in the CI globals check (gh-102745)Eric Snow2023-03-162-7/+7
* gh-102738: remove from cases generator the code related to register instructi...Irit Katriel2023-03-151-126/+64
* Exclude `ceval.c` from the C-analyzer tool (#102735)Alex Waygood2023-03-151-0/+5
* gh-102654: Insert #line directives in generated_cases.c.h (#102669)Guido van Rossum2023-03-151-16/+73
* gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)Eric Snow2023-03-145-20/+81
* GH-94851: check unicode consistency of static strings in debug mode (#102684)Kumar Aditya2023-03-141-0/+1
* gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505)Eric Snow2023-03-0915-0/+2301
* gh-102507 Remove invisible pagebreak characters (#102531)JosephSBoyle2023-03-081-7/+4
* gh-90110: Fix the c-analyzer Tool (#102483)Eric Snow2023-03-076-21/+70
* gh-102416: Do not memoize incorrectly loop rules in the parser (#102467)Pablo Galindo Salgado2023-03-061-2/+3
* gh-102021 : Allow multiple input files for interpreter loop generator (#102022)Jacob Bower2023-03-043-36/+98
* GH-102305: Expand some macros in generated_cases.c.h (#102309)Guido van Rossum2023-02-281-27/+21
* gh-102151: Correctly fetch CONFIG_ARGS in Tools/freeze/test/freeze.py (#102152)Erlend E. Aasland2023-02-231-1/+1
* gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)Steve Dower2023-02-201-3/+4
* gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)Erlend E. Aasland2023-02-201-8/+0
* gh-99138: Isolate _zoneinfo (#99218)Erlend E. Aasland2023-02-151-11/+0
* gh-101849: Add upgrade codes for old versions of launcher that ended up with ...Steve Dower2023-02-132-1/+22
* gh-89792: Limit test_tools freeze test build parallelism based on the number ...Gregory P. Smith2023-02-121-3/+12
* gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (#...Gregory P. Smith2023-02-121-1/+13
* gh-101277: Finalise isolating itertools (GH-101305)Erlend E. Aasland2023-02-101-22/+0
* gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Gregory P. Smith2023-02-091-2/+2
* gh-98831: Use opcode metadata for stack_effect() (#101704)Guido van Rossum2023-02-091-19/+25
* gh-98831: Modernize CALL and family (#101508)Guido van Rossum2023-02-081-5/+16
* gh-98831: Modernize CALL_FUNCTION_EX (#101627)Guido van Rossum2023-02-082-5/+19
* gh-98831: Modernize FORMAT_VALUE (#101628)Guido van Rossum2023-02-082-5/+12
* gh-98831: Finish the UNPACK_SEQUENCE family (#101666)Guido van Rossum2023-02-072-18/+26
* gh-98831: Move DSL documentation here from ideas repo (#101629)Guido van Rossum2023-02-072-3/+415
* gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)Eric Snow2023-02-041-0/+1
* gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction defi...Irit Katriel2023-02-011-1/+1
* gh-101409: Improve generated clinic code for self type checks (#101411)Erlend E. Aasland2023-01-311-10/+12
* gh-98831: Clean up and add cache size static_assert to macro (#101442)Guido van Rossum2023-01-312-4/+24
* GH-101369: Allow macros as family members (#101399)Guido van Rossum2023-01-302-36/+93
* GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...Mark Shannon2023-01-301-1/+1
* gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)Guido van Rossum2023-01-303-69/+159
* gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)Steve Dower2023-01-261-0/+3
* gh-98831: Fix two bugs in case generator (#101349)Guido van Rossum2023-01-262-5/+8
* gh-98831: rewrite RAISE_VARARGS in the instruction definition DSL (#101306)Irit Katriel2023-01-251-2/+4
* gh-98831: add variable stack effect support to cases generator (#101309)Irit Katriel2023-01-251-18/+60
* Add advice how to freeze fewer modules (#101298)Guido van Rossum2023-01-251-1/+6
* GH-98831: Elaborate some cases_generator tests (#101299)Guido van Rossum2023-01-251-13/+41