summaryrefslogtreecommitdiff
path: root/psycopg/python.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-59/+1
* Drop support for EOL Python 3.5 (#1197)Hugo van Kemenade2020-11-171-2/+2
* Drop support for EOL Python 3.4Hugo2020-11-101-2/+2
* use Py_SET_TYPE for compat with python 3.10Cyril Jouve2020-07-261-0/+8
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Fixed handling large Oid valuesfix-961Daniele Varrazzo2019-09-041-0/+10
* Py2/3 compatibility macro definitions rationalizedDaniele Varrazzo2019-03-161-36/+29
* Added PY_2, PY_3 macros and used uniformlyDaniele Varrazzo2019-03-161-12/+17
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Added several ConnectionInfo attributesDaniele Varrazzo2018-10-121-0/+1
* Moved datatime compatibility macros with othersDaniele Varrazzo2018-01-101-0/+5
* Add news and update version checkHugo2017-11-281-2/+4
* Drop support for EOL Python 2.6Hugo2017-11-281-10/+2
* Stop compiling with Python 2.5Daniele Varrazzo2016-08-151-2/+2
* Dropped support for Python 2.4Daniele Varrazzo2013-03-201-31/+2
* Added a C structure to psycopg.ErrorDaniele Varrazzo2013-03-191-0/+1
* Added compatibility PyErr_WarnEx macro for Python 2.4Daniele Varrazzo2012-10-061-0/+5
* Merge branch 'transaction-control' into develDaniele Varrazzo2011-06-031-0/+1
|\
| * Dropped isolation level from the connection objectDaniele Varrazzo2011-06-031-0/+1
* | Fixed escape for negative numbers prefixed by minus operatorDaniele Varrazzo2011-05-301-0/+2
|/
* Python 3.2 hash() return value is arch dependantJason Erickson2011-02-181-0/+9
* Fixed compiling on Python versions before 2.6Daniele Varrazzo2011-01-031-0/+5
* Added Py3 compatibility macro for Py_TPFLAGS_HAVE_WEAKREFSDaniele Varrazzo2011-01-031-0/+1
* Use the same Bytes_Format function for both Python 2 and 3.Daniele Varrazzo2010-12-311-7/+6
* Added utility function to get bytes from a str/unicode.Daniele Varrazzo2010-12-311-0/+2
* Datetime adaptation in bytes.Daniele Varrazzo2010-12-311-6/+0
* Added PyBytes_Format function.Daniele Varrazzo2010-12-311-0/+11
* The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-0/+62
* Import structmember/stringobject headers from python.h.Daniele Varrazzo2010-12-211-0/+3
* Added a few compatibility macros defined in Py 2.6.Daniele Varrazzo2010-12-211-2/+6
* Internal imports simplified.Daniele Varrazzo2010-12-121-2/+0
* Py_TYPE defined as it is in Python 2.6.Daniele Varrazzo2010-11-081-1/+1
* Added compatibility macro for pre 2.6Daniele Varrazzo2010-11-051-0/+4
* implement sequence behaviour, as required for transaction IDs.Daniele Varrazzo2010-11-051-0/+2
* Fixed Python 2.4 compatibility breakageFederico Di Gregorio2010-04-091-0/+1
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
* Remove backward compatibility support for Python versions older than James Henstridge2008-12-261-30/+24
* * psycopg/connection_type.c:James Henstridge2008-05-281-0/+23
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-1/+2
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+43