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
*
Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh-112122)
Nikita Sobolev
2023-11-16
1
-1/+0
*
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
Victor Stinner
2023-11-15
1
-0/+31
*
GH-111848: Set the IP when de-optimizing (GH-112065)
Mark Shannon
2023-11-15
1
-6/+29
*
gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904)
Sam Gross
2023-11-14
1
-5/+27
*
GH-111520: Add back the operand local (GH-111813)
Brandt Bucher
2023-11-14
1
-1/+1
*
Bump mypy to 1.7.0 (#111961)
Alex Waygood
2023-11-10
2
-4/+2
*
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon
2023-11-09
2
-1/+55
*
GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_...
Mark Shannon
2023-11-08
2
-2/+2
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-4/+16
*
GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...
Mark Shannon
2023-11-07
5
-27/+44
*
gh-96954: use a directed acyclic word graph for storing the unicodedata codep...
CF Bolz-Tereick
2023-11-04
2
-218/+547
*
Add a fuzz target for `_elementtree.XMLParser._parse_whole` (#111477)
Brad Larsen
2023-11-03
1
-0/+3
*
build(deps): bump hypothesis from 6.87.1 to 6.88.1 in /Tools (#111596)
dependabot[bot]
2023-11-02
1
-1/+1
*
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum
2023-11-01
2
-1/+23
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
1
-16/+4
*
GH-111485: Use micro-ops to split specialization code from base action (GH-11...
Mark Shannon
2023-11-01
3
-12/+17
*
GH-111485: Remove some special cases from the code generator and bytecodes.c ...
Mark Shannon
2023-10-31
3
-28/+11
*
GH-111485: Increment `next_instr` consistently at the start of the instructio...
Mark Shannon
2023-10-31
3
-6/+13
*
gh-111277: In summarize_stats.py, don't fail fast on invalid ratios (#111278)
Michael Droettboom
2023-10-31
1
-3/+5
*
gh-109329: Count tier2 opcode misses (#110561)
Michael Droettboom
2023-10-31
1
-1/+1
*
gh-109515: When generating deep frozen modules on Windows, use a list file in...
Riccardo Ghetta
2023-10-30
2
-5/+39
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
1
-6/+3
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
3
-3/+17
*
GH-111339: Fix initialization and finalization of static optimizer types (GH-...
Savannah Ostrowski
2023-10-29
1
-5/+5
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
4
-9/+9
*
GH-111213: Fix a few broken stats (GH-111216)
Mark Shannon
2023-10-26
1
-6/+18
*
Bump test deps: `ruff` and `mypy` (#111288)
Artyom Romanov
2023-10-25
1
-1/+1
*
gh-110019: Refactor summarize_stats (GH-110398)
Michael Droettboom
2023-10-24
1
-791/+1041
*
gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)
Nikita Sobolev
2023-10-24
1
-1/+1
*
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder
2023-10-23
1
-12/+1
*
gh-110964: clinic: refactor output_templates() (#110982)
Victor Stinner
2023-10-20
1
-56/+53
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-0/+22
*
gh-85283: Fix Argument Clinic for md5 extension (#110976)
Victor Stinner
2023-10-17
1
-3/+2
*
gh-85283: Build md5 extension with limited C API (#110967)
Victor Stinner
2023-10-17
1
-0/+1
*
Bump test deps: `ruff` and `pre-commit-hooks` (#110972)
Nikita Sobolev
2023-10-17
1
-2/+2
*
gh-110907: AC: Disallow using `*` with vararg (#110908)
Nikita Sobolev
2023-10-16
1
-0/+9
*
gh-110805: Fix test_peg_generator after the change in the parser for REPL tra...
Pablo Galindo Salgado
2023-10-13
1
-1/+1
*
gh-106212: Raise when using c-analyzer with clang on darwin (#110757)
Lysandros Nikolaou
2023-10-13
1
-0/+3
*
GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-...
Mark Shannon
2023-10-12
1
-3/+3
*
gh-71587: Establish global state in `_datetime` (#110475)
Erlend E. Aasland
2023-10-12
1
-9/+1
*
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou
2023-10-12
2
-3/+12
*
gh-109408: Revert pre-commit whitespace checks pending portable solution (#11...
Hugo van Kemenade
2023-10-11
1
-10/+110
*
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Lysandros Nikolaou
2023-10-11
1
-1/+1
*
GH-109408: Move the C file whitespace check from patchcheck to pre-commit (#1...
Adam Turner
2023-10-10
2
-90/+8
*
gh-110558: Enable ruff's pyupgrade rules when running on Argument Clinic (#11...
Alex Waygood
2023-10-10
2
-1/+16
*
GH-109408: Move the Python file whitespace check from patchcheck to pre-commi...
Adam Turner
2023-10-10
1
-25/+7
*
gh-109408: Add the docs whitespace check from patchcheck to pre-commit (#109854)
Hugo van Kemenade
2023-10-10
1
-32/+12
*
gh-110558: Run ruff on Argument Clinic in CI (#110559)
Alex Waygood
2023-10-10
2
-3/+14
*
gh-106765: Updates Windows installer build instructions to clarify system req...
Ashish Shirodkar
2023-10-09
1
-0/+7
*
gh-106078: Suppress the warning caused by multi-phase initialization of `deci...
Charlie Zhao
2023-10-06
1
-0/+3
[next]