]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Makefile.pre.in
GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)
[thirdparty/Python/cpython.git] / Makefile.pre.in
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...
2023-06-02  Eric Snowgh-101524: Only Use Public C-API in the _xxsubinterpret...
2023-06-02  Mark ShannonGH-104584: Plugin optimizer API (GH-105100)
2023-06-01  Erlend E. AaslandGH-89886: Bump to GNU Autoconf v2.71 (#104925)
2023-06-01  Victor Stinnergh-105182: Remove PyEval_AcquireLock() and PyEval_InitT...
2023-05-26  Victor Stinnergh-104773: PEP 594: Remove the imghdr module (#104777)
2023-05-24  Victor Stinnergh-104773: PEP 594: Remove the nntplib module (#104894)
2023-05-24  Jonathan Protzenkogh-99108: Refresh HACL* (#104808)
2023-05-24  Victor Stinnergh-104773: PEP 594: Remove the sndhdr module (#104774)
2023-05-23  Victor Stinnergh-104780: Remove 2to3 program and lib2to3 module ...
2023-05-22  Gregory Szorcgh-101282: Apply BOLT optimizations to libpython for...
2023-05-17  Mark ShannonGH-101520: Move tracemalloc functionality into core...
2023-05-16  Gregory Szorcgh-104523: Inline minimal PGO rules (#104524)
2023-05-16  Jelle Zijlstragh-103763: Implement PEP 695 (#103764)
2023-05-15  Gregory Szorcgh-104490: Consistently define phony make targets ...
2023-05-12  Jelle Zijlstragh-86275: Fix install of new _hypothesis_stubs director...
2023-05-08  Jonathan Protzenkogh-99108: Replace SHA3 implementation HACL* version...
2023-05-04  Carl Meyergh-103963: fix 'make regen-opcode' in out-of-tree build...
2023-04-27  Erlend E. Aaslandgh-98822: Add missing test directories to TESTSUBDIRS...
2023-04-24  Eric Snowgh-100227: Only Use deepfreeze for the Main Interpreter...
2023-04-24  Zachary Waregh-103776: Remove explicit uses of $(SHELL) from Makefi...
2023-04-17  Dong-hee Nagh-101525: Fix make test if the --enable-bolt enabled...
2023-04-16  Erlend E. Aaslandgh-103527: Add multibytecodec.h as make dep for _codecs...
2023-04-14  Erlend E. Aaslandgh-103527: Add make deps for _codecs_* and _multibyteco...
2023-04-12  Mark ShannonGH-103082: Implementation of PEP 669: Low Impact Monito...
2023-04-11  Irit Katrielgh-87092: move assembler related code from compile...
2023-04-07  Michał Górnygh-100220: Fix error handling in make rules (GH-100328)
2023-04-06  Eric Snowgh-101659: Add _Py_AtExit() (gh-103298)
2023-04-05  Dong-hee Nagh-101525: Disable peephole optimization process of...
2023-03-31  Irit Katrielgh-87092: move CFG related code from compile.c to flowg...
2023-03-20  Eric Snowgh-102304: Move _Py_RefTotal to _PyRuntimeState (gh...
2023-03-15  Guido van Rossumgh-102654: Insert #line directives in generated_cases...
2023-03-14  Eric Snowgh-81057: Add a CI Check for New Unsupported C Global...
2023-03-04  Jacob Bowergh-102021 : Allow multiple input files for interpreter...
2023-02-22  Jonathan Protzenkogh-99108: Import MD5 and SHA1 from HACL* (#102089)
2023-02-19  Jason R. Coombsgh-97930: Also include subdirectory in makefile. (...
2023-02-16  Gregory P. Smithgh-99108: Refactor _sha256 & _sha512 into _sha2. (...
2023-02-14  Gregory P. Smithgh-99108: Build the hashlib HACL* code as a static...
2023-02-14  Jonathan Protzenkogh-99108: Import SHA2-384/512 from HACL* (#101707)
2023-02-09  Guido van Rossumgh-98831: Use opcode metadata for stack_effect() (...
2023-02-08  Michał Górnygh-100221: Fix creating dirs in `make sharedinstall...
2023-02-07  Jonathan Protzenkogh-99108: Replace SHA2-224 & 256 with verified code...
2023-02-04  Dong-hee Nagh-101282: Update BOLT --split-functions flag not to...
2023-01-22  Gregory Szorcgh-101047: Remove vestigial references to macOS libtool...
2023-01-18  Guido van RossumGH-98831: Move assorted macros from ceval.h to a new...
2023-01-09  Carl Meyergh-100764: add `pycore_frame.h` to PYTHON_HEADERS and...
2023-01-05  Guido van RossumGH-98831: Update generate_cases.py: register inst,...
2023-01-05  Mark ShannonGH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
2022-12-29  Zachary Waregh-100540: Remove obsolete Modules/_ctypes/darwin/...
2022-12-12  Eric Snowgh-81057: Move faulthandler Globals to _PyRuntimeState...
2022-12-12  Eric Snowgh-81057: Move tracemalloc Globals to _PyRuntimeState...
2022-12-10  Kai Zhanggh-99582: freeze `zipimport` into `_bootstrap_python...
2022-12-09  Eric Snowgh-81057: Move Threading-Related Globals to _PyRuntimeS...
2022-12-09  Eric Snowgh-81057: Move Ceval Trampoline Globals to _PyRuntimeSt...
2022-12-08  Eric Snowgh-81057: Move time Globals to _PyRuntimeState (gh...
2022-12-08  Eric Snowgh-81057: Move OS-Related Globals to _PyRuntimeState...
2022-11-26  Jason R. CoombsFix zipfile packaging after GH-98103 (GH-99797)
2022-11-23  Victor Stinnergh-79315: Add Include/cpython/memoryobject.h header...
2022-11-17  Erlend E. Aaslandgh-93649: Split float/long tests from _testcapimodule...
2022-11-16  Eric Snowgh-81057: Move the global Dict-Related Versions to...
2022-11-16  Christian Heimesgh-96269: static and shared ext need different deps...
next