1. edb13ae bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958) by Oren Milman · 8 years ago
  2. e56ab74 bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (#3968) by Oren Milman · 8 years ago
  3. 2891492 Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 9 years ago
  4. cc9afa9 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 9 years ago
  5. f85bce7 Mark tests as skipped when a SQLite version is not supported by Berker Peksag · 9 years ago
  6. 48b5c98 Replace more boilerplate code with modern unittest features in sqlite3 tests by Berker Peksag · 9 years ago
  7. 1003b34 Modernize sqlite3 tests by Berker Peksag · 9 years ago
  8. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  9. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 11 years ago
  10. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 12 years ago
  11. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  12. 5f79409 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 12 years ago
  13. 8b94514 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  14. 4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 14 years ago
  15. 35466c5 Issue #8195: Fix a crash in sqlite Connection.create_collation() if the by Victor Stinner · 15 years ago
  16. 0201f44 Merged revisions 78898 via svnmerge from by Victor Stinner · 15 years ago
  17. f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 15 years ago
  18. 04cecaf change deprecated unittest method calls into their proper names. by Gregory P. Smith · 16 years ago
  19. 6117f42 Issue #3659: Values of string subclasses were not handled correctly when used by Gerhard Häring · 17 years ago
  20. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 17 years ago
  21. e7ea745 Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally by Gerhard Häring · 17 years ago
  22. 873d9ff Make sure we get usable error messages when text could not be decoded when fetched from the database. by Gerhard Häring · 17 years ago
  23. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  24. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  25. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  26. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  27. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago