summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* gh-104050: Argument Clinic: Increase typing coverage (#107074)Erlend E. Aasland2023-07-221-13/+22
* gh-106320: Remove private _PyInterpreterID C API (#107053)Victor Stinner2023-07-221-1/+0
* gh-104050: Argument Clinic: Annotate the BufferSeries class (#106935)Erlend E. Aasland2023-07-221-5/+5
* gh-106970: Fix Argument Clinic 'destination <name> clear' command (#106972)Erlend E. Aasland2023-07-221-8/+8
* gh-104050: Argument Clinic: Annotate the IndentStack class (#106934)Erlend E. Aasland2023-07-201-5/+5
* gh-105540: Show source files relative to root (#106927)Guido van Rossum2023-07-201-4/+10
* gh-104050: Argument Clinic: Increase CConverter typing coverage (#106932)Erlend E. Aasland2023-07-201-13/+16
* gh-104050: Argument Clinic: Annotate CLanguage.render_option_group_parsing() ...Erlend E. Aasland2023-07-201-14/+20
* GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)Brandt Bucher2023-07-201-1/+1
* gh-105481: do not auto-generate pycore_intrinsics.h (#106913)Irit Katriel2023-07-201-34/+3
* GH-104584: Miscellaneous fixes for -Xuops (GH-106908)Brandt Bucher2023-07-201-0/+2
* gh-106078: Prepare to isolate decimal module (#106880)Charlie Zhao2023-07-201-2/+2
* gh-105481: Generate the opcode lists in dis from data extracted from bytecode...Irit Katriel2023-07-182-7/+12
* Small fixes to code generator (#106845)Guido van Rossum2023-07-181-5/+5
* gh-104683: Argument Clinic: Modernise parse_special_symbol() (#106837)Erlend E. Aasland2023-07-171-56/+80
* gh-106603: Make uop struct a triple (opcode, oparg, operand) (#106794)Guido van Rossum2023-07-171-11/+4
* gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)Guido van Rossum2023-07-171-4/+10
* gh-104050: Improve Argument Clinic type annotation coverage (#106810)Erlend E. Aasland2023-07-171-18/+31
* gh-106797: Remove warning logs from Python/generated_cases.c.h (gh-106798)Dong-hee Na2023-07-171-3/+11
* gh-104050: Argument Clinic: Annotate Clinic.parse() (#106760)Erlend E. Aasland2023-07-171-4/+13
* gh-105540: Convert `pytest` tests of `cases_generator` to regular tests (#106...Nikita Sobolev2023-07-162-498/+16
* gh-106706: Streamline family syntax in cases generator DSL (#106716)Kevin Diem2023-07-163-16/+15
* gh-104050: Argument Clinic: Annotate BlockParser (#106750)Erlend E. Aasland2023-07-151-11/+19
* gh-105481: expose opcode metadata via the _opcode module (#106688)Irit Katriel2023-07-141-7/+25
* gh-104050: Argument Clinic: Annotate `output_templates()` (#106732)Erlend E. Aasland2023-07-141-6/+12
* 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