summaryrefslogtreecommitdiff
path: root/psycopg/microprotocols_proto.c
Commit message (Collapse)AuthorAgeFilesLines
* Name the types after the module they are exposed fromDaniele Varrazzo2014-08-151-1/+1
|
* Use the Py_RETURN_NONE macroDaniele Varrazzo2013-04-051-6/+3
|
* PyType_GenericAlloc is the default allocator: no need to specifyDaniele Varrazzo2013-03-201-1/+1
|
* Dropped "customized" pg_free functionsDaniele Varrazzo2013-03-201-25/+1
| | | | The defaut is already to call PyObject_GC_Del.
* Import structmember/stringobject headers from python.h.Daniele Varrazzo2010-12-211-3/+0
| | | | stringobject is not to be imported with Python 3.
* Using PyVarObject_HEAD_INIT macro.Daniele Varrazzo2010-12-211-2/+1
|
* Using Py_TYPE and Py_REFCNT macros.Daniele Varrazzo2010-12-211-1/+1
|
* Changed Python const RO -> READONLY.Daniele Varrazzo2010-12-121-1/+1
|
* Internal imports simplified.Daniele Varrazzo2010-12-121-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 Varrazzo2010-11-091-9/+3
|
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
|
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-9/+10
|
* * psycopg/psycopgmodule.c: fixed exceptions refcount.Daniele Varrazzo2005-11-261-4/+6
| | | | * fixed lots of doctrings and added Epydoc-generated docs support.
* Code cleanup.Federico Di Gregorio2005-10-181-1/+1
|
* mingw patch from Daniele Varazzo.Federico Di Gregorio2005-04-101-1/+1
|
* Optimizations to type casting (in preparation to array support.)Federico Di Gregorio2005-03-121-15/+0
|
* Adaptation fixes (a lot.)Federico Di Gregorio2005-02-281-2/+2
|
* Much better examples.Federico Di Gregorio2005-02-271-0/+18
|
* Renaming types.Federico Di Gregorio2004-12-131-1/+1
|
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+211