1. 35c52b6 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  2. 77e77a1 Issue #14572: Prevent build failures with pre-3.5.0 versions of by Ned Deily · 13 years ago
  3. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  4. a1b5629 Remove an unnecessary variable. by Brett Cannon · 15 years ago
  5. 6e055d7 sqlite3: Fix a segfault on calling a connection with something else than a by Victor Stinner · 15 years ago
  6. 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 15 years ago
  7. d3eaa74 #5615: make it possible to configure --without-threads again. by Georg Brandl · 16 years ago
  8. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  9. 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
  10. ef2276b sqlite3 module: Mark iterdump() method as "Non-standard" like all the other methods not found in DB-API. by Gerhard Häring · 17 years ago
  11. a24869a #3312: fix two sqlite3 crashes. by Georg Brandl · 17 years ago
  12. bd70476 Issue #3153: sqlite leaks on error. by Alexandre Vassalotti · 17 years ago
  13. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  14. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  15. b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 17 years ago
  16. ca752f3 Only DECREF if ret != NULL by Neal Norwitz · 17 years ago
  17. 1cc60ed Updated to pysqlite 2.4.1. Documentation additions will come later. by Gerhard Häring · 17 years ago
  18. 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
  19. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  20. 0741a60 Merged changes from standalone version 2.3.3. This should probably all be by Gerhard Häring · 19 years ago
  21. ecd2010 Fixed a memory leak that was introduced with incorrect usage of the Python weak by Gerhard Häring · 19 years ago
  22. fe7d0c3 Speculative checkin (requires approval of Gerhard Haering) by Neal Norwitz · 19 years ago
  23. b2e8816 - Added version checks in C code to make sure we don't trigger bugs in older by Gerhard Häring · 19 years ago
  24. 1541ef0 Merged changes from external pysqlite 2.3.0 release. Documentation updates will by Gerhard Häring · 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. 5b03065 Fix memory leak by Neal Norwitz · 19 years ago
  27. d126200 Fix unchecked return result from Coverity. by Neal Norwitz · 19 years ago
  28. 8e7b490 upgrade to final version of pysqlite 2.2.0 by Anthony Baxter · 19 years ago
  29. 72289a6 Update to pysqlite 2.2.0 by Anthony Baxter · 19 years ago
  30. 95f0e4c Make ssize_t clean by Neal Norwitz · 19 years ago
  31. c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 19 years ago