summaryrefslogtreecommitdiff
path: root/scripts/refcounter.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
| | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I"
* Upgrade f-strings with flynt -a and remove int()Hugo van Kemenade2020-11-181-9/+9
|
* Upgrade f-strings with flyntHugo van Kemenade2020-11-171-1/+1
|
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-171-1/+0
|
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
|
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
| | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I"
* Replace deprecated optparse usage with argparseJon Dufresne2018-10-101-9/+7
| | | | | | | | Per https://docs.python.org/3/library/optparse.html > Deprecated since version 3.2: The optparse module is deprecated and > will not be developed further; development will continue with the > argparse module.
* 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