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