summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
...
* gh-104683: Argument clinic: use an enum to describe the different kinds of fu...Alex Waygood2023-07-131-25/+44
* gh-106701: Move the hand-written Tier 2 uops to bytecodes.c (#106702)Guido van Rossum2023-07-131-4/+8
* GH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro-ops (GH-106678)Mark Shannon2023-07-131-13/+1
* gh-104050: Argument Clinic: Annotate nested function parser_body() in the CLa...Erlend E. Aasland2023-07-121-8/+10
* gh-104683: Argument clinic: modernise `cpp.Monitor` (#106698)Alex Waygood2023-07-121-13/+14
* gh-104050: Argument clinic: Annotate the `Destination` class (#106655)Alex Waygood2023-07-121-17/+22
* gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_me...Irit Katriel2023-07-121-1/+1
* gh-104683: Argument clinic: Minor readability improvements for `Destination._...Alex Waygood2023-07-111-5/+8
* gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source direc...Ijtaba Hussain2023-07-111-1/+1
* gh-104050: Argument Clinic: Annotate the `Block` class (#106519)Alex Waygood2023-07-111-15/+17
* gh-106529: Support JUMP_BACKWARD in Tier 2 (uops) (#106543)Guido van Rossum2023-07-111-0/+1
* wasm: do not use inline comment in .editorconfig (#106610)Eisuke Kawashima2023-07-111-1/+2
* gh-106360: remove redundant #ifdef (#106622)Irit Katriel2023-07-111-4/+2
* gh-106078: Move external C-API functions to decimal module global state (#106...Charlie Zhao2023-07-111-6/+0
* gh-106529: Implement POP_JUMP_IF_XXX uops (#106551)Guido van Rossum2023-07-101-0/+5
* gh-106078: Move static variables initialized once to decimal module global st...Charlie Zhao2023-07-101-3/+0
* gh-106078: Move static objects related to `CONTEXTVAR` to the decimal module ...Charlie Zhao2023-07-081-1/+0
* gh-104584: Allow unspecialized instructions in superblocks (#106497)Guido van Rossum2023-07-071-2/+24
* gh-104584: Move super-instruction special-casing to generator (#106500)Guido van Rossum2023-07-071-2/+59
* gh-104683: clinic.py: refactor `Parameter` and `Function` as dataclasses (#10...Alex Waygood2023-07-071-86/+57
* gh-104683: clinic.py: refactor four simple classes as dataclasses (#106476)Alex Waygood2023-07-061-31/+20
* gh-104683: clinic.py: Don't needlessly reimplement `contextlib.redirect_stdou...Alex Waygood2023-07-061-18/+2
* 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