summaryrefslogtreecommitdiff
path: root/scripts/refcounter.py
Commit message (Collapse)AuthorAgeFilesLines
* Avoid installing tests to site-packagesJon Dufresne2017-12-101-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 projectJon Dufresne2017-12-101-0/+1
| | | | Forward compatible with newer Pythons.
* Remove redundant parenthesesHugo2017-11-281-2/+2
|
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-3/+4
|
* cleanup remaining GPL license textChris Mildebrandt2014-05-201-11/+7
|
* Added script to look for refcounting bugsDaniele Varrazzo2011-01-031-0/+111