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