summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* gh-64595: Fix regression in file write logic in Argument Clinic (#106449)Erlend E. Aasland2023-07-051-23/+12
* gh-104050: Partially annotate Argument Clinic CLanguage class (#106437)Erlend E. Aasland2023-07-041-6/+19
* gh-104050: Annotate Argument Clinic parameter permutation helpers (#106431)Erlend E. Aasland2023-07-041-7/+24
* gh-104050: Annotate toplevel functions in clinic.py (#106435)Erlend E. Aasland2023-07-041-16/+47
* GH-106360: Support very basic superblock introspection (#106422)Mark Shannon2023-07-042-7/+6
* gh-106368: Add tests for permutation helpers in Argument Clinic (#106407)Erlend E. Aasland2023-07-041-2/+2
* gh-104050: Annotate more Argument Clinic DSLParser state methods (#106376)Erlend E. Aasland2023-07-031-9/+19
* gh-104683: Modernise Argument Clinic parameter state machine (#106362)Erlend E. Aasland2023-07-031-51/+78
* gh-106078: Move `context template` to decimal module global state (#106346)Charlie Zhao2023-07-031-3/+0
* gh-106290: Fix edge cases around uops (#106319)Guido van Rossum2023-07-031-5/+9
* gh-104050: Add more type hints to Argument Clinic DSLParser() (#106354)Erlend E. Aasland2023-07-031-8/+11
* gh-106359: Fix corner case bugs in Argument Clinic converter parser (#106361)Erlend E. Aasland2023-07-031-7/+9
* gh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser (#106358)Erlend E. Aasland2023-07-031-1/+0
* gh-104050: Annotate Argument Clinic DSLParser attributes (#106357)Erlend E. Aasland2023-07-031-1/+14
* gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)Victor Stinner2023-07-031-3/+9
* gh-104050: Add more type hints to Argument Clinic DSLParser() (#106343)Erlend E. Aasland2023-07-021-11/+22
* gh-106078: Move DecimalException to _decimal state (#106301)Charlie Zhao2023-07-021-1/+0
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-012-2/+8
* gh-106149: move unconditional jump direction resolution from optimizer to ass...Irit Katriel2023-07-011-2/+2
* build(deps-dev): bump mypy from 1.3.0 to 1.4.1 in /Tools/clinic (#106305)dependabot[bot]2023-07-011-1/+1
* gh-106267: Add type cast to generated code (#106289)Kirill Podoprigora2023-06-301-1/+1
* GH-106250: Support insts using one cache entry and no oparg (GH-106252)Guido van Rossum2023-06-291-18/+18
* gh-106078: Convert `_decimal` types to heap types (#106079)Charlie Zhao2023-06-291-6/+1
* gh-104584: Emit macro expansions to opcode_metadata.h (#106163)Guido van Rossum2023-06-281-72/+113
* gh-106200: Remove unused imports (#106201)Nikita Sobolev2023-06-281-1/+0
* Fix c-analyzer for GCC: ignore LANG env var (#106173)Victor Stinner2023-06-281-1/+7
* gh-104584: Add #line directives to executor_cases.c.h (#106126)Guido van Rossum2023-06-271-1/+1
* gh-104584: Baby steps towards generating and executing traces (#105924)Guido van Rossum2023-06-275-22/+180
* gh-101538: Add experimental wasi-threads build (#101537)YAMAMOTO Takashi2023-06-221-1/+7
* gh-105481: refactor instr flag related code into a new InstructionFlags class...Irit Katriel2023-06-211-36/+78
* make regen-stdlib-module-names rejects test modules (#105921)Victor Stinner2023-06-201-2/+17
* gh-105481: generate _specializations and _specialized_instructions from bytec...Irit Katriel2023-06-192-26/+80
* gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...Irit Katriel2023-06-171-30/+0
* gh-105481: add HAS_JUMP flag to opcode metadata (#105791)Irit Katriel2023-06-141-1/+2
* gh-104909: Implement conditional stack effects for macros (#105748)Guido van Rossum2023-06-142-13/+80
* gh-105481: Fix types and a bug for pseudos (#105788)Guido van Rossum2023-06-141-3/+4
* Update DSL docs for cases generator (#105753)Guido van Rossum2023-06-141-44/+60
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-142-9/+17
* gdb libpython.py: Remove compatibility code (#105739)Victor Stinner2023-06-141-47/+22
* gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740)Eric Snow2023-06-143-1/+9
* gh-98040: Fix importbench: use types.ModuleType() (#105743)Victor Stinner2023-06-131-1/+2
* gh-104812: Run Pending Calls in any Thread (gh-104813)Eric Snow2023-06-131-0/+1
* gh-105481: add flags to each instr in the opcode metadata table, to replace o...Irit Katriel2023-06-131-14/+52
* gh-105540: Fix code generator tests (#105707)Guido van Rossum2023-06-121-128/+47
* Remove support for legacy bytecode instructions (#105705)Guido van Rossum2023-06-123-22/+3
* gh-105229: Remove syntactic support for super-instructions (#105703)Guido van Rossum2023-06-122-143/+38
* gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)Irit Katriel2023-06-112-10/+111
* gh-104610: Stop looking for PREDICT() in the cases generator (#105459)Guido van Rossum2023-06-071-16/+5
* gh-105407: Remove unused imports in Tools/c-analyzer/ (#105410)Victor Stinner2023-06-066-6/+2
* gh-105407: Remove unused imports in tools (#105409)Victor Stinner2023-06-062-3/+0