1. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  2. 437b149 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 13 years ago
  3. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 14 years ago
  4. c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 14 years ago
  5. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 14 years ago
  6. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  7. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 15 years ago
  8. 6e055d7 sqlite3: Fix a segfault on calling a connection with something else than a by Victor Stinner · 15 years ago
  9. 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 15 years ago
  10. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
  11. 1036a7f #6026 - fix tests that failed without zlib by Ezio Melotti · 16 years ago
  12. 1844b0d Merge r73838 from py3k branch. Use the nondeprecated unittest method names. by Gregory P. Smith · 16 years ago
  13. cf297cd Remove usage of apply() in sqlite3 to silence warnings under -3. by Brett Cannon · 17 years ago
  14. a24869a #3312: fix two sqlite3 crashes. by Georg Brandl · 17 years ago
  15. 7f7ca35 Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-API 2.0 compliance. by Gerhard Häring · 17 years ago
  16. e11c9b3 Implemented feature request 2157: Converter names are cut off at '(' by Gerhard Häring · 17 years ago
  17. 5a366c3 Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The by Gerhard Häring · 17 years ago
  18. 8510195 Prevent test_sqlite from hanging on older versions of sqlite. by Neal Norwitz · 17 years ago
  19. a98be45 These svn adds were forgotten in r62000 by Gregory P. Smith · 17 years ago
  20. 2a11c05 Update sqlite3 module to match current version of pysqlite. by Gerhard Häring · 17 years ago
  21. ce52788 Catch OSError when trying to remove a file in case removal fails. This by Neal Norwitz · 17 years ago
  22. f40f684 Made sqlite3 module's regression tests work with SQLite versions that don't by Gerhard Häring · 17 years ago
  23. 1cc60ed Updated to pysqlite 2.4.1. Documentation additions will come later. by Gerhard Häring · 17 years ago
  24. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  25. 96b3249 Fix an odd error which would only occur close to new year's eve, due by Guido van Rossum · 18 years ago
  26. 0741a60 Merged changes from standalone version 2.3.3. This should probably all be by Gerhard Häring · 19 years ago
  27. 762fbd3 The sqlite3 module did cut off data from the SQLite database at the first null by Gerhard Häring · 19 years ago
  28. f92b9c2 Removed call to enable_callback_tracebacks that slipped in by accident. by Gerhard Häring · 19 years ago
  29. c21e056 Re-revert this change. Install the version check and don't run the test by Neal Norwitz · 19 years ago
  30. fe7d0c3 Speculative checkin (requires approval of Gerhard Haering) by Neal Norwitz · 19 years ago
  31. b2e8816 - Added version checks in C code to make sure we don't trigger bugs in older by Gerhard Häring · 19 years ago
  32. 16ec4bb Whitespace normalization. by Tim Peters · 19 years ago
  33. 1541ef0 Merged changes from external pysqlite 2.3.0 release. Documentation updates will by Gerhard Häring · 19 years ago
  34. 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 19 years ago
  35. 72289a6 Update to pysqlite 2.2.0 by Anthony Baxter · 19 years ago
  36. c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 19 years ago