| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Pull all state and path searching into it's own class.
|
| |
|
|
| |
It can deal with unicode ok, and fails if it gets bytes.
|
| |
|
|
| |
A better fix for ticket #53.
|
| |\ |
|
| | |
| |
| |
| | |
Closes ticket #57.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |/ |
|
| | |
|
| |
|
|
| |
Patch provided by Matthew Ryan (ticket #48).
|
| | |
|
| |
|
|
|
|
| |
* NEWS file now uses 72 columns (better in emails and posts)
* Bumped versions
* Updated MonoDevelop file
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
Remove the /Wp64 flag since it is deprecated starting in Visual Studio 2008.
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
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.
|
| |/ |
|
| |
|
|
|
| |
We may release a Windows package to let people test if ticket #20 is
fixed.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
| |
The buildbot does not seem to like the checks for if the source has
changed, forced build, etc. Removed to work with buildbot.
|
| |
|
|
|
| |
The manifest was never inserted because the checks were failing. Assuming
build_extension was clearing out some of the checked values.
|
| |
|
|
| |
Change indention from 2 spaces to 4 spaces with recent changes.
|
| |
|
|
|
| |
Merge utility changed the linefeeds from unix to windows. Changed the
linefeeds back to unix linefeeds.
|
| |
|
|
|
| |
Pulled the master branch from of Daniele's psycopg branch on github and
merged the changes.
|
| |
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Nowaday not many remember it: I think it's useless to make comparisons.
|
| |
|
|
|
| |
Dropped both the setup constant allowing conditional compiling and the
code specific to V2 protocol (mostly COPY and error handling).
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
The -devel suffix appears in the docs we publish on the website, so it's
clear that they refer to the upcoming version.
|
| |
|
|
| |
They are accepted by gcc but not by MS compilers.
|
| | |
|
| |
|
|
| |
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.
|
| | |
|