summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite/row.c
Commit message (Expand)AuthorAgeFilesLines
* Silenced a compiler warning in the sqlite moduleChristian Heimes2008-08-221-2/+2
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-3/+3
* Renamed PyString to PyBytesChristian Heimes2008-05-261-3/+3
* Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. TheGerhard Häring2008-05-041-2/+26
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-1/+1
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-3/+2
* Merged changes from standalone version 2.3.3. This should probably all beGerhard Häring2007-01-141-22/+53
* upgrade to final version of pysqlite 2.2.0Anthony Baxter2006-04-051-1/+1
* Update to pysqlite 2.2.0Anthony Baxter2006-04-041-4/+11
* Make ssize_t cleanNeal Norwitz2006-04-011-2/+2
* merged the sqlite-integration branch.Anthony Baxter2006-04-011-0/+195