| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Copyright year updated to 2021 | Daniele Varrazzo | 2021-06-15 | 1 | -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 Kemenade | 2020-11-18 | 1 | -9/+9 |
| | | |||||
| * | Upgrade f-strings with flynt | Hugo van Kemenade | 2020-11-17 | 1 | -1/+1 |
| | | |||||
| * | Upgrade Python syntax with pyupgrade --py36-plus | Hugo van Kemenade | 2020-11-17 | 1 | -1/+0 |
| | | |||||
| * | Copyright bumped to 2020 | Daniele Varrazzo | 2020-01-17 | 1 | -0/+1 |
| | | |||||
| * | Copyright year updated | Daniele Varrazzo | 2019-02-17 | 1 | -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 argparse | Jon Dufresne | 2018-10-10 | 1 | -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-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 |
