summaryrefslogtreecommitdiff
path: root/psycopg/typecast_binary.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-40/+0
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Several function names shortenedDaniele Varrazzo2019-03-171-6/+6
* Added PY_2, PY_3 macros and used uniformlyDaniele Varrazzo2019-03-161-2/+2
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Prefer https:// URLs when availableJon Dufresne2018-09-221-2/+2
* Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-011-1/+0
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-2/+2
* Use the Py_RETURN_NONE macroDaniele Varrazzo2013-04-051-1/+1
* Dropped "customized" pg_free functionsDaniele Varrazzo2013-03-201-3/+2
* Doubt about 'c' buffer solved by Stefan KrahDaniele Varrazzo2012-12-221-1/+0
* Return memoryview object of type "c" instead of "B" from byteaDaniele Varrazzo2012-09-211-2/+8
* Update all links to PostgreSQL docs to the current version.Marti Raudsepp2012-02-281-2/+2
* Added tests for our own bytea parserDaniele Varrazzo2011-03-261-1/+2
* Parse bytea output format ourselves instead of using the libpqDaniele Varrazzo2011-03-261-72/+161
* Raise an exception if the libpq fails to decode bytea in hex formatDaniele Varrazzo2011-02-231-0/+13
* More careful memory managementDaniele Varrazzo2011-02-231-4/+2
* The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-0/+24
* Using PyVarObject_HEAD_INIT macro.Daniele Varrazzo2010-12-211-2/+1
* Using Py_TYPE and Py_REFCNT macros.Daniele Varrazzo2010-12-211-1/+1
* Internal imports simplified.Daniele Varrazzo2010-12-121-1/+0
* Use PQfreemem to free memory allocated by the libpq.Daniele Varrazzo2010-10-081-3/+3
* Dropped PSYCOPG_OWN_QUOTING.Daniele Varrazzo2010-10-081-49/+0
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-13/+17
* * psycopg/*.[ch]: add const qualifier to various string argumentsJames Henstridge2008-01-211-1/+1
* typecast_binary.c cleanup.Federico Di Gregorio2007-04-131-17/+54
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-18/+23
* Code cleanup.Federico Di Gregorio2005-10-181-4/+4
* chunk/buffer patch applied.Federico Di Gregorio2005-05-091-0/+191