Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-41617: Add _Py__has_builtin() macro (GH-23260) | Victor Stinner | 2020-11-13 | 1 | -9/+6 |
* | bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042) | Victor Stinner | 2020-09-01 | 1 | -4/+6 |
* | bpo-29782: Consolidate _Py_Bit_Length() (GH-20739) | Niklas Fiekas | 2020-06-15 | 1 | -4/+43 |
* | bpo-29882: Add _Py_popcount32() function (GH-20518) | Victor Stinner | 2020-06-08 | 1 | -0/+138 |