COMMITS
/ Makefile.pre.in April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
April 11, 2023
I
gh-87092: move assembler related code from compile.c to assemble.c (#103277)
Irit Katriel committed
April 7, 2023
M
gh-100220: Fix error handling in make rules (GH-100328)
Michał Górny committed
April 6, 2023
E
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow committed
April 5, 2023
D
gh-101525: Disable peephole optimization process of BOLT (gh-103187)
Dong-hee Na committed
March 31, 2023
I
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel committed
March 20, 2023
E
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow committed
March 15, 2023
G
gh-102654: Insert #line directives in generated_cases.c.h (#102669)
Guido van Rossum committed
March 14, 2023
E
gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)
Eric Snow committed
March 4, 2023
J
gh-102021 : Allow multiple input files for interpreter loop generator (#102022)
Jacob Bower committed
February 22, 2023
J
gh-99108: Import MD5 and SHA1 from HACL* (#102089)
Jonathan Protzenko committed
February 19, 2023
J
gh-97930: Also include subdirectory in makefile. (#102030)
Jason R. Coombs committed
February 16, 2023
G
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith committed
February 14, 2023
G
gh-99108: Build the hashlib HACL* code as a static library. (#101917)
Gregory P. Smith committed
J
gh-99108: Import SHA2-384/512 from HACL* (#101707)
Jonathan Protzenko committed
February 9, 2023
G
gh-98831: Use opcode metadata for stack_effect() (#101704)
Guido van Rossum committed
February 8, 2023
M
gh-100221: Fix creating dirs in `make sharedinstall` (GH-100329)
Michał Górny committed
February 7, 2023
J
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko committed
February 4, 2023
D
gh-101282: Update BOLT --split-functions flag not to use deprecated u… (gh-101557)
Dong-hee Na committed
January 22, 2023
G
gh-101047: Remove vestigial references to macOS libtool options (gh-101048)
Gregory Szorc committed
January 18, 2023
G
GH-98831: Move assorted macros from ceval.h to a new header (#101116)
Guido van Rossum committed
January 9, 2023
C
gh-100764: add `pycore_frame.h` to PYTHON_HEADERS and Windows build files(#100765)
Carl Meyer committed
January 5, 2023
G
GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)
Guido van Rossum committed
M
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Mark Shannon committed
December 29, 2022
Z
gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)
Zachary Ware committed
December 12, 2022
E
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
Eric Snow committed
E
gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)
Eric Snow committed
December 10, 2022
K
gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)
Kai Zhang committed
December 9, 2022
E
gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Eric Snow committed
E
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
Eric Snow committed
December 8, 2022
E
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow committed
E
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow committed
November 26, 2022
J
Fix zipfile packaging after GH-98103 (GH-99797)
Jason R. Coombs committed
November 23, 2022
V
gh-79315: Add Include/cpython/memoryobject.h header (#99723)
Victor Stinner committed
November 17, 2022
E
gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)
Erlend E. Aasland committed
November 16, 2022
E
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow committed
C
gh-96269: static and shared ext need different deps (#96316)
Christian Heimes committed
November 14, 2022
V
gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)
Victor Stinner committed
November 11, 2022
E
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow committed
November 8, 2022
E
gh-90868: Adjust the Generated Objects (gh-99223)
Eric Snow committed
November 4, 2022
B
GH-98831: Add `regen-cases` to `regen-all` (#99107)
Brandt Bucher committed
November 3, 2022
V
gh-92584: Remove the distutils package (#99061)
Victor Stinner committed
S
gh-98948: Remove obsolete readelf dependency (#98949)
serge-sans-paille committed
G
GH-98831: "Generate" the interpreter (#98830)
Guido van Rossum committed
November 2, 2022
B
gh-97731: Specify the full path to the docs for `make docclean` (GH-98982)
Brett Cannon committed
October 28, 2022
M
gh-98776: Fix make regen-test-levenshtein for out-of-tree builds (GH-98779)
Miro Hrončok committed
October 25, 2022
P
gh-96143: Move the perf trampoline files to the Python directory (#98675)
Pablo Galindo Salgado committed
October 17, 2022
V
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner committed
October 12, 2022
V
gh-97669: Create Tools/patchcheck/ directory (#98186)
Victor Stinner committed