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