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