1. c6b292c bpo-29882: Add _Py_popcount32() function (GH-20518) by Victor Stinner · 4 years, 2 months ago
  2. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 4 months ago
  3. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 4 years, 4 months ago
  4. 1b55b65 bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) by Dong-hee Na · 4 years, 6 months ago
  5. 60ac6ed bpo-39573: Use Py_SET_SIZE() function (GH-18402) by Victor Stinner · 4 years, 6 months ago
  6. d0c92e8 closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727) by Batuhan Taşkaya · 4 years, 8 months ago
  7. 2798b60 Typo fix - implemention should be implementation (GH-16806) by Hansraj Das · 4 years, 10 months ago
  8. c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 5 years ago
  9. 351c674 bpo-35983: skip trashcan for subclasses (GH-11841) by Jeroen Demeyer · 5 years ago
  10. d53fe5f bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) by Serhiy Storchaka · 5 years ago
  11. a42de74 bpo-35059: Cast void* to PyObject* (GH-10650) by Victor Stinner · 6 years ago
  12. bcda8f1 bpo-35081: Add Include/internal/pycore_object.h (GH-10640) by Victor Stinner · 6 years ago
  13. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  14. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  15. d8c3e82 Fix GCC warning in Python/hamt.c (GH-7618) by Zackery Spytz · 6 years ago
  16. 378c53c bpo-33803: Fix a crash in hamt.c (#7504) by Yury Selivanov · 6 years ago
  17. 61f82e0 Spelling fixes to docs, docstrings, and comments (GH-6374) by Ville Skyttä · 6 years ago
  18. 3c7ac7e Add two missing error checks in hamt.c (GH-5851) by Xiang Zhang · 6 years ago
  19. bfe4fd5 Fix some warnings produced by different compilers. (#5593) by Serhiy Storchaka · 7 years ago
  20. 55e0839 bpo-32436: Fix compiler warning (#5483) by Yury Selivanov · 7 years ago
  21. 01a0cb8 Fix typo in hamt.c comments (#5478) by Dmitry Alimov · 7 years ago
  22. b647d70 bpo-32707: Fix warnings in hamt.c (#5430) by Yury Selivanov · 7 years ago
  23. 6ab6292 bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326) by Yury Selivanov · 7 years ago
  24. 93a6119 Fix 3rd level node's binary representation in HAMT algorithm description (#5319) by Dmitry Alimov · 7 years ago
  25. b7a80d5 bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292) by Yury Selivanov · 7 years ago
  26. 0bad4d6 bpo-32436: Fix potential NULL dereference (#5286) by Yury Selivanov · 7 years ago
  27. 83c8675 bpo-32436: Remove a redundant assert (#5275) by Yury Selivanov · 7 years ago
  28. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago