Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid installing tests to site-packages | Jon Dufresne | 2017-12-10 | 1 | -2/+2 |
| | | | | | | | | For library end users, there is no need to install tests alongside the package itself. This keeps the tests available for development without adding extra packages to user's site-packages directory. Reduces the size of the installed package. Avoids accidental execution of test code by an installed package. | ||||
* | Use print() function instead of print statement throughout project | Jon Dufresne | 2017-12-10 | 1 | -0/+1 |
| | | | | Forward compatible with newer Pythons. | ||||
* | Remove redundant parentheses | Hugo | 2017-11-28 | 1 | -2/+2 |
| | |||||
* | Python source cleanup using flake8 | Daniele Varrazzo | 2016-10-11 | 1 | -3/+4 |
| | |||||
* | cleanup remaining GPL license text | Chris Mildebrandt | 2014-05-20 | 1 | -11/+7 |
| | |||||
* | Added script to look for refcounting bugs | Daniele Varrazzo | 2011-01-03 | 1 | -0/+111 |