Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move package into src | Hynek Schlawack | 2015-10-17 | 1 | -82/+0 |
| | | | | Prevents accidental imports when running tests. | ||||
* | Python 3 syntax compatibility | Jean-Paul Calderone | 2014-01-10 | 1 | -3/+3 |
| | |||||
* | changing the name back does not reintroduce the problem, how fun | Jean-Paul Calderone | 2014-01-01 | 1 | -4/+4 |
| | |||||
* | randomly guess that the names of these functions is causing problems and ↵ | Jean-Paul Calderone | 2014-01-01 | 1 | -4/+4 |
| | | | | give them less scary names | ||||
* | Only initialize the heap if setup succeeds | Jean-Paul Calderone | 2013-03-03 | 1 | -1/+2 |
| | |||||
* | Some optional logging. | Jean-Paul Calderone | 2013-03-03 | 1 | -2/+14 |
| | |||||
* | Keep track of size of allocations as well and report this information when ↵ | Jean-Paul Calderone | 2013-03-02 | 1 | -2/+2 |
| | | | | reporting leaks; also add realloc support and some belt-and-suspenders stuff to stack formatting code. | ||||
* | Somewhat more sophisticated leak reporting | Jean-Paul Calderone | 2013-03-01 | 1 | -0/+69 |