summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* gh-113317: Add ParseArgsCodeGen class (#117707)Victor Stinner2024-04-114-846/+953
* gh-113317: Add Codegen class to Argument Clinic (#117626)Victor Stinner2024-04-117-178/+182
* gh-117142: Port _ctypes to multi-phase init (GH-117181)neonene2024-04-101-0/+1
* gh-117431: Argument Clinic: copy forced text signature when cloning (#117591)Erlend E. Aasland2024-04-102-4/+9
* gh-113317: Remove unused INVALID constant in Argument Clinic (#117624)Victor Stinner2024-04-081-2/+0
* Cases generator: Remove type_prop and passthrough (#117614)Ken Jin2024-04-072-11/+0
* GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527)Brandt Bucher2024-04-063-3/+13
* GH-117457: Correct pystats uop "miss" counts (GH-117477)Michael Droettboom2024-04-042-8/+12
* gh-116968: Reimplement Tier 2 counters (#117144)Guido van Rossum2024-04-041-0/+1
* gh-113317: Finish splitting Argument Clinic into sub-files (#117513)Victor Stinner2024-04-049-2146/+2182
* gh-113317: Argument Clinic: Add libclinic.clanguage (#117455)Victor Stinner2024-04-034-1597/+1627
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-031-1/+4
* gh-113317: Argument Clinic: Add libclinic.return_converters (#117451)Victor Stinner2024-04-023-181/+178
* GH-115776: Embed the values array into the object, for "normal" Python object...Mark Shannon2024-04-023-12/+14
* gh-113317: Argument Clinic: Add libclinic.converters module (#117315)Victor Stinner2024-04-026-1212/+1255
* Bump mypy from 1.8.0 to 1.9.0 in /Tools (#117418)dependabot[bot]2024-04-011-1/+1
* build(deps-dev): bump types-psutil from 5.9.5.20240205 to 5.9.5.20240316 in /...dependabot[bot]2024-04-011-1/+1
* build(deps-dev): bump types-setuptools from 69.1.0.20240301 to 69.2.0.2024031...dependabot[bot]2024-04-011-1/+1
* Fix broken format in error for bad input in summarize_stats.py (#117375)Guido van Rossum2024-03-291-1/+1
* gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)Sam Gross2024-03-292-2/+4
* gh-117142: ctypes: Migrate global vars to module state (GH-117189)neonene2024-03-291-2/+2
* GH-117121: Add pystats to JIT builds (GH-117346)Michael Droettboom2024-03-281-0/+7
* gh-113317: Change how Argument Clinic lists converters (#116853)Victor Stinner2024-03-271-32/+54
* gh-99108: Update and check HACL* version information (GH-117295)Seth Michael Larson2024-03-271-0/+14
* GH-116422: Tier2 hot/cold splitting (GH-116813)Mark Shannon2024-03-267-54/+122
* gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)Michael Droettboom2024-03-211-0/+26
* gh-76785: Drop PyInterpreterID_Type (gh-117101)Eric Snow2024-03-211-1/+0
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-211-0/+1
* GH-108362: Incremental Cycle GC (GH-116206)Mark Shannon2024-03-201-2/+5
* GH-116017: Put JIT code and data on the same page (GH-116845)Brandt Bucher2024-03-192-5/+4
* gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)Guido van Rossum2024-03-181-77/+2
* gh-116879: Add new optimizer pystats to tables (GH-116880)Michael Droettboom2024-03-161-4/+30
* gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)Donghee Na2024-03-151-0/+5
* gh-85283: Build pwd extension with the limited C API (#116841)Victor Stinner2024-03-151-5/+4
* gh-113317, AC: Add libclinic.converter module (#116821)Victor Stinner2024-03-144-601/+621
* gh-113317, AC: Add libclinic.block_parser module (#116819)Victor Stinner2024-03-143-336/+361
* gh-113317, AC: Add libclinic.function (#116807)Victor Stinner2024-03-144-241/+270
* gh-116646, AC: Always use PyObject_AsFileDescriptor() in fildes (#116806)Victor Stinner2024-03-141-10/+7
* gh-116646, AC: Add CConverter.use_converter() method (#116793)Victor Stinner2024-03-141-6/+35
* gh-116646: Add limited C API support to AC fildes converter (#116769)Victor Stinner2024-03-141-12/+13
* gh-113317, AC: Move warn() and fail() to libclinic.errors (#116770)Victor Stinner2024-03-143-47/+51
* gh-115419: Change default sym to not_null (GH-116562)Ken Jin2024-03-131-2/+2
* gh-85283: Convert grp extension to the limited C API (#116611)Victor Stinner2024-03-121-0/+2
* gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)Victor Stinner2024-03-111-2/+3
* GH-116596: Better determination of escaping uops. (GH-116597)Mark Shannon2024-03-111-0/+16
* gh-116576: Fix `Tools/scripts/sortperf.py` sorting the same list (#116577)Nikita Sobolev2024-03-111-1/+2
* gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570)Victor Stinner2024-03-102-1/+1
* gh-116417: Avoid PyFloat_AS_DOUBLE() in AC limited C API (#116568)Victor Stinner2024-03-101-18/+36
* gh-116000: Make optimizer_generator.py work without any arguments (#116470)Kirill Podoprigora2024-03-071-5/+8
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-073-3/+4