summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* SQLSTATE error classes implemented in CDaniele Varrazzo2019-02-101-1/+1
* Added utils.h fileDaniele Varrazzo2019-01-211-1/+1
* Moving host attribute to a connection.info objectDaniele Varrazzo2018-10-111-2/+2
* Added C implementation for a Column typeDaniele Varrazzo2018-10-111-2/+2
* Merge pull request #771 from jdufresne/distutilsDaniele Varrazzo2018-10-101-4/+1
|\
| * Drop legacy distutils in setup.pyJon Dufresne2018-09-151-4/+1
* | Prefer https:// URLs when availableJon Dufresne2018-09-221-1/+1
|/
* Remove setup.py fallback that assumes postgres 7.4.0.Benjamin Peterson2018-09-051-7/+1
* Add testing and document support for Python 3.7Jon Dufresne2018-07-121-0/+1
* Merge branch 'master' into drop-2to3Daniele Varrazzo2018-05-201-8/+43
|\
| * Avoid quoting the string in the psycopg version macroDaniele Varrazzo2018-02-191-4/+1
| * Print info about the binary package on build failedDaniele Varrazzo2018-01-291-4/+42
* | Drop 2to3 build step; make all code compatible with all PythonsJon Dufresne2017-12-111-18/+1
|/
* Avoid installing tests to site-packagesJon Dufresne2017-12-101-2/+2
* Fixed __libpq_version__ for Postgres >= 10.1Daniele Varrazzo2017-11-281-3/+5
* Drop support for EOL Python 3.0-3.3Hugo2017-11-281-4/+2
* Remove redundant hasattr checksHugo2017-11-281-2/+1
* Drop support for EOL Python 2.6Hugo2017-11-281-16/+4
* Merge branch 'solaris-support'Daniele Varrazzo2017-11-281-1/+1
|\
| * Emulate timeradd and timersub on SolarisMy Karlsson2017-10-261-1/+1
* | Moving to next major version on masterDaniele Varrazzo2017-11-281-1/+1
* | Add some missing trove classifiers for general Python supportJon Dufresne2017-11-271-0/+2
|/
* Bump to next development releaseDaniele Varrazzo2017-07-241-1/+1
* Bumped version number to 2.7.32_7_3Daniele Varrazzo2017-07-241-1/+1
* Bump to next development releaseDaniele Varrazzo2017-07-221-1/+1
* Bump to version 2.7.2Daniele Varrazzo2017-07-221-1/+1
* Bump version number to test a new buildDaniele Varrazzo2017-06-151-1/+1
* Remove VC9 runtime dependencyJason Erickson2017-06-081-1/+1
* Find again mxDateTime includes in default locationsDaniele Varrazzo2017-03-221-1/+2
* Bump to next dev releaseDaniele Varrazzo2017-03-131-1/+1
* Bump to version 2.7.12_7_1Daniele Varrazzo2017-03-111-1/+1
* Bump away from 2.7Daniele Varrazzo2017-03-011-1/+1
* Bump to version 2.7Daniele Varrazzo2017-02-281-2/+2
* Bump version numberDaniele Varrazzo2017-02-161-1/+1
* Bumping to 2.7 beta 2Daniele Varrazzo2017-02-161-1/+1
* Fixed generation of download url from beta versionDaniele Varrazzo2017-02-081-1/+2
* Bump version numberDaniele Varrazzo2017-02-081-1/+1
* Bump version to 2.7 beta 12_7_BETA_1Daniele Varrazzo2017-02-081-1/+1
* Dropped support for Python 3.1Daniele Varrazzo2017-02-061-1/+0
* Fixed version regexp to match "10devel"Federico Di Gregorio2017-02-041-1/+3
* Convert warnings into errors on testDaniele Varrazzo2017-02-031-1/+5
* Consider Python 3.6 and Postgres 9.6 supportedDaniele Varrazzo2017-01-031-0/+1
* Added empty options in setup.cfgDaniele Varrazzo2016-12-251-1/+6
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-36/+39
* Dropped use of b() "macro" and 2to3 fixerDaniele Varrazzo2016-08-151-4/+0
* Stop compiling with Python 2.5Daniele Varrazzo2016-08-151-1/+0
* Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-071-2/+11
|\
| * Fixed build on win32Daniele Varrazzo2016-07-011-1/+2
| * Start advertising Py 3.5 supportDaniele Varrazzo2016-03-101-0/+1
| * Work around late initialization in distutils._msvccompiler.Christian Ullrich2016-03-101-0/+4