summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Expressions rewritten in a more normal wayDaniele Varrazzo2012-03-042-2/+2
* Check for errors in float adaptationDaniele Varrazzo2012-03-041-1/+1
* Check failed list creation in array adaptationDaniele Varrazzo2012-03-041-1/+1
* Fixed typecasters refcountDaniele Varrazzo2012-03-041-19/+21
* Guard from failed keys creation during adaptationDaniele Varrazzo2012-03-041-7/+10
* Guard from NULL dereference if Xid allocation failsDaniele Varrazzo2012-03-041-1/+3
* Further modeling of exception raisingDaniele Varrazzo2012-03-049-52/+49
* Raise an exception in case of failed localtime_r callDaniele Varrazzo2012-03-041-0/+11
* Attempt to enforce signature for the "O&" converter functionsDaniele Varrazzo2012-03-011-6/+6
* More functions annotated for static analysisDaniele Varrazzo2012-03-016-23/+20
* Use more compact macros to annotate functions for the static checkerDaniele Varrazzo2012-03-0113-100/+54
* Functions setting exception return a negative value on errorDaniele Varrazzo2012-03-013-28/+34
* Work around a false positive returned by the static checkerDaniele Varrazzo2012-03-011-2/+3
* Use the newly provided attributes to validate exceptions raisingDaniele Varrazzo2012-03-019-50/+92
* Fixed possible NULL dereferencing in fetchmany()/fetchall()Daniele Varrazzo2012-02-241-27/+42
* Fixed possible NULL dereferencing in callproc()Daniele Varrazzo2012-02-241-7/+9
* Building rows simplifiedDaniele Varrazzo2012-02-241-56/+43
* Added error check in _mogrify for failed tuple creationDaniele Varrazzo2012-02-241-1/+4
* Flag a few other functions returning borrowed refsDaniele Varrazzo2012-02-243-0/+3
* Fixed possible NULL dereferencing in notice processDaniele Varrazzo2012-02-241-2/+10
* Flag the psycopg_ensure_*() functions as stealing a refDaniele Varrazzo2012-02-243-2/+15
* Mark getnextarg function as returning a borrowed referenceDaniele Varrazzo2012-02-242-0/+9
* Dropped unused pq_resolve_critical() return valueDaniele Varrazzo2012-02-241-4/+3
* Dropped hardcoded list of exceptions in init functionsDaniele Varrazzo2012-02-231-30/+24
* Fixed potential failures while setting exceptions attributesDaniele Varrazzo2012-02-231-6/+8
* Fixed potential NULL increfDaniele Varrazzo2012-02-231-1/+1
* Fixed refcount of exceptions dictsDaniele Varrazzo2012-02-231-8/+15
* Check errors in module typecasters initDaniele Varrazzo2012-02-232-34/+82
* Fixed refcount of None if namedtuples are not availableDaniele Varrazzo2012-02-231-7/+10
* Check errors when populating encodings mapDaniele Varrazzo2012-02-231-6/+18
* Dropped custom array parsing for UUID[]Daniele Varrazzo2012-02-231-10/+1
* Parens don't need escaping in regexp char classesDaniele Varrazzo2012-02-231-2/+2
* Fixed never raised exception in composite parsingDaniele Varrazzo2012-02-231-1/+1
* Typos fixed in copy methodsDaniele Varrazzo2012-02-231-2/+2
* Clean up comments in setup.cfgNate Eagleson2012-02-221-4/+4
* Fix typos in the INSTALL documentNate Eagleson2012-02-221-3/+3
* Cite Menno's TZ improvements into news fileDaniele Varrazzo2012-01-301-0/+2
* Cache FixedOffsetTimezone instancesMenno Smits2012-01-302-1/+27
* Fixed repr for FixedOffsetTimezone for offsets west of UTC (negative)Menno Smits2012-01-302-2/+22
* Renamed shadowed test methodMenno Smits2012-01-291-1/+1
* Added doc for Error.cursorDaniele Varrazzo2012-01-191-18/+17
* Avoid installing Error.__reduce_ex__ on Python 2.4Daniele Varrazzo2012-01-141-1/+7
* Make Error and subclasses picklableDaniele Varrazzo2012-01-143-3/+111
* Dropped duplicate importDaniele Varrazzo2012-01-141-2/+1
* Docs/cleanup for the lo_creat patchDaniele Varrazzo2012-01-102-3/+7
* Use lo_creat() instead of lo_create() when creating large objects without new...Giovanni Mascellani2012-01-101-1/+4
* fetchmany accepts None as size, meaning the default arraysizeDaniele Varrazzo2012-01-102-1/+18
* Fixed cursor.fetchmany docstringDaniele Varrazzo2012-01-101-1/+2
* Added tests to verify ticket #84Daniele Varrazzo2012-01-101-0/+24
* Force GC during weakref testsDaniele Varrazzo2011-12-262-0/+4