]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Makefile.pre.in
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
[thirdparty/Python/cpython.git] / Makefile.pre.in
2024-01-12  Brandt BucherGH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
2024-01-09  Donghee Nagh-111968: Introduce _PyFreeListState and _PyFreeListSt...
2024-01-08  Jakub Kulíkgh-113688: fix dtrace build on Solaris (#113814)
2024-01-06  Ramigh-89532: Remove LibreSSL workarounds (#28728)
2024-01-05  Sam Grossgh-113688: Split up gcmodule.c (gh-113715)
2023-12-21  Sam Grossgh-113370: Add missing obmalloc.o dependencies on mimal...
2023-12-21  Mark ShannonGH-111485: Delete the old generator code. (GH-113321)
2023-12-21  Gregory P. Smithgh-112305: Fix check-clean-src to detect frozen_modules...
2023-12-20  Sam Grossgh-113330: Fix mimalloc headers reference (#113331)
2023-12-20  Mark ShannonGH-111485: Generate `TARGET` table for computed goto...
2023-12-20  Mark ShannonGH-111485: Generate instruction and uop metadata (GH...
2023-12-16  Barney GaleGH-110109: Move tests for pathlib ABCs to new module...
2023-12-12  Mark ShannonGH-111485: Factor out tier 2 code generation from the...
2023-12-11  Mark ShannonGH-111485: Factor out generation of uop IDs from cases...
2023-12-09  Alex Waygoodgh-110109: Fix installed buildbots now `pathlib` is...
2023-12-08  Mark ShannonGH-111485: Factor out opcode ID generator from the...
2023-12-07  Sam Grossgh-112538: Add internal-only _PyThreadStateImpl "wrappe...
2023-12-07  Seth Michael Larsongh-112302: Add Software Bill-of-Materials (SBOM) tracki...
2023-12-07  Mark ShannonGH-111485: Separate out parsing, analysis and code...
2023-12-06  Serhiy Storchakagh-108927: Include new dir test/regrtestdata in the...
2023-11-30  Brett CannonGH-103065, GH-106704, GH-105253: Provide a `Tools/wasm...
2023-11-17  Guido van Rossumgh-106529: Cleanups split off gh-112134 (#112214)
2023-11-15  Victor Stinnergh-112088: Run autoreconf in GHA check_generated_files...
2023-11-15  Victor Stinnergh-96954: Don't run regen-unicodedata in regen-all...
2023-11-15  Miro Hrončokgh-96954: Fix `make regen-unicodedata` in out-of-tree...
2023-11-15  Victor Stinnergh-111545: Add Include/cpython/pyhash.h header file...
2023-11-10  Nikita Sobolevgh-108303: Install `Lib/test/configdata` (#111899)
2023-11-08  Sam Grossgh-111569: Implement Python critical section API (gh...
2023-11-04  CF Bolz-Tereickgh-96954: use a directed acyclic word graph for storing...
2023-11-04  Nikita Sobolevgh-108303: Move `zip` and `tar` archives to `Lib/test...
2023-11-01  Guido van Rossumgh-111520: Integrate the Tier 2 interpreter in the...
2023-10-30  Eric Snowgh-76785: Move the Cross-Interpreter Code to Its Own...
2023-10-30  Dino Viehlandgh-90815: Add mimalloc memory allocator (#109914)
2023-10-17  Donghee Nagh-109693: Remove pycore_atomic.h (gh-110992)
2023-10-17  Victor Stinnergh-110964: Remove private _PyArg functions (#110966)
2023-10-13  Filipe LaínsGH-103480: fix sysconfig package not being installed...
2023-10-11  Victor Stinnergh-110313: Revert "gh-90108: Disable LTO on _freeze_mod...
2023-10-11  Lysandros Nikolaough-104169: Refactor tokenizer into lexer and wrappers...
2023-10-10  Nikita Sobolevgh-108303: Move all inspect test files to `test_inspect...
2023-10-09  Eric Snowgh-76785: Add SendChannel.send_buffer() (#110246)
2023-10-06  Victor Stinnergh-103053: Fix make check-clean-src: check "python...
2023-10-05  Victor Stinnergh-110429: Fix race condition in "make regen-all" ...
2023-10-03  Victor Stinnergh-110276: No longer ignore PROFILE_TASK failure silent...
2023-09-30  Victor Stinnergh-110152: regrtest handles cross compilation and HOSTR...
2023-09-29  Victor Stinnergh-109566: Remove make testall (#110122)
2023-09-29  Victor Stinnergh-108716: make regen-global-objects no longer builds...
2023-09-28  Victor Stinnergh-109972: Split test_gdb.py into test_gdb package...
2023-09-26  Victor Stinnergh-109566, regrtest: Add --fast-ci and --slow-ci option...
2023-09-21  Sam Grossgh-109693: Remove pycore_atomic_funcs.h (#109694)
2023-09-21  Nikita Sobolevgh-108303: Move all math files to `Lib/test/mathdata...
2023-09-20  Victor Stinnergh-90108: Disable LTO on _freeze_module and _testembed...
2023-09-19  Sam Grossgh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
2023-09-19  Victor Stinnergh-109566: Run GHA and buildbot tests with --fail-rerun...
2023-09-16  Nikita Sobolevgh-108303: Move all certificates to `Lib/test/certdata...
2023-09-15  Nikita Sobolevgh-108303: Move `test_future` into its own test_future_...
2023-09-12  Nikita Sobolevgh-108303: Add `Lib/test/tokenizedata` to `TESTSUBDIRS...
2023-09-08  Mark ShannonGH-108716: Turn off deep-freezing of code objects....
2023-09-06  Victor Stinnergh-108740: Fix "make regen-all" race condition (#108741)
2023-09-06  Victor Stinnergh-108753: Enhance pystats (#108754)
2023-09-06  Victor Stinnergh-108303: Create Lib/test/test_dataclasses/ directory...
2023-09-02  Sam Grossgh-108777: Split _PyTime tests from _testinternalcapi...
2023-09-01  Serhiy StorchakaAdd Modules/_testcapi/util.h header (GH-108774)
2023-08-31  Victor Stinnergh-108337: Add pyatomic.h header (#108701)
2023-08-29  Victor Stinnergh-106320: Remove private pythonrun API (#108599)
2023-08-29  Victor Stinnergh-108240: Add pycore_capsule.h internal header file...
2023-08-29  Victor Stinnergh-106320: Remove private _Py_Identifier API (#108593)
2023-08-23  Irit Katrielgh-105481: remove regen-opcode. Generated _PyOpcode_Cac...
2023-08-22  Victor Stinnergh-108303: Add Lib/test/test_cppext/ sub-directory...
2023-08-22  Victor Stinnergh-106016: Add Lib/test/test_module/ directory (#108293)
2023-08-17  Irit Katrielgh-105481: opcode.h is no longer generated during the...
2023-08-16  Irit Katrielgh-105481: generate op IDs from bytecode.c instead...
2023-08-15  Ken Jingh-107557: Setup abstract interpretation (#107847)
2023-08-14  Guido van RossumAttempt to speed up deepfreeze.py (#107887)
2023-08-11  Irit Katrielgh-105481: split opcode_ids.h out of opcode.h so that...
2023-08-08  Erlend E. Aaslandgh-104683: Add --exclude option to Argument Clinic...
2023-08-01  Irit Katrielgh-105481: combine regen-opcode-targets with regen...
2023-07-27  Eric Snowgh-101524: Only Use Public C-API in the _xxsubinterpret...
2023-07-22  Victor Stinnergh-106320: Remove private _PyInterpreterID C API (...
2023-07-22  Moritz Neebgh-75371: reformat Makefile.pre.in to accommodate for...
2023-07-22  Victor Stinnergh-106320: Move private _PySet API to the internal...
2023-07-20  Brandt BucherGH-106701: Move _PyUopExecute to Python/executor.c...
2023-07-20  Irit Katrielgh-105481: do not auto-generate pycore_intrinsics.h...
2023-07-15  Guido van Rossumgh-106529: Fix subtle Tier 2 edge case with list iterat...
2023-07-14  Jason R. Coombsgh-106752: Move zipfile._path into its own package...
2023-07-12  Guido van Rossumgh-106656: Remove --emit-line-directives from regen...
2023-07-12  Irit Katrielgh-105481: move Python/opcode_metadata.h to Include...
2023-07-08  Guido van RossumRestore previous behavior of 'make regen-cases' (#106541)
2023-07-03  Guido van Rossumgh-106290: Fix edge cases around uops (#106319)
2023-07-03  Victor Stinnergh-106320: Create pycore_modsupport.h header file ...
2023-07-02  Victor Stinnergh-106320: Add pycore_complexobject.h header file ...
2023-07-02  Victor Stinnergh-106320: Remove private _PyTraceMalloc C API function...
2023-07-01  Victor Stinnergh-106316: Remove pytime.h header file (#106317)
2023-06-30  Victor StinnerGH-104584: Add Include/cpython/optimizer.h to Makefile...
2023-06-30  Victor StinnerRemove private _PyCodec_Lookup() function (#106269)
2023-06-27  Guido van Rossumgh-104584: Baby steps towards generating and executing...
2023-06-20  Victor Stinnergh-105927: Add _PyWeakref_GET_REF() internal function...
2023-06-19  Irit Katrielgh-105481: generate _specializations and _specialized_i...
2023-06-07  Jeffery Togh-104692: Include commoninstall as a prerequisite...
2023-06-06  Victor Stinnergh-102304: Fix up Simple ABI doc (GH-105351)
2023-06-06  Victor Stinnergh-102304: doc: Add links to Stable ABI and Limited...
next