]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Tools
docs: clarify csv.DictReader's treatment of the first data row (#118549)
[thirdparty/Python/cpython.git] / Tools /
2024-05-03  Jelle Zijlstragh-116126: Implement PEP 696 (#116129)
2024-05-02  Brett Simmersgh-116738: Make `_codecs` module thread-safe (#117530)
2024-05-02  Mark ShannonGH-117442: Check eval-breaker at start (rather than...
2024-05-02  Andrejgdb/libpython.py: Update PyLongObjectPtr docstring...
2024-05-01  Brandt BucherGH-113464: Display a warning when building the JIT...
2024-05-01  dependabot[bot]build(deps-dev): bump types-psutil from 5.9.5.20240316...
2024-05-01  dependabot[bot]Bump types-setuptools from 69.2.0.20240317 to 69.5...
2024-05-01  dependabot[bot]Bump mypy from 1.9.0 to 1.10.0 in /Tools (#118461)
2024-05-01  Brandt BucherGH-115802: Use the GHC calling convention in JIT code...
2024-05-01  Guido van Rossumgh-118335: Configure Tier 2 interpreter at build time...
2024-04-30  Seth Michael Larsongh-116122: Add SBOM generation to PCbuild/build.bat...
2024-04-29  Savannah OstrowskiGH-118306: Update JIT to use LLVM 18 (GH-118307)
2024-04-29  Steve Dowergh-118347: Fix Windows installer not updating launcher...
2024-04-29  Alex Turnergh-117657: TSAN fix race on `gstate->young.count` ...
2024-04-28  Xie YanboFix typo in Tools/wasm/README.md(#118358)
2024-04-26  Mark ShannonGH-118095: Add dynamic exit support and FOR_ITER_GEN...
2024-04-26  mpagegh-117657: Fix race data race in `_Py_IsOwnedByCurrentT...
2024-04-25  Dino Viehlandgh-117657: Fixes a few small TSAN issues in dictobject...
2024-04-25  mpagegh-117657: Add a couple more TSAN suppressions (#118256)
2024-04-25  mpagegh-117657: Fix data race in `_Py_IsImmortal` (#118261)
2024-04-24  David Rubingh-116988: Remove duplicates of `annotated_rhs` in...
2024-04-24  Eric Snowgh-76785: Rename _xxsubinterpreters to _interpreters...
2024-04-22  Dino Viehlandgh-112075: Make instance attributes stored in inline...
2024-04-19  Dino Viehlandgh-116818: Make `sys.settrace`, `sys.setprofile`, and...
2024-04-19  Dino Viehlandgh-117657: use relaxed loads for checking dict keys...
2024-04-19  Mark ShannonGH-115419: Improve list of escaping functions (GH-118054)
2024-04-19  dependabot[bot]build(deps): bump hypothesis from 6.98.15 to 6.100...
2024-04-17  neonenegh-117613: Argument Clinic: disallow defining class...
2024-04-17  mpagegh-117657: Quiet erroneous TSAN reports of data races...
2024-04-17  mpagegh-117657: Fix data races in the method cache in free...
2024-04-17  Irit Katrielgh-117680: make _PyInstructionSequence a PyObject and...
2024-04-16  Jeff Glassgh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
2024-04-16  neonenegh-117613: Argument Clinic: ensure that 'defining_class...
2024-04-15  mpagegh-117657: Add TSAN suppressions for the free-threaded...
2024-04-11  Victor Stinnergh-113317: Add ParseArgsCodeGen class (#117707)
2024-04-11  Victor Stinnergh-113317: Add Codegen class to Argument Clinic (#117626)
2024-04-10  neonenegh-117142: Port _ctypes to multi-phase init (GH-117181)
2024-04-10  Erlend E. Aaslandgh-117431: Argument Clinic: copy forced text signature...
2024-04-08  Victor Stinnergh-113317: Remove unused INVALID constant in Argument...
2024-04-07  Ken JinCases generator: Remove type_prop and passthrough ...
2024-04-06  Brandt BucherGH-117512: Allow 64-bit JIT operands on 32-bit platform...
2024-04-04  Michael DroettboomGH-117457: Correct pystats uop "miss" counts (GH-117477)
2024-04-04  Guido van Rossumgh-116968: Reimplement Tier 2 counters (#117144)
2024-04-04  Victor Stinnergh-113317: Finish splitting Argument Clinic into sub...
2024-04-03  Victor Stinnergh-113317: Argument Clinic: Add libclinic.clanguage...
2024-04-03  Erlend E. Aaslandgh-116303: Skip test module dependent tests if test...
2024-04-02  Victor Stinnergh-113317: Argument Clinic: Add libclinic.return_conver...
2024-04-02  Mark ShannonGH-115776: Embed the values array into the object,...
2024-04-02  Victor Stinnergh-113317: Argument Clinic: Add libclinic.converters...
2024-04-01  dependabot[bot]Bump mypy from 1.8.0 to 1.9.0 in /Tools (#117418)
2024-04-01  dependabot[bot]build(deps-dev): bump types-psutil from 5.9.5.20240205...
2024-04-01  dependabot[bot]build(deps-dev): bump types-setuptools from 69.1.0...
2024-03-29  Guido van RossumFix broken format in error for bad input in summarize_s...
2024-03-29  Sam Grossgh-117323: Make `cell` thread-safe in free-threaded...
2024-03-29  neonenegh-117142: ctypes: Migrate global vars to module state...
2024-03-28  Michael DroettboomGH-117121: Add pystats to JIT builds (GH-117346)
2024-03-27  Victor Stinnergh-113317: Change how Argument Clinic lists converters...
2024-03-27  Seth Michael Larsongh-99108: Update and check HACL* version information...
2024-03-26  Mark ShannonGH-116422: Tier2 hot/cold splitting (GH-116813)
2024-03-21  Michael Droettboomgh-116996: Add pystats about _Py_uop_analyse_and_optimi...
2024-03-21  Eric Snowgh-76785: Drop PyInterpreterID_Type (gh-117101)
2024-03-21  Victor Stinnergh-115754: Add Py_GetConstant() function (#116883)
2024-03-20  Mark ShannonGH-108362: Incremental Cycle GC (GH-116206)
2024-03-19  Brandt BucherGH-116017: Put JIT code and data on the same page ...
2024-03-18  Guido van Rossumgh-108716: Cleanup remaining deepfreeze infrastructure...
2024-03-16  Michael Droettboomgh-116879: Add new optimizer pystats to tables (GH...
2024-03-15  Donghee Nagh-112536: Add --tsan test for reasonable TSAN executio...
2024-03-15  Victor Stinnergh-85283: Build pwd extension with the limited C API...
2024-03-14  Victor Stinnergh-113317, AC: Add libclinic.converter module (#116821)
2024-03-14  Victor Stinnergh-113317, AC: Add libclinic.block_parser module (...
2024-03-14  Victor Stinnergh-113317, AC: Add libclinic.function (#116807)
2024-03-14  Victor Stinnergh-116646, AC: Always use PyObject_AsFileDescriptor...
2024-03-14  Victor Stinnergh-116646, AC: Add CConverter.use_converter() method...
2024-03-14  Victor Stinnergh-116646: Add limited C API support to AC fildes conve...
2024-03-14  Victor Stinnergh-113317, AC: Move warn() and fail() to libclinic...
2024-03-13  Ken Jingh-115419: Change default sym to not_null (GH-116562)
2024-03-12  Victor Stinnergh-85283: Convert grp extension to the limited C API...
2024-03-11  Victor Stinnergh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX ...
2024-03-11  Mark ShannonGH-116596: Better determination of escaping uops. ...
2024-03-11  Nikita Sobolevgh-116576: Fix `Tools/scripts/sortperf.py` sorting...
2024-03-10  Victor Stinnergh-116417: Fix make check-c-globals for _testlimitedcap...
2024-03-10  Victor Stinnergh-116417: Avoid PyFloat_AS_DOUBLE() in AC limited...
2024-03-07  Kirill Podoprigoragh-116000: Make optimizer_generator.py work without...
2024-03-07  Victor Stinnergh-116417: Add _testlimitedcapi C extension (#116419)
2024-03-07  Ken Jingh-116381: Remove bad specializations, add fail stats...
2024-03-07  Brett CannonGH-116314: Update `Tools/wasm/README.md` to point to...
2024-03-05  cui fliterchore: fix typos (#116345)
2024-03-05  Brett CannonGH-116313: get WASI builds to run under wasmtime 18...
2024-03-04  Terry Jan Reedygh-116265: Remove obsolete sentence. (#116284)
2024-03-04  Brandt BucherGH-116134: JIT aarch64-pc-windows-msvc (GH-116130)
2024-03-04  Brandt BucherGH-115802: Don't JIT zero-length jumps (GH-116177)
2024-03-04  Erlend E. Aaslandgh-114258: Argument Clinic: refactor getset implementat...
2024-03-02  Brett CannonGH-115978: Disable `*readv()` and `*writev()` on WASI...
2024-03-01  Erlend E. Aaslandgh-116171: Argument Clinic: disallow overriding return...
2024-03-01  Steve Dowergh-115554: Improved logic for handling multiple existin...
2024-03-01  dependabot[bot]build(deps-dev): bump types-setuptools from 69.0.0...
2024-03-01  dependabot[bot]build(deps): bump hypothesis from 6.97.4 to 6.98.15...
2024-03-01  dependabot[bot]build(deps-dev): bump types-psutil from 5.9.5.20240106...
2024-03-01  Brett Simmersgh-115999: Disable the specializing adaptive interprete...
2024-02-29  AN Longgh-103092: Add a mutex to make the PRNG state of rotati...
next