summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite/statement.c
Commit message (Expand)AuthorAgeFilesLines
* 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-27/+27
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-231-2/+7
* Fix valgrind problem with invalid memory readNeal Norwitz2006-04-161-2/+1
* upgrade to final version of pysqlite 2.2.0Anthony Baxter2006-04-051-1/+1
* Update to pysqlite 2.2.0Anthony Baxter2006-04-041-0/+1
* Make ssize_t cleanNeal Norwitz2006-04-011-1/+1
* backport r243 from the pysqlite2 svn repository - lowers the required versionAnthony Baxter2006-04-011-1/+143
* merged the sqlite-integration branch.Anthony Baxter2006-04-011-0/+285