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
*
chore: fix typos (#116345)
cui fliter
2024-03-05
1
-1/+1
*
GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 prim...
Brett Cannon
2024-03-05
2
-4/+8
*
gh-116265: Remove obsolete sentence. (#116284)
Terry Jan Reedy
2024-03-04
1
-4/+2
*
GH-116134: JIT aarch64-pc-windows-msvc (GH-116130)
Brandt Bucher
2024-03-04
2
-0/+20
*
GH-115802: Don't JIT zero-length jumps (GH-116177)
Brandt Bucher
2024-03-04
1
-17/+68
*
gh-114258: Argument Clinic: refactor getset implementation (#116170)
Erlend E. Aasland
2024-03-04
1
-25/+10
*
GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228)
Brett Cannon
2024-03-02
1
-0/+9
*
gh-116171: Argument Clinic: disallow overriding return converter for __init__...
Erlend E. Aasland
2024-03-01
1
-0/+2
*
gh-115554: Improved logic for handling multiple existing py.exe launcher inst...
Steve Dower
2024-03-01
3
-74/+134
*
build(deps-dev): bump types-setuptools from 69.0.0.20240125 to 69.1.0.2024030...
dependabot[bot]
2024-03-01
1
-1/+1
*
build(deps): bump hypothesis from 6.97.4 to 6.98.15 in /Tools (#116189)
dependabot[bot]
2024-03-01
1
-1/+1
*
build(deps-dev): bump types-psutil from 5.9.5.20240106 to 5.9.5.20240205 in /...
dependabot[bot]
2024-03-01
1
-1/+1
*
gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...
Brett Simmers
2024-03-01
1
-0/+5
*
gh-103092: Add a mutex to make the PRNG state of rotatingtree concurrent-safe...
AN Long
2024-02-29
1
-0/+1
*
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
Guido van Rossum
2024-02-29
1
-4/+0
*
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher
2024-02-29
4
-19/+46
*
gh-112844: Add SBOM for external dependencies (#115789)
Seth Michael Larson
2024-02-29
1
-17/+91
*
gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#11...
Guido van Rossum
2024-02-29
1
-4/+4
*
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado
2024-02-28
1
-0/+1
*
GH-115816: Assorted naming and formatting changes to improve maintainability....
Mark Shannon
2024-02-27
1
-3/+3
*
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...
Mark Shannon
2024-02-27
2
-5/+3
*
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom
2024-02-26
1
-1/+10
*
Rename tier 2 redundancy eliminator to optimizer (#115888)
Guido van Rossum
2024-02-26
3
-10/+10
*
GH-115802: JIT "small" code for macOS and Linux (GH-115826)
Brandt Bucher
2024-02-26
2
-13/+65
*
gh-115778: Add `tierN` annotation for instruction definitions (#115815)
Kirill Podoprigora
2024-02-23
8
-10/+20
*
Remove `ConverterKeywordDict` alias in `clinic.py` (#115843)
Nikita Sobolev
2024-02-23
1
-3/+1
*
GH-113464: Clean up JIT stencil generation (GH-115800)
Brandt Bucher
2024-02-22
1
-6/+5
*
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner
2024-02-20
1
-0/+1
*
Tier 2 cleanups and tweaks (#115534)
Guido van Rossum
2024-02-20
1
-0/+4
*
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon
2024-02-20
10
-36/+174
*
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...
Mark Shannon
2024-02-20
7
-10/+68
*
gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (#114687)
Nikita Sobolev
2024-02-18
1
-0/+196
*
gh-100176: Remove outdated Tools/{io,cc,string}bench (#101853)
Hugo van Kemenade
2024-02-17
5
-2733/+0
*
gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (...
Ćukasz Langa
2024-02-16
1
-10/+16
*
gh-115362: Add documentation to pystats output (#115365)
Michael Droettboom
2024-02-16
1
-77/+224
*
gh-113317: Argument Clinic: move C/Py identifier helpers into libclinic (#115...
Erlend E. Aasland
2024-02-16
3
-29/+45
*
gh-113317: Argument Clinic: move linear_format into libclinic (#115518)
Erlend E. Aasland
2024-02-15
3
-55/+62
*
gh-113317: Argument Clinic: inline required_type_for_self_for_parser() in sel...
Erlend E. Aasland
2024-02-15
1
-9/+4
*
gh-113317: Argument Clinic: remove global clinic instance (#115517)
Erlend E. Aasland
2024-02-15
1
-7/+3
*
gh-113317: Argument Clinic: don't use global state in warn() and fail() (#115...
Erlend E. Aasland
2024-02-15
1
-11/+18
*
gh-113317: Argument Clinic: don't use fail() in CLI (#115513)
Erlend E. Aasland
2024-02-15
1
-2/+2
*
gh-114258: Refactor Argument Clinic function name parser (#114930)
Erlend E. Aasland
2024-02-15
1
-106/+123
*
GH-113516: don't set `LDSHARED` when building for WASI (GH-115495)
Brett Cannon
2024-02-15
2
-2/+1
*
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner
2024-02-14
1
-0/+2
*
gh-112302: Move pip SBOM discovery to release-tools (#115360)
Seth Michael Larson
2024-02-14
1
-251/+0
*
gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)
Seth Michael Larson
2024-02-14
2
-1/+5
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)
Eric Snow
2024-02-13
1
-4/+4
*
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Ken Jin
2024-02-13
8
-53/+251
*
GH-113710: Fix updating of dict version tag and add watched dict stats (GH-11...
Mark Shannon
2024-02-12
1
-1/+1
*
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...
Mark Shannon
2024-02-07
1
-5/+2
[next]