summaryrefslogtreecommitdiff
path: root/Modules/_sqlite/module.c
Commit message (Expand)AuthorAgeFilesLines
* Merged code from pysqlite 2.6.0.Gerhard Häring2010-03-051-1/+1
* #5615: make it possible to configure --without-threads again.Georg Brandl2009-04-051-0/+2
* Fixes issue #3103. In the sqlite3 module, made one more function static. All ...Gerhard Häring2008-09-121-4/+4
* #3312: fix two sqlite3 crashes.Georg Brandl2008-07-161-1/+4
* Expand docstrings of sqlite3 functions.Georg Brandl2008-06-221-12/+52
* 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
* Updated to pysqlite 2.4.1. Documentation additions will come later.Gerhard Häring2008-02-291-24/+34
* Merged changes from standalone version 2.3.3. This should probably all beGerhard Häring2007-01-141-63/+56
* Merged changes from external pysqlite 2.3.0 release. Documentation updates willGerhard Häring2006-06-131-35/+115
* More memory leaks from valgrindNeal Norwitz2006-06-021-0/+4
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-231-4/+4
* upgrade to final version of pysqlite 2.2.0Anthony Baxter2006-04-051-11/+11
* Update to pysqlite 2.2.0Anthony Baxter2006-04-041-28/+63
* merged the sqlite-integration branch.Anthony Baxter2006-04-011-0/+290