summaryrefslogtreecommitdiff
path: root/psycopg/typecast_basic.c
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-23/+0
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Allow parsing boolean both upper and lowercaseDaniele Varrazzo2019-10-191-6/+17
* Prefix 'psycopg_' changed to 'psyco_'namingDaniele Varrazzo2019-03-171-1/+1
* Added PY_2, PY_3 macros and used uniformlyDaniele Varrazzo2019-03-161-3/+3
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* More straightforward semantics for psyco_GetDecimalTypeDaniele Varrazzo2019-01-211-0/+1
* Preliminary test for a BYTES adapter.Daniele Varrazzo2019-01-181-7/+15
* Don't look up for Python encodingDaniele Varrazzo2016-12-291-6/+1
* conn->codec rename to pyencDaniele Varrazzo2016-12-261-1/+1
* Optimize UTF8 and Latin1 decodingDaniele Varrazzo2016-10-121-3/+8
* Use the Py_RETURN_NONE macroDaniele Varrazzo2013-04-051-7/+7
* Check for errors in float adaptationDaniele Varrazzo2012-03-041-1/+1
* The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-3/+14
* Added Python codec name to the connection.Daniele Varrazzo2010-12-211-12/+3
* Fixed problem with decimal.Decimal conversionsFederico Di Gregorio2010-02-211-2/+8
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-13/+17
* If we are depending on Python 2.4, we don't need to make decimal module James Henstridge2008-12-271-4/+0
* * psycopg/*.[ch]: add const qualifier to various string argumentsJames Henstridge2008-01-211-9/+9
* Fixed bug #192 (Decimal support not safe for use with multiple subDaniele Varrazzo2007-10-211-0/+3
* Added missing return in case out of memory.Daniele Varrazzo2007-10-181-1/+1
* int->size_t transition.Federico Di Gregorio2007-04-131-16/+16
* Fixed compile problems on old gcc.Federico Di Gregorio2006-09-011-2/+3
* Preparing release 2.0.4.Federico Di Gregorio2006-08-011-0/+2
* Little fixes.Federico Di Gregorio2006-06-151-9/+5
* Code cleanup.Federico Di Gregorio2005-10-181-11/+11
* chunk/buffer patch applied.Federico Di Gregorio2005-05-091-87/+0
* Array quoting (not completely working.)Federico Di Gregorio2005-03-231-9/+26
* Array support works, at least for INTEGERS.Federico Di Gregorio2005-03-221-5/+27
* Optimizations to type casting (in preparation to array support.)Federico Di Gregorio2005-03-121-29/+27
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+192