1. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  2. 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
  3. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  4. e11c9b3 Implemented feature request 2157: Converter names are cut off at '(' by Gerhard Häring · 17 years ago
  5. 5a366c3 Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The by Gerhard Häring · 17 years ago
  6. ffa3357 SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG by Gerhard Häring · 17 years ago
  7. 2a11c05 Update sqlite3 module to match current version of pysqlite. by Gerhard Häring · 17 years ago
  8. b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 17 years ago
  9. ca752f3 Only DECREF if ret != NULL by Neal Norwitz · 17 years ago
  10. 1cc60ed Updated to pysqlite 2.4.1. Documentation additions will come later. by Gerhard Häring · 17 years ago
  11. f558d2e #1509: fix sqlite3 docstrings and docs w.r.t. cursor.fetchXXX methods. by Georg Brandl · 18 years ago
  12. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 18 years ago
  13. 99b9df8 Forward-port of commit 59184. by Gerhard Häring · 18 years ago
  14. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  15. 956f0f7 Patch by Tim Delany (missing DECREF). SF #1731330. by Guido van Rossum · 18 years ago
  16. 0741a60 Merged changes from standalone version 2.3.3. This should probably all be by Gerhard Häring · 19 years ago
  17. cddabbf Fix spelling. by Georg Brandl · 19 years ago
  18. 762fbd3 The sqlite3 module did cut off data from the SQLite database at the first null by Gerhard Häring · 19 years ago
  19. ecd2010 Fixed a memory leak that was introduced with incorrect usage of the Python weak by Gerhard Häring · 19 years ago
  20. fe7d0c3 Speculative checkin (requires approval of Gerhard Haering) by Neal Norwitz · 19 years ago
  21. b2e8816 - Added version checks in C code to make sure we don't trigger bugs in older by Gerhard Häring · 19 years ago
  22. 1541ef0 Merged changes from external pysqlite 2.3.0 release. Documentation updates will by Gerhard Häring · 19 years ago
  23. 752968e More memory leaks from valgrind by Neal Norwitz · 19 years ago
  24. 82d4cc2 Fix some warnings on Mac OS X 10.4 by Neal Norwitz · 19 years ago
  25. 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 19 years ago
  26. 195e4e6 Fix valgrind problem with invalid memory read by Neal Norwitz · 19 years ago
  27. 5b03065 Fix memory leak by Neal Norwitz · 19 years ago
  28. 4c842a4 Fix problem (not checking return result) reported by Coverity by Neal Norwitz · 19 years ago
  29. b431998 This change shouldn't have any functional effect. Coverity was by Neal Norwitz · 19 years ago
  30. d126200 Fix unchecked return result from Coverity. by Neal Norwitz · 19 years ago
  31. 8e7b490 upgrade to final version of pysqlite 2.2.0 by Anthony Baxter · 19 years ago
  32. c410d6c Fix a couple of memory issues by Neal Norwitz · 19 years ago
  33. 72289a6 Update to pysqlite 2.2.0 by Anthony Baxter · 19 years ago
  34. 95f0e4c Make ssize_t clean by Neal Norwitz · 19 years ago
  35. 07f5b35 backport r243 from the pysqlite2 svn repository - lowers the required version by Anthony Baxter · 19 years ago
  36. c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 19 years ago