summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Modify setup.py to support setuptools/wheelJason Erickson2016-03-101-1/+4
* | Move replication connection to C level.Oleksandr Shulgin2015-10-271-2/+6
* | Properly subclass ReplicationCursor on C level.Oleksandr Shulgin2015-10-191-2/+2
* | Merge branch 'master' into feature/replication-message-objectOleksandr Shulgin2015-06-301-1/+1
|\ \ | |/
| * Dropped PG_VERSION_HEX constantDaniele Varrazzo2015-06-021-3/+0
| * Add libpq version discoveryOleksandr Shulgin2015-06-011-0/+3
* | Add ReplicationMessage objectOleksandr Shulgin2015-06-051-0/+2
* | Add libpq_support.c and win32_support.cOleksandr Shulgin2015-06-031-0/+2
|/
* Bump to next dev version number for the master branchDaniele Varrazzo2015-04-281-1/+1
* Version bumped for release 2.62_6Daniele Varrazzo2015-02-091-1/+1
* More portable way to establish Python 32/64 buildDaniele Varrazzo2015-02-081-1/+8
* Don't try and compile lo64 support on 32 bits PythonDaniele Varrazzo2014-12-251-2/+2
* Add the flag 'lo64' to the version if psycopg supports the lo_*64 apiDaniele Varrazzo2014-12-251-0/+10
* Use ifdef instead of if to check LO64Daniele Varrazzo2014-12-251-2/+0
* Fixed check for PG versionDaniele Varrazzo2014-12-251-2/+5
* Modify truncate to use lo_truncate64. Use HAVE_LO64 define to use new lo_*64 ...Blake Rouse2014-12-251-0/+7
* Use the readme as PyPI desctiptionDaniele Varrazzo2014-08-311-2/+10
* Dropped HAVE_PQFREEMEM flagDaniele Varrazzo2014-08-241-1/+2
* Dropped PSYCOPG_EXTENSIONS flagDaniele Varrazzo2014-08-231-4/+1
* Fix supported Py/PG versions in docsDaniele Varrazzo2014-08-041-0/+2
* cleanup remaining GPL license textChris Mildebrandt2014-05-201-1/+1
* Python 3.4 declared supportedDaniele Varrazzo2014-05-131-0/+1
* Work around pip issue #1630 breaking 'pip -e git+url'Daniele Varrazzo2014-04-041-0/+9
* Fallback when get_ext_fullpath() is unavailableJames Emerton2014-01-101-1/+5
* Use get_ext_fullpath() for -outputresourceJames Emerton2014-01-101-3/+2
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-3/+3
* Added explicit Python 2 and Python 3 classifiersDaniele Varrazzo2013-04-211-0/+1
* Explicit Python Version SupportSaul Shanabrook2013-04-211-1/+6