Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't fail import if mx.DateTime module is not found at import time | Daniele Varrazzo | 2011-06-04 | 1 | -2/+2 |
| | | | | A better fix for ticket #53. | ||||
* | Internal imports simplified. | Daniele Varrazzo | 2010-12-12 | 1 | -5/+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. | ||||
* | datetime module initialized as it is supposed to be. | Daniele Varrazzo | 2010-11-19 | 1 | -0/+2 |
| | | | | | Dropped compiler warnings. It wouldn't blow up if any api was called. No need to pass type pointers around. | ||||
* | Changes license to LGPL3 + OpenSSL exception on all source files | Federico Di Gregorio | 2010-02-12 | 1 | -12/+16 |
| | |||||
* | * psycypg/*.h: apply HIDDEN to all global variables and functions | James Henstridge | 2008-01-21 | 1 | -11/+13 |
| | | | | | | | | 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 Gregorio | 2007-04-10 | 1 | -6/+7 |
| | |||||
* | Builds again on win32 (closes: #132). | Federico Di Gregorio | 2006-10-29 | 1 | -1/+1 |
| | |||||
* | Piet Delport patches: 1 of 3. | Federico Di Gregorio | 2006-09-23 | 1 | -1/+1 |
| | |||||
* | * Docstrings added/fixed | Daniele Varrazzo | 2006-01-12 | 1 | -6/+18 |
| | | | * Added __all__ attributes to Python modules to explicit the package API | ||||
* | * psycopg/psycopgmodule.c: fixed exceptions refcount. | Daniele Varrazzo | 2005-11-26 | 1 | -10/+10 |
| | | | | * fixed lots of doctrings and added Epydoc-generated docs support. | ||||
* | Working on TZ issues. | Federico Di Gregorio | 2005-10-17 | 1 | -2/+2 |
| | |||||
* | Initial psycopg 2 import after SVN crash. | Federico Di Gregorio | 2004-10-19 | 1 | -0/+95 |