index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
hamt.c
Commit message (
Expand
)
Author
Age
*
gh-106320: Remove private PyLong C API functions (#108429)
Victor Stinner
2023-08-24
*
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher
2023-08-04
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
*
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner
2022-11-22
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner
2022-11-16
*
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Eric Snow
2022-11-16
*
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner
2022-11-10
*
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
*
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Yury Selivanov
2022-05-23
*
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner
2022-03-31
*
bpo-46417: Clear more static types (GH-30796)
Victor Stinner
2022-01-22
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
*
bpo-29882: Add _Py_popcount32() function (GH-20518)
Victor Stinner
2020-06-08
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
*
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner
2020-02-07
*
closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727)
Batuhan Taşkaya
2019-12-30
*
Typo fix - implemention should be implementation (GH-16806)
Hansraj Das
2019-10-15
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
*
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer
2019-05-10
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
*
bpo-35059: Cast void* to PyObject* (GH-10650)
Victor Stinner
2018-11-22
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-11-01
*
Fix GCC warning in Python/hamt.c (GH-7618)
Zackery Spytz
2018-07-06
*
bpo-33803: Fix a crash in hamt.c (#7504)
Yury Selivanov
2018-06-07
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
*
Add two missing error checks in hamt.c (GH-5851)
Xiang Zhang
2018-03-08
*
Fix some warnings produced by different compilers. (#5593)
Serhiy Storchaka
2018-02-09
*
bpo-32436: Fix compiler warning (#5483)
Yury Selivanov
2018-02-01
*
Fix typo in hamt.c comments (#5478)
Dmitry Alimov
2018-02-01
*
bpo-32707: Fix warnings in hamt.c (#5430)
Yury Selivanov
2018-01-29
*
bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)
Yury Selivanov
2018-01-25
*
Fix 3rd level node's binary representation in HAMT algorithm description (#5319)
Dmitry Alimov
2018-01-25
*
bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)
Yury Selivanov
2018-01-23
*
bpo-32436: Fix potential NULL dereference (#5286)
Yury Selivanov
2018-01-23
*
bpo-32436: Remove a redundant assert (#5275)
Yury Selivanov
2018-01-23
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-22