summaryrefslogtreecommitdiff
path: root/psycopg/adapter_binary.h
Commit message (Collapse)AuthorAgeFilesLines
* Dropped simple type wrapper functionsDaniele Varrazzo2014-08-151-7/+0
| | | | | These functions don't need to exist: exposing the type in the module is enough. It is actually better as one may use isinstance and such.
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-1/+1
|
* Internal imports simplified.Daniele Varrazzo2010-12-121-6/+0
| | | | | | | | | | .c files only need to import psycopg.h: it will in turn import dependencies from Python and libpq and configure.h. psycopg.h should be the first to be imported, so the basic imports are not required in the .h's As a guideline I'm trying to import from the most specific to the most generic to detect missing imports in the .h's.
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
|
* * psycypg/*.h: apply HIDDEN to all global variables and functionsJames Henstridge2008-01-211-2/+4
| | | | | | | | that should not be exported from the module. This results in a 5% reduction in code size and shortens the dynamic symbol table. * psycopg/config.h: If GCC >= 4.0 is installed, define the HIDDEN symbol to apply the "hidden" visibility attribute.
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-1/+2
|
* Builds again on win32 (closes: #132).Federico Di Gregorio2006-10-291-1/+1
|
* Piet Delport patches: 1 of 3.Federico Di Gregorio2006-09-231-1/+1
|
* Second half of 8.1.4 securiy patch.Federico Di Gregorio2006-05-241-1/+1
|
* * Docstrings added/fixedDaniele Varrazzo2006-01-121-1/+2
| | | * Added __all__ attributes to Python modules to explicit the package API
* * psycopg/psycopgmodule.c: fixed exceptions refcount.Daniele Varrazzo2005-11-261-1/+1
| | | | * fixed lots of doctrings and added Epydoc-generated docs support.
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+52