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