Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-29778: Ensure python3.dll is loaded from correct locations when Python is... | Miss Islington (bot) | 2020-07-06 | 1 | -1/+44 |
* | bpo-41061: Fix incorrect expressions in hashtable (GH-21028) | Miss Islington (bot) | 2020-06-22 | 1 | -2/+2 |
* | 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 |