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-113317: Add ParseArgsCodeGen class (#117707)
Victor Stinner
2024-04-11
4
-846/+953
*
gh-113317: Add Codegen class to Argument Clinic (#117626)
Victor Stinner
2024-04-11
7
-178/+182
*
gh-117142: Port _ctypes to multi-phase init (GH-117181)
neonene
2024-04-10
1
-0/+1
*
gh-117431: Argument Clinic: copy forced text signature when cloning (#117591)
Erlend E. Aasland
2024-04-10
2
-4/+9
*
gh-113317: Remove unused INVALID constant in Argument Clinic (#117624)
Victor Stinner
2024-04-08
1
-2/+0
*
Cases generator: Remove type_prop and passthrough (#117614)
Ken Jin
2024-04-07
2
-11/+0
*
GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527)
Brandt Bucher
2024-04-06
3
-3/+13
*
GH-117457: Correct pystats uop "miss" counts (GH-117477)
Michael Droettboom
2024-04-04
2
-8/+12
*
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum
2024-04-04
1
-0/+1
*
gh-113317: Finish splitting Argument Clinic into sub-files (#117513)
Victor Stinner
2024-04-04
9
-2146/+2182
*
gh-113317: Argument Clinic: Add libclinic.clanguage (#117455)
Victor Stinner
2024-04-03
4
-1597/+1627
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
1
-1/+4
*
gh-113317: Argument Clinic: Add libclinic.return_converters (#117451)
Victor Stinner
2024-04-02
3
-181/+178
*
GH-115776: Embed the values array into the object, for "normal" Python object...
Mark Shannon
2024-04-02
3
-12/+14
*
gh-113317: Argument Clinic: Add libclinic.converters module (#117315)
Victor Stinner
2024-04-02
6
-1212/+1255
*
Bump mypy from 1.8.0 to 1.9.0 in /Tools (#117418)
dependabot[bot]
2024-04-01
1
-1/+1
*
build(deps-dev): bump types-psutil from 5.9.5.20240205 to 5.9.5.20240316 in /...
dependabot[bot]
2024-04-01
1
-1/+1
*
build(deps-dev): bump types-setuptools from 69.1.0.20240301 to 69.2.0.2024031...
dependabot[bot]
2024-04-01
1
-1/+1
*
Fix broken format in error for bad input in summarize_stats.py (#117375)
Guido van Rossum
2024-03-29
1
-1/+1
*
gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)
Sam Gross
2024-03-29
2
-2/+4
*
gh-117142: ctypes: Migrate global vars to module state (GH-117189)
neonene
2024-03-29
1
-2/+2
*
GH-117121: Add pystats to JIT builds (GH-117346)
Michael Droettboom
2024-03-28
1
-0/+7
*
gh-113317: Change how Argument Clinic lists converters (#116853)
Victor Stinner
2024-03-27
1
-32/+54
*
gh-99108: Update and check HACL* version information (GH-117295)
Seth Michael Larson
2024-03-27
1
-0/+14
*
GH-116422: Tier2 hot/cold splitting (GH-116813)
Mark Shannon
2024-03-26
7
-54/+122
*
gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)
Michael Droettboom
2024-03-21
1
-0/+26
*
gh-76785: Drop PyInterpreterID_Type (gh-117101)
Eric Snow
2024-03-21
1
-1/+0
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
1
-0/+1
*
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon
2024-03-20
1
-2/+5
*
GH-116017: Put JIT code and data on the same page (GH-116845)
Brandt Bucher
2024-03-19
2
-5/+4
*
gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)
Guido van Rossum
2024-03-18
1
-77/+2
*
gh-116879: Add new optimizer pystats to tables (GH-116880)
Michael Droettboom
2024-03-16
1
-4/+30
*
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
Donghee Na
2024-03-15
1
-0/+5
*
gh-85283: Build pwd extension with the limited C API (#116841)
Victor Stinner
2024-03-15
1
-5/+4
*
gh-113317, AC: Add libclinic.converter module (#116821)
Victor Stinner
2024-03-14
4
-601/+621
*
gh-113317, AC: Add libclinic.block_parser module (#116819)
Victor Stinner
2024-03-14
3
-336/+361
*
gh-113317, AC: Add libclinic.function (#116807)
Victor Stinner
2024-03-14
4
-241/+270
*
gh-116646, AC: Always use PyObject_AsFileDescriptor() in fildes (#116806)
Victor Stinner
2024-03-14
1
-10/+7
*
gh-116646, AC: Add CConverter.use_converter() method (#116793)
Victor Stinner
2024-03-14
1
-6/+35
*
gh-116646: Add limited C API support to AC fildes converter (#116769)
Victor Stinner
2024-03-14
1
-12/+13
*
gh-113317, AC: Move warn() and fail() to libclinic.errors (#116770)
Victor Stinner
2024-03-14
3
-47/+51
*
gh-115419: Change default sym to not_null (GH-116562)
Ken Jin
2024-03-13
1
-2/+2
*
gh-85283: Convert grp extension to the limited C API (#116611)
Victor Stinner
2024-03-12
1
-0/+2
*
gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)
Victor Stinner
2024-03-11
1
-2/+3
*
GH-116596: Better determination of escaping uops. (GH-116597)
Mark Shannon
2024-03-11
1
-0/+16
*
gh-116576: Fix `Tools/scripts/sortperf.py` sorting the same list (#116577)
Nikita Sobolev
2024-03-11
1
-1/+2
*
gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570)
Victor Stinner
2024-03-10
2
-1/+1
*
gh-116417: Avoid PyFloat_AS_DOUBLE() in AC limited C API (#116568)
Victor Stinner
2024-03-10
1
-18/+36
*
gh-116000: Make optimizer_generator.py work without any arguments (#116470)
Kirill Podoprigora
2024-03-07
1
-5/+8
*
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner
2024-03-07
3
-3/+4
[next]