COMMITS
/ PCbuild/pythoncore.vcxproj February 19, 2026
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
December 22, 2025
C
GH-139922: Tail calling for MSVC (VS 2026) (GH-143068)
Chris Eibl committed
December 8, 2025
D
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
Donghee Na committed
November 21, 2025
November 3, 2025
N
gh-131253: free-threaded build support for pystats (gh-137189)
Neil Schemenauer committed
October 31, 2025
S
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
Serhiy Storchaka committed
October 30, 2025
V
gh-139353: Add Objects/unicode_writer.c file (#139911)
Victor Stinner committed
S
gh-129117: Add unicodedata.isxidstart() function (#140269)
Stan Ulbrych committed
October 10, 2025
V
gh-139353: Add Objects/unicode_format.c file (#139491)
Victor Stinner committed
October 8, 2025
V
gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)
Victor Stinner committed
October 7, 2025
V
gh-79315: Add Include/cpython/structseq.h header (#139730)
Victor Stinner committed
V
gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)
Victor Stinner committed
V
gh-79315: Add Include/cpython/sliceobject.h header (#139729)
Victor Stinner committed
V
gh-79315: Add Include/cpython/marshal.h header (#139725)
Victor Stinner committed
September 18, 2025
V
gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
Victor Stinner committed
August 1, 2025
July 28, 2025
B
gh-131876: extract `_hashlib` helpers into a separate directory (#136995)
Bénédikt Tran committed
July 24, 2025
A
gh-136759: rename `lock.h` to `pylock.h` (#137041)
AN Long committed
June 27, 2025
B
gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)
Bénédikt Tran committed
May 19, 2025
May 4, 2025
April 30, 2025
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 4, 2025
A
gh-109599: Expose `CapsuleType` via the `_types` module (#131969)
Adam Turner committed
B
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran committed
April 3, 2025
P
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado committed
March 21, 2025
V
gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)
Victor Stinner committed
V
gh-131238: Add pycore_interpframe.h to PYTHON_HEADERS (#131545)
Victor Stinner committed
March 19, 2025
C
S
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
Steve Dower committed
V
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
Victor Stinner committed
V
gh-130931: Add pycore_typedefs.h internal header (#131396)
Victor Stinner committed
March 17, 2025
C
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
March 15, 2025
C
March 11, 2025
K
gh-130039: Tailcall for windows builds (GH-130040)
Ken Jin committed
March 4, 2025
C
gh-130090: Support PGO for clang-cl on Windows (GH-129907)
Chris Eibl committed
November 25, 2024
S
gh-127248: Fix several removed or misnamed files in pythoncore.vcxproj (GH-127249)
Sergey Muraviov committed
November 7, 2024
E
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow committed
November 4, 2024
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed
October 1, 2024
S
gh-124218: Refactor per-thread reference counting (#124844)
Sam Gross committed
September 23, 2024
September 9, 2024
I
gh-121404: split compile.c into compile.c and codegen.c (#123651)
Irit Katriel committed
August 13, 2024
J
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko committed
August 6, 2024
S
gh-122417: Implement per-thread heap type refcounts (#122418)
Sam Gross committed
July 22, 2024
S
gh-100240: Use a consistent implementation for freelists (#121934)
Sam Gross committed
July 3, 2024
V
gh-112136: Restore removed _PyArg_Parser (#121262)
Victor Stinner committed
June 26, 2024
K
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin committed