summaryrefslogtreecommitdiff
path: root/Python/hamt.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* bpo-35983: skip trashcan for subclasses (GH-11841)Jeroen Demeyer2019-05-101-6/+6
* bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)Serhiy Storchaka2019-03-131-1/+1
* bpo-35059: Cast void* to PyObject* (GH-10650)Victor Stinner2018-11-221-3/+4
* bpo-35081: Add Include/internal/pycore_object.h (GH-10640)Victor Stinner2018-11-211-2/+3
* bpo-35081: Rename internal headers (GH-10275)Victor Stinner2018-11-121-1/+1
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-11-011-2/+2
* Fix GCC warning in Python/hamt.c (GH-7618)Zackery Spytz2018-07-061-1/+1
* bpo-33803: Fix a crash in hamt.c (#7504)Yury Selivanov2018-06-071-0/+2
* Spelling fixes to docs, docstrings, and comments (GH-6374)Ville Skyttä2018-04-201-2/+2
* Add two missing error checks in hamt.c (GH-5851)Xiang Zhang2018-03-081-1/+7
* Fix some warnings produced by different compilers. (#5593)Serhiy Storchaka2018-02-091-2/+2
* bpo-32436: Fix compiler warning (#5483)Yury Selivanov2018-02-011-0/+2
* Fix typo in hamt.c comments (#5478)Dmitry Alimov2018-02-011-1/+1
* bpo-32707: Fix warnings in hamt.c (#5430)Yury Selivanov2018-01-291-3/+5
* bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)Yury Selivanov2018-01-251-1/+1
* Fix 3rd level node's binary representation in HAMT algorithm description (#5319)Dmitry Alimov2018-01-251-1/+1
* bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)Yury Selivanov2018-01-231-14/+12
* bpo-32436: Fix potential NULL dereference (#5286)Yury Selivanov2018-01-231-0/+4
* bpo-32436: Remove a redundant assert (#5275)Yury Selivanov2018-01-231-1/+0
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-221-0/+2982