summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bump to next dev versionDaniele Varrazzo2013-04-071-1/+1
* Bump to release 2.5Daniele Varrazzo2013-04-071-1/+1
* Merge branch 'diagnostics' into develDaniele Varrazzo2013-03-201-3/+3
|\
| * Added a C structure to psycopg.ErrorDaniele Varrazzo2013-03-191-3/+3
* | Merge branch 'diagnostics' into develDaniele Varrazzo2013-03-181-1/+2
|\ \ | |/
| * Work-in-progress support for retrieving PG_DIAG result error fields.Matthew Woodcraft2013-03-171-1/+2
* | Fixed bad interaction of setup.py with other dependenciesDaniele Varrazzo2013-03-181-3/+7
|/
* Merge branch 'py33' into develDaniele Varrazzo2012-12-221-2/+3
|\
| * Deal with sys.platform = "linux"Daniele Varrazzo2012-09-211-2/+3
* | Splitting the release of new features in version 2.5Daniele Varrazzo2012-12-031-1/+1
|/
* Bump to next dev releaseDaniele Varrazzo2012-04-111-1/+1
* Bumping up versions to prepare 2.4.5Federico Di Gregorio2012-03-281-1/+1
* Bump to next dev versionDaniele Varrazzo2011-12-261-1/+1
* Preparing release 2.4.4Federico Di Gregorio2011-12-191-1/+1
* Bump to next development versionDaniele Varrazzo2011-12-111-1/+1
* Preparing release 2.4.3Federico Di Gregorio2011-12-111-1/+1
* Prepare for Linux 3Daniele Varrazzo2011-11-261-0/+2
* Fixed --static-libpq setup option (ticket #64)Daniele Varrazzo2011-08-091-1/+1
* Bump to next dev versionDaniele Varrazzo2011-08-091-1/+1
* Preparing release 2.4.2Federico Di Gregorio2011-06-121-1/+1
* No manifest reinsertion into 2.4/2.5 with MSVCJason Erickson2011-06-081-1/+2
* Delay detection of the compiler in setup.pyDaniele Varrazzo2011-06-071-7/+10
* More cleanup in pg_config detection from Windows registryDaniele Varrazzo2011-06-071-31/+30
* Properly detect pg_config.exe on Windows.Steve Lacy2011-06-071-47/+35
* Fix pg_config commandline option broken in a previous changeSteve Lacy2011-06-071-17/+20
* Code to find an executable on the current PATH refactoredSteve Lacy2011-06-071-6/+10
* Fixed compatibility problem in setup for Python 2.4Daniele Varrazzo2011-06-071-1/+1
* Unify the way the MSVC compiler is detectedSteve Lacy2011-06-071-11/+8
* Clean up a bunch of lint from pylint/pyflakes/pep8 checkingSteve Lacy2011-06-071-43/+50
* Refactoring of the pg_config detection code in setup.pySteve Lacy2011-06-071-128/+140
* Don't encode the pg_config path on Python 3 on WindowsDaniele Varrazzo2011-06-041-3/+3
* Don't fail import if mx.DateTime module is not found at import timeDaniele Varrazzo2011-06-041-12/+7
* Merge branch 'neg-escape' into develDaniele Varrazzo2011-05-301-2/+2
|\