Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-108216: Cleanup #include in internal header files (#108228) | Victor Stinner | 2023-08-21 | 1 | -2/+2 |
* | bpo-29882: Fix portability bug introduced in GH-30774 (#30794) | Mark Dickinson | 2022-01-23 | 1 | -4/+14 |
* | bpo-29882: _Py_popcount32() doesn't need 64x64 multiply (GH-30774) | Victor Stinner | 2022-01-21 | 1 | -1/+1 |
* | 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 |