Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Name the types after the module they are exposed from | Daniele Varrazzo | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | Use the Py_RETURN_NONE macro | Daniele Varrazzo | 2013-04-05 | 1 | -6/+3 |
| | |||||
* | PyType_GenericAlloc is the default allocator: no need to specify | Daniele Varrazzo | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | Dropped "customized" pg_free functions | Daniele Varrazzo | 2013-03-20 | 1 | -25/+1 |
| | | | | The defaut is already to call PyObject_GC_Del. | ||||
* | Import structmember/stringobject headers from python.h. | Daniele Varrazzo | 2010-12-21 | 1 | -3/+0 |
| | | | | stringobject is not to be imported with Python 3. | ||||
* | Using PyVarObject_HEAD_INIT macro. | Daniele Varrazzo | 2010-12-21 | 1 | -2/+1 |
| | |||||
* | Using Py_TYPE and Py_REFCNT macros. | Daniele Varrazzo | 2010-12-21 | 1 | -1/+1 |
| | |||||
* | Changed Python const RO -> READONLY. | Daniele Varrazzo | 2010-12-12 | 1 | -1/+1 |
| | |||||
* | Internal imports simplified. | Daniele Varrazzo | 2010-12-12 | 1 | -8/+5 |
| | | | | | | | | | | .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. | ||||
* | Dropped PyArg_ParseTuple() calls in functions taking no arguments. | Daniele Varrazzo | 2010-11-09 | 1 | -9/+3 |
| | |||||
* | Changes license to LGPL3 + OpenSSL exception on all source files | Federico Di Gregorio | 2010-02-12 | 1 | -12/+16 |
| | |||||
* | Fixed both Python 2.5 and 64 bit problems. | Federico Di Gregorio | 2007-04-10 | 1 | -9/+10 |
| | |||||
* | * psycopg/psycopgmodule.c: fixed exceptions refcount. | Daniele Varrazzo | 2005-11-26 | 1 | -4/+6 |
| | | | | * fixed lots of doctrings and added Epydoc-generated docs support. | ||||
* | Code cleanup. | Federico Di Gregorio | 2005-10-18 | 1 | -1/+1 |
| | |||||
* | mingw patch from Daniele Varazzo. | Federico Di Gregorio | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | Optimizations to type casting (in preparation to array support.) | Federico Di Gregorio | 2005-03-12 | 1 | -15/+0 |
| | |||||
* | Adaptation fixes (a lot.) | Federico Di Gregorio | 2005-02-28 | 1 | -2/+2 |
| | |||||
* | Much better examples. | Federico Di Gregorio | 2005-02-27 | 1 | -0/+18 |
| | |||||
* | Renaming types. | Federico Di Gregorio | 2004-12-13 | 1 | -1/+1 |
| | |||||
* | Initial psycopg 2 import after SVN crash. | Federico Di Gregorio | 2004-10-19 | 1 | -0/+211 |