COMMITS
/ Python/hamt.c March 11, 2026
S
GH-145247: Use _PyTuple_FromPair in Parser and Python (#145842)
Sergey Miryanov committed
January 9, 2026
August 7, 2025
B
gh-137440: Update comment in Python/hamt.c on importing for testing (GH-137441)
Bartosz Sławecki committed
May 29, 2025
V
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Victor Stinner committed
April 30, 2025
M
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon committed
April 1, 2025
B
gh-111178: remove redundant casts for functions with correct signatures (#131673)
Bénédikt Tran committed
March 20, 2025
V
gh-111178: Fix function signatures for multiple tests (#131496)
Victor Stinner committed
January 8, 2025
B
gh-111178: fix UBSan failures in `Python/hamt.c` (GH-128247)
Bénédikt Tran committed
October 15, 2024
V
gh-125196: Use PyUnicodeWriter in HAMT (#125458)
Victor Stinner committed
August 24, 2023
V
gh-106320: Remove private PyLong C API functions (#108429)
Victor Stinner committed
August 4, 2023
B
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher committed
July 1, 2023
V
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
E
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner committed
May 27, 2022
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
May 23, 2022
Y
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Yury Selivanov committed
March 31, 2022
V
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner committed
January 22, 2022
V
bpo-46417: Clear more static types (GH-30796)
Victor Stinner committed
December 9, 2021
June 8, 2020
V
bpo-29882: Add _Py_popcount32() function (GH-20518)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
February 7, 2020
V
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner committed
December 31, 2019
B
closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727)
Batuhan Taşkaya committed
October 15, 2019
H
Typo fix - implemention should be implementation (GH-16806)
Hansraj Das committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
May 10, 2019
J
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
November 22, 2018
V
bpo-35059: Cast void* to PyObject* (GH-10650)
Victor Stinner committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
July 6, 2018
Z
Fix GCC warning in Python/hamt.c (GH-7618)
Zackery Spytz committed
June 8, 2018
Y
bpo-33803: Fix a crash in hamt.c (#7504)
Yury Selivanov committed
April 20, 2018
V
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä committed
March 8, 2018
X
Add two missing error checks in hamt.c (GH-5851)
Xiang Zhang committed
February 9, 2018
S
Fix some warnings produced by different compilers. (#5593)
Serhiy Storchaka committed
February 2, 2018
Y
bpo-32436: Fix compiler warning (#5483)
Yury Selivanov committed
D
Fix typo in hamt.c comments (#5478)
Dmitry Alimov committed
January 29, 2018
Y
bpo-32707: Fix warnings in hamt.c (#5430)
Yury Selivanov committed
January 25, 2018
Y
bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)
Yury Selivanov committed
D
Fix 3rd level node's binary representation in HAMT algorithm description (#5319)
Dmitry Alimov committed
January 24, 2018
Y
bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)
Yury Selivanov committed
January 23, 2018
Y
bpo-32436: Fix potential NULL dereference (#5286)
Yury Selivanov committed
Y
bpo-32436: Remove a redundant assert (#5275)
Yury Selivanov committed
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed