index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-104050: Argument Clinic: Increase typing coverage (#107074)
Erlend E. Aasland
2023-07-22
1
-13/+22
*
gh-106320: Remove private _PyInterpreterID C API (#107053)
Victor Stinner
2023-07-22
1
-1/+0
*
gh-104050: Argument Clinic: Annotate the BufferSeries class (#106935)
Erlend E. Aasland
2023-07-22
1
-5/+5
*
gh-106970: Fix Argument Clinic 'destination <name> clear' command (#106972)
Erlend E. Aasland
2023-07-22
1
-8/+8
*
gh-104050: Argument Clinic: Annotate the IndentStack class (#106934)
Erlend E. Aasland
2023-07-20
1
-5/+5
*
gh-105540: Show source files relative to root (#106927)
Guido van Rossum
2023-07-20
1
-4/+10
*
gh-104050: Argument Clinic: Increase CConverter typing coverage (#106932)
Erlend E. Aasland
2023-07-20
1
-13/+16
*
gh-104050: Argument Clinic: Annotate CLanguage.render_option_group_parsing() ...
Erlend E. Aasland
2023-07-20
1
-14/+20
*
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher
2023-07-20
1
-1/+1
*
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
Irit Katriel
2023-07-20
1
-34/+3
*
GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
Brandt Bucher
2023-07-20
1
-0/+2
*
gh-106078: Prepare to isolate decimal module (#106880)
Charlie Zhao
2023-07-20
1
-2/+2
*
gh-105481: Generate the opcode lists in dis from data extracted from bytecode...
Irit Katriel
2023-07-18
2
-7/+12
*
Small fixes to code generator (#106845)
Guido van Rossum
2023-07-18
1
-5/+5
*
gh-104683: Argument Clinic: Modernise parse_special_symbol() (#106837)
Erlend E. Aasland
2023-07-17
1
-56/+80
*
gh-106603: Make uop struct a triple (opcode, oparg, operand) (#106794)
Guido van Rossum
2023-07-17
1
-11/+4
*
gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)
Guido van Rossum
2023-07-17
1
-4/+10
*
gh-104050: Improve Argument Clinic type annotation coverage (#106810)
Erlend E. Aasland
2023-07-17
1
-18/+31
*
gh-106797: Remove warning logs from Python/generated_cases.c.h (gh-106798)
Dong-hee Na
2023-07-17
1
-3/+11
*
gh-104050: Argument Clinic: Annotate Clinic.parse() (#106760)
Erlend E. Aasland
2023-07-17
1
-4/+13
*
gh-105540: Convert `pytest` tests of `cases_generator` to regular tests (#106...
Nikita Sobolev
2023-07-16
2
-498/+16
*
gh-106706: Streamline family syntax in cases generator DSL (#106716)
Kevin Diem
2023-07-16
3
-16/+15
*
gh-104050: Argument Clinic: Annotate BlockParser (#106750)
Erlend E. Aasland
2023-07-15
1
-11/+19
*
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel
2023-07-14
1
-7/+25
*
gh-104050: Argument Clinic: Annotate `output_templates()` (#106732)
Erlend E. Aasland
2023-07-14
1
-6/+12
*
gh-104683: Argument clinic: use an enum to describe the different kinds of fu...
Alex Waygood
2023-07-13
1
-25/+44
*
gh-106701: Move the hand-written Tier 2 uops to bytecodes.c (#106702)
Guido van Rossum
2023-07-13
1
-4/+8
*
GH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro-ops (GH-106678)
Mark Shannon
2023-07-13
1
-13/+1
*
gh-104050: Argument Clinic: Annotate nested function parser_body() in the CLa...
Erlend E. Aasland
2023-07-12
1
-8/+10
*
gh-104683: Argument clinic: modernise `cpp.Monitor` (#106698)
Alex Waygood
2023-07-12
1
-13/+14
*
gh-104050: Argument clinic: Annotate the `Destination` class (#106655)
Alex Waygood
2023-07-12
1
-17/+22
*
gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_me...
Irit Katriel
2023-07-12
1
-1/+1
*
gh-104683: Argument clinic: Minor readability improvements for `Destination._...
Alex Waygood
2023-07-11
1
-5/+8
*
gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source direc...
Ijtaba Hussain
2023-07-11
1
-1/+1
*
gh-104050: Argument Clinic: Annotate the `Block` class (#106519)
Alex Waygood
2023-07-11
1
-15/+17
*
gh-106529: Support JUMP_BACKWARD in Tier 2 (uops) (#106543)
Guido van Rossum
2023-07-11
1
-0/+1
*
wasm: do not use inline comment in .editorconfig (#106610)
Eisuke Kawashima
2023-07-11
1
-1/+2
*
gh-106360: remove redundant #ifdef (#106622)
Irit Katriel
2023-07-11
1
-4/+2
*
gh-106078: Move external C-API functions to decimal module global state (#106...
Charlie Zhao
2023-07-11
1
-6/+0
*
gh-106529: Implement POP_JUMP_IF_XXX uops (#106551)
Guido van Rossum
2023-07-10
1
-0/+5
*
gh-106078: Move static variables initialized once to decimal module global st...
Charlie Zhao
2023-07-10
1
-3/+0
*
gh-106078: Move static objects related to `CONTEXTVAR` to the decimal module ...
Charlie Zhao
2023-07-08
1
-1/+0
*
gh-104584: Allow unspecialized instructions in superblocks (#106497)
Guido van Rossum
2023-07-07
1
-2/+24
*
gh-104584: Move super-instruction special-casing to generator (#106500)
Guido van Rossum
2023-07-07
1
-2/+59
*
gh-104683: clinic.py: refactor `Parameter` and `Function` as dataclasses (#10...
Alex Waygood
2023-07-07
1
-86/+57
*
gh-104683: clinic.py: refactor four simple classes as dataclasses (#106476)
Alex Waygood
2023-07-06
1
-31/+20
*
gh-104683: clinic.py: Don't needlessly reimplement `contextlib.redirect_stdou...
Alex Waygood
2023-07-06
1
-18/+2
*
gh-64595: Fix regression in file write logic in Argument Clinic (#106449)
Erlend E. Aasland
2023-07-05
1
-23/+12
*
gh-104050: Partially annotate Argument Clinic CLanguage class (#106437)
Erlend E. Aasland
2023-07-04
1
-6/+19
*
gh-104050: Annotate Argument Clinic parameter permutation helpers (#106431)
Erlend E. Aasland
2023-07-04
1
-7/+24
[next]