summaryrefslogtreecommitdiff
path: root/psycopg/bytes_format.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-2/+2
* Wrap _Bytes_Resize into a function with clearer semanticDaniele Varrazzo2019-01-211-5/+19
* Avoid unlikely leaks in case of memory errors in Bytes_FormatDaniele Varrazzo2019-01-211-0/+4
* Move var setting into the only case using itDaniele Varrazzo2019-01-211-5/+2
* Avoid using PyErr_BadInternalCall as the static checker doesn't get itDaniele Varrazzo2019-01-211-1/+1
* Use the real definition of Py_LOCAL_INLINEDaniele Varrazzo2019-01-211-4/+1
* Bytes_Format: use a couple of macros instead of functionsDaniele Varrazzo2019-01-211-3/+2
* Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-011-1/+0
* Use more compact macros to annotate functions for the static checkerDaniele Varrazzo2012-03-011-2/+1
* Mark getnextarg function as returning a borrowed referenceDaniele Varrazzo2012-02-241-0/+1
* Dropped unused variableDaniele Varrazzo2011-11-011-2/+1
* Use the proper printf placeholders to avoid warnings on 64 bit buildsDaniele Varrazzo2011-01-031-1/+1
* Fixed compiling on Python versions before 2.6Daniele Varrazzo2011-01-031-0/+4
* Use the same Bytes_Format function for both Python 2 and 3.Daniele Varrazzo2010-12-311-18/+20
* Dropped support for all format specifiers except s in PyBytes_Format.Daniele Varrazzo2010-12-311-160/+3
* Dropped warnings in PyBytes_Format function.Daniele Varrazzo2010-12-311-62/+0
* Use unicode keys as strings in Py3.Daniele Varrazzo2010-12-311-2/+1
* Added PyBytes_Format function.Daniele Varrazzo2010-12-311-0/+513