Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace KB unit with KiB (#4293) | 2017-11-08 | 1 | -1/+1 | |
* | Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt... | 2016-09-13 | 1 | -3/+3 | |
* | merge 3.5 | 2016-09-06 | 1 | -1/+2 | |
|\ | |||||
| * | do not memcpy from NULL | 2016-09-06 | 1 | -1/+2 | |
* | | Cleanup hashtable.h | 2016-03-23 | 1 | -22/+33 | |
* | | Issue #26588: | 2016-03-23 | 1 | -6/+4 | |
* | | Remove _Py_hashtable_delete() | 2016-03-22 | 1 | -0/+3 | |
* | | Simplify implementation of hashtable.c | 2016-03-22 | 1 | -47/+8 | |
* | | hashtable.h now supports keys of any size | 2016-03-21 | 1 | -58/+89 | |
* | | Ooops, revert changeset ea9efa06c137 | 2016-03-21 | 1 | -62/+43 | |
* | | _tracemalloc: add domain to trace keys | 2016-03-18 | 1 | -43/+62 | |
* | | On memory error, dump the memory block traceback | 2016-03-15 | 1 | -3/+3 | |
|/ | |||||
* | Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C | 2014-07-01 | 1 | -2/+3 | |
* | Issue #21036: Fix typo in macro name | 2014-03-24 | 1 | -2/+2 | |
* | Issue #18874: Implement the PEP 454 (tracemalloc) | 2013-11-23 | 1 | -0/+518 |