summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactoring of the pg_config detection code in setup.pySteve Lacy2011-06-071-128/+140
| | | | Pull all state and path searching into it's own class.
* Don't encode the pg_config path on Python 3 on WindowsDaniele Varrazzo2011-06-041-3/+3
| | | | It can deal with unicode ok, and fails if it gets bytes.
* Don't fail import if mx.DateTime module is not found at import timeDaniele Varrazzo2011-06-041-12/+7
| | | | A better fix for ticket #53.
* Merge branch 'neg-escape' into develDaniele Varrazzo2011-05-301-2/+2
|\
| * Fixed escape for negative numbers prefixed by minus operatorDaniele Varrazzo2011-05-301-2/+2
| | | | | | | | Closes ticket #57.
* | Don't build mx.DateTime support if the module can't be importedDaniele Varrazzo2011-05-111-6/+12
| | | | | | | | | | | | | | | | Previously we only checked for the existence of the include files, but this doesn't imply the presence of the module. Particularly true in restricted environments such as virtualenv. Closes ticket #53.
* | Bump to next development releaseDaniele Varrazzo2011-05-111-1/+1
|/
* Preparing release 2.4.1Federico Di Gregorio2011-05-111-1/+1
|
* Allow to specify --static-libpq on setup.py command lineDaniele Varrazzo2011-03-261-1/+2
| | | | Patch provided by Matthew Ryan (ticket #48).
* Bump to work on 2.4.1Daniele Varrazzo2011-03-041-1/+1
|
* Preparing release 2.4Federico Di Gregorio2011-02-271-1/+1
| | | | | | * NEWS file now uses 72 columns (better in emails and posts) * Bumped versions * Updated MonoDevelop file
* Windows MSVC: 64bit compiler sees 2 export symbolsJason Erickson2011-02-251-0/+7
| | | | | | | | | | The MSVC compiler sees a request for the main symbol (init__pyscopg) to be exported twice during the build process and issues a warning in 64bit mode. One symbol is from distutils exporting the library with the build_ext.get_export_symbols() function, the other is from the #define PyMODINIT_FUNC (define in pyport.h) that begins the main _psycopg module. This patch overrides the get_export_symbols function and returns an empty array of symbols to export if the compiler is MSVC.
* Windows MSVC: Remove /Wp64 compiler flagJason Erickson2011-02-231-7/+1
| | | | Remove the /Wp64 flag since it is deprecated starting in Visual Studio 2008.
* Download url set to the sdist location.Daniele Varrazzo2011-02-181-1/+10
|
* Merge remote branch 'jason/devel' into develDaniele Varrazzo2011-02-171-5/+7
|\
| * Windows manifest check now checks compiler typeJason Erickson2011-02-141-5/+7
| | | | | | | | | | | | Initial compiler check was only checking two python versions. Changed the check not to check python version, but compiler version, to be compatible with more versions of python.
* | Bump version numberDaniele Varrazzo2011-02-151-1/+1
|/
* Bumped to 2.4 beta2Daniele Varrazzo2011-02-121-1/+1
| | | | | We may release a Windows package to let people test if ticket #20 is fixed.
* Windows manifest changes based upon architectureJason Erickson2011-02-111-1/+7
| | | | | | Apparently, using * for the architecture has the potential to not work on on some amd64 systems. Added checks and split the manifest based upon architecture.
* MSVC manifest change to work with buildbotJason Erickson2011-02-101-14/+3
| | | | | The buildbot does not seem to like the checks for if the source has changed, forced build, etc. Removed to work with buildbot.
* Fix manifest insertion checks for MSVC py2.6/2.7Jason Erickson2011-02-101-8/+12
| | | | | The manifest was never inserted because the checks were failing. Assuming build_extension was clearing out some of the checked values.
* Modified code to conform to python coding standardJason Erickson2011-02-101-6/+6
| | | | Change indention from 2 spaces to 4 spaces with recent changes.
* Fixed linefeeds on merged files to unix linefeedsJason Erickson2011-02-101-528/+528
| | | | | Merge utility changed the linefeeds from unix to windows. Changed the linefeeds back to unix linefeeds.
* Pulled down changes from dvarrazzo branch on ghJason Erickson2011-02-101-478/+528
| | | | | Pulled the master branch from of Daniele's psycopg branch on github and merged the changes.
* Change win32 build to reinsert VC Library ManifestJason Erickson2011-02-101-0/+20
| | | | | | Added a change at the end of the build process that would reinsert the VC library manifest. This patch will fix issues when an embedded program does not have a manifest pointing to the VC 2008 runtime library, such as in an apache/mod_python situation. Signed-off-by: Jason Erickson <jerickso@stickpeople.com>
* Refuse to build if pg_config is not found.Daniele Varrazzo2011-01-021-17/+31
| | | | | | I think half of the problems in OS X setup are due to setup going ahead even when the pg_config is not found. We are now only building with PG version that make the tool available.
* Bump to the next dev version.Daniele Varrazzo2011-01-011-1/+1
|
* Preparing release 2.3.22_3_2Federico Di Gregorio2010-12-201-1/+1
|
* Bump to next dev version.Daniele Varrazzo2010-12-181-1/+1
|
* Update classifier URLs for PyPI.Daniele Varrazzo2010-12-041-2/+2
|
* Preparing release 2.3.12_3_1Federico Di Gregorio2010-12-041-1/+1
|
* Going to dev version for 2.3.1.Daniele Varrazzo2010-12-041-1/+1
|
* Preparing release 2.3.02_3_0Federico Di Gregorio2010-12-021-1/+1
|
* Added test suite to the distributed package.Daniele Varrazzo2010-11-241-2/+2
|
* Dropped references to psycopg 1 from readme and install.Daniele Varrazzo2010-11-201-8/+6
| | | | Nowaday not many remember it: I think it's useless to make comparisons.
* Dropped support for protocol 2.Daniele Varrazzo2010-11-161-2/+1
| | | | | Dropped both the setup constant allowing conditional compiling and the code specific to V2 protocol (mostly COPY and error handling).
* Version bump to 2.3.0-beta2Federico Di Gregorio2010-11-091-1/+1
|
* Preparing release 2.3.0-beta12_3_0_BETA1Federico Di Gregorio2010-11-061-3/+4
| | | | | | | | | | | | * Merged NEWS-2.3 and NEWS-2.2: 2.0 (pre-async) still makes sense in case someone has horrible problems with the new code but 2.3 will just substitute 2.2 so having a separated NEWS file doesn't make sense. * Moved authors and contributors to AUHTORS file. * README now has pointers to web site and bug tracker. * Updated MonoDevelop project.
* Updated classifier to make the upload work.Daniele Varrazzo2010-11-051-2/+2
|
* Bump to 2.3.dev0Daniele Varrazzo2010-11-051-1/+4
|
* Added connection.xid() and related objects.Daniele Varrazzo2010-11-051-1/+1
| | | | | | | | | | | | | | | | By James Henstridge on 2008-07-23. Merged from lp:~jamesh/psycopg/two-phase-commit/revision/356 * psycopg/connection_type.c (psyco_conn_xid): add a Connection.xid() method that instantiates Xid objects. * psycopg/psycopgmodule.c (init_psycopg): initialise the Xid object type. * psycopg/xid.h: * psycopg/xid_type.c: Implement a basic transaction ID object for use in two phase commit.
* Adding Notify object with payload.Daniele Varrazzo2010-11-051-1/+1
|
* Bump to version 2.2.3-devel.Daniele Varrazzo2010-09-231-1/+1
|
* Preparing release 2.2.22_2_2Federico Di Gregorio2010-07-181-1/+1
|
* Applied spelling fixes patch from Peter EisentrautFederico Di Gregorio2010-07-181-1/+1
|
* Bump to version 2.2.2-devel.Daniele Varrazzo2010-05-201-1/+1
| | | | | The -devel suffix appears in the docs we publish on the website, so it's clear that they refer to the upcoming version.
* Warn on declarations not at beginning of the block.Daniele Varrazzo2010-05-191-0/+6
| | | | They are accepted by gcc but not by MS compilers.
* Preparing release 2.2.12_2_1Federico Di Gregorio2010-05-171-1/+1
|
* Additional Library for Windows linking and OpenSSL 1.0.0Jason Erickson2010-05-171-0/+1
| | | | Added the linking of crypt32.lib to the windows SSL build, as it seems that the current version of OpenSSL is looking for crypt32.lib as well.
* Updated project and version for release 2.2.0Federico Di Gregorio2010-05-151-1/+1
|