summaryrefslogtreecommitdiff
path: root/Modules/_sqlite
Commit message (Expand)AuthorAgeFilesLines
* Issue #4046: Backport of issue #3312's patch: fixes two crashes in the sqlite3Gerhard Häring2008-10-082-3/+13
* #3157: Fix docstrings for cursor methods.Georg Brandl2008-06-221-3/+3
* Fix for Issue2515: Don't crash when trying to fetch data from a closed cursor.Gerhard Häring2008-04-061-8/+10
* - Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where aGerhard Häring2007-11-252-4/+14
* Backport rev. 55783:Georg Brandl2007-06-051-0/+1
* Fix spelling.Georg Brandl2006-07-283-3/+3
* The sqlite3 module did cut off data from the SQLite database at the first nullGerhard Häring2006-07-022-3/+4
* Fixed a memory leak that was introduced with incorrect usage of the Python weakGerhard Häring2006-06-192-2/+2
* Speculative checkin (requires approval of Gerhard Haering)Neal Norwitz2006-06-151-0/+2
* - Added version checks in C code to make sure we don't trigger bugs in olderGerhard Häring2006-06-141-4/+15
* Merged changes from external pysqlite 2.3.0 release. Documentation updates willGerhard Häring2006-06-134-58/+266
* More memory leaks from valgrindNeal Norwitz2006-06-021-0/+4
* Fix some warnings on Mac OS X 10.4Neal Norwitz2006-04-281-0/+4
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-2315-262/+229
* Fix valgrind problem with invalid memory readNeal Norwitz2006-04-161-2/+1
* Fix memory leakNeal Norwitz2006-04-161-1/+5
* Fix problem (not checking return result) reported by CoverityNeal Norwitz2006-04-091-1/+4
* This change shouldn't have any functional effect. Coverity wasNeal Norwitz2006-04-061-1/+1
* Fix unchecked return result from Coverity.Neal Norwitz2006-04-061-0/+2
* upgrade to final version of pysqlite 2.2.0Anthony Baxter2006-04-059-30/+23
* Fix a couple of memory issuesNeal Norwitz2006-04-041-3/+3
* Update to pysqlite 2.2.0Anthony Baxter2006-04-0412-129/+416
* Make ssize_t cleanNeal Norwitz2006-04-014-6/+6
* backport r243 from the pysqlite2 svn repository - lowers the required versionAnthony Baxter2006-04-013-126/+151
* merged the sqlite-integration branch.Anthony Baxter2006-04-0122-0/+4142