1. 35c52b6 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  2. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 13 years ago
  3. 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 15 years ago
  4. e6872eb Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes. by Gerhard Häring · 17 years ago
  5. 6e1afcf Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python. by Gerhard Häring · 17 years ago
  6. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  7. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  8. ffa3357 SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG by Gerhard Häring · 17 years ago
  9. 2a11c05 Update sqlite3 module to match current version of pysqlite. by Gerhard Häring · 17 years ago
  10. 1cc60ed Updated to pysqlite 2.4.1. Documentation additions will come later. by Gerhard Häring · 17 years ago
  11. 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 · 17 years ago
  12. 99b9df8 Forward-port of commit 59184. by Gerhard Häring · 17 years ago
  13. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  14. 0741a60 Merged changes from standalone version 2.3.3. This should probably all be by Gerhard Häring · 18 years ago
  15. 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 19 years ago
  16. 195e4e6 Fix valgrind problem with invalid memory read by Neal Norwitz · 19 years ago
  17. 8e7b490 upgrade to final version of pysqlite 2.2.0 by Anthony Baxter · 19 years ago
  18. 72289a6 Update to pysqlite 2.2.0 by Anthony Baxter · 19 years ago
  19. 95f0e4c Make ssize_t clean by Neal Norwitz · 19 years ago
  20. 07f5b35 backport r243 from the pysqlite2 svn repository - lowers the required version by Anthony Baxter · 19 years ago
  21. c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 19 years ago