COMMITS
/ Python/hamt.c 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