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-112205: Require @getter and @setter to be methods (#113278)
Erlend E. Aasland
2023-12-19
1
-0/+4
*
gh-113257: Fix SBOM metadata for pip 23.3.2 (#113262)
Seth Michael Larson
2023-12-19
1
-1/+1
*
GH-111485: Break up instructions with unused cache entries into component mic...
Mark Shannon
2023-12-18
3
-8/+27
*
GH-111485: Test the new cases generator (GH-113252)
Mark Shannon
2023-12-18
5
-10/+24
*
gh-113246: Updated bundled pip to 23.3.2 (gh-113249)
Stéphane Bidoul
2023-12-18
1
-1/+1
*
GH-111485: Sort metadata tables for easier checking of future diffs (GH-113101)
Mark Shannon
2023-12-14
1
-6/+8
*
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...
Serhiy Storchaka
2023-12-14
1
-1/+1
*
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower
2023-12-13
2
-1/+5
*
gh-112205: Support `@setter` annotation from AC (gh-112922)
Donghee Na
2023-12-13
1
-9/+66
*
Fix whitespace in generated code
Mark Shannon
2023-12-13
1
-3/+4
*
gh-112320: Implement on-trace confidence tracking for branches (#112321)
Guido van Rossum
2023-12-12
1
-0/+2
*
gh-76785: More Fixes for test.support.interpreters (gh-113012)
Eric Snow
2023-12-12
2
-0/+2
*
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow
2023-12-12
1
-0/+4
*
GH-111485: Factor out tier 2 code generation from the rest of the interpreter...
Mark Shannon
2023-12-12
8
-240/+494
*
GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)
Mark Shannon
2023-12-11
4
-2/+95
*
Add a fuzzer for `Py_CompileStringExFlags` (#111721)
Brad Larsen
2023-12-10
1
-0/+3
*
Argument Clinic: fix bare "type" in annotations (#112915)
Jelle Zijlstra
2023-12-10
1
-5/+5
*
GH-111485: Factor out opcode ID generator from the main cases generator. (GH-...
Mark Shannon
2023-12-08
5
-67/+196
*
gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#...
Seth Michael Larson
2023-12-07
2
-0/+192
*
GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...
Mark Shannon
2023-12-07
9
-6/+1129
*
gh-106560: Fix redundant declarations in Python/frozen.c (#112612)
Victor Stinner
2023-12-03
1
-1/+12
*
build(deps): bump hypothesis from 6.88.1 to 6.91.0 in /Tools (#112580)
dependabot[bot]
2023-12-01
1
-1/+1
*
Fix typos in variable names, function names, and comments (GH-101868)
Yang Hau
2023-12-01
3
-9/+9
*
build(deps-dev): bump types-setuptools from 68.2.0.0 to 69.0.0.0 in /Tools (#...
dependabot[bot]
2023-12-01
1
-1/+1
*
build(deps-dev): bump mypy from 1.7.0 to 1.7.1 in /Tools (#112581)
dependabot[bot]
2023-12-01
1
-1/+1
*
Clarify that WASI tool requirements are included in the devcontainer (GH-112561)
Brett Cannon
2023-11-30
1
-8/+8
*
gh-112519: Make it possible to specify instruction flags for pseudo instructi...
Irit Katriel
2023-11-30
2
-4/+30
*
gh-112205: Support @getter annotation from AC (gh-112396)
Donghee Na
2023-11-30
1
-10/+43
*
GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` script to sim...
Brett Cannon
2023-11-30
3
-76/+369
*
gh-112213: Add missing declaration of target_critical_section (gh-112374)
Donghee Na
2023-11-24
1
-2/+4
*
GH-111485: Sort cases in the case generator output (GH-112315)
Mark Shannon
2023-11-22
1
-1/+5
*
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
Guido van Rossum
2023-11-20
2
-1/+3
*
GH-111807: Lower the parser stack depth under WASI debug builds (#112225)
Brett Cannon
2023-11-20
1
-1/+5
*
gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251)
Donghee Na
2023-11-19
1
-1/+2
*
gh-112213: Add @critical_section target directive to Argument Clinic (gh-112232)
Donghee Na
2023-11-18
1
-4/+21
*
gh-110319: Assert type_version != 0 before using it (#112226)
Guido van Rossum
2023-11-18
1
-2/+2
*
A few more cases_generator cleanups (#112220)
Guido van Rossum
2023-11-17
2
-2/+2
*
gh-106529: Cleanups split off gh-112134 (#112214)
Guido van Rossum
2023-11-17
2
-6/+5
*
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
[next]