| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-41061: Fix incorrect expressions in hashtable (GH-21028) | Christian Heimes | 2020-06-22 | 1 | -2/+2 |
|
|
* | bpo-29782: Consolidate _Py_Bit_Length() (GH-20739) | Niklas Fiekas | 2020-06-15 | 1 | -0/+40 |
|
|
* | bpo-29882: Add _Py_popcount32() function (GH-20518) | Victor Stinner | 2020-06-08 | 1 | -1/+41 |
|
|
* | bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077) | Victor Stinner | 2020-05-14 | 1 | -5/+9 |
|
|
* | bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091) | Victor Stinner | 2020-05-14 | 1 | -0/+88 |
|
|
* | bpo-39849: Enable assertions in _testcapimodule.c and _testinternalcapi.c (GH... | Hai Shi | 2020-04-20 | 1 | -0/+3 |
|
|
* | bpo-40302: Add pycore_byteswap.h header file (GH-19552) | Victor Stinner | 2020-04-17 | 1 | -1/+31 |
|
|
* | bpo-40241: Add pycore_gc.h header file (GH-19494) | Victor Stinner | 2020-04-13 | 1 | -1/+16 |
|
|
* | bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974) | Victor Stinner | 2020-03-13 | 1 | -1/+12 |
|
|
* | bpo-36763: Implement the PEP 587 (GH-13592) | Victor Stinner | 2019-05-27 | 1 | -1/+1 |
|
|
* | bpo-36635: Add _testinternalcapi module (GH-12841) | Victor Stinner | 2019-04-18 | 1 | -0/+45 |
|
|