1. cd66d6d bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-4333) by Oren Milman · 7 years ago
  2. 4b544aa bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (GH-3968) (#4302) by Miss Islington (bot) · 7 years ago
  3. 9ce1564 revert dd13098a5dc2 (#29006, #10513) by Benjamin Peterson · 8 years ago
  4. 0897a55 revert 030e100f048a (#29006, #10513) by Benjamin Peterson · 8 years ago
  5. c644d53 Issue #29123: Make CheckSqlTimestamp more robust by Berker Peksag · 8 years ago
  6. c812009 Issue #27897: Backported tests. by Serhiy Storchaka · 8 years ago
  7. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  8. dc60c75 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  9. bf2dca9 English spelling and grammar fixes by Martin Panter · 8 years ago
  10. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  11. 80cb186 Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked by Serhiy Storchaka · 9 years ago
  12. 0aa6562 Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  13. a3acea3 Issue #22340: Fix Python 3 warnings in Python 2 tests by Victor Stinner · 10 years ago
  14. 30080fd Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular by Serhiy Storchaka · 10 years ago
  15. 4c874ef weaken callback count inequality (closes #20901) by Benjamin Peterson · 11 years ago
  16. 33b8219 add missing test assertion (closes #20080) by Benjamin Peterson · 11 years ago
  17. 9450219 Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  18. 3c1198d Issue #19601: Use specific asserts in sqlite3 tests. by Serhiy Storchaka · 11 years ago
  19. 5dd99eb #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  20. e41a463 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 12 years ago
  21. 9e14755 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  22. 35c52b6 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  23. 32851d6 #15109: revert '%'->'format' changes in 4b105d328fe7 to fix regression. by R David Murray · 12 years ago
  24. d618684 #15545: sort iterdump via SQL instead of in python code by R David Murray · 12 years ago
  25. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  26. 437b149 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 13 years ago
  27. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 13 years ago
  28. c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  29. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 13 years ago
  30. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  31. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 14 years ago
  32. 6e055d7 sqlite3: Fix a segfault on calling a connection with something else than a by Victor Stinner · 15 years ago
  33. 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 15 years ago
  34. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  35. 1036a7f #6026 - fix tests that failed without zlib by Ezio Melotti · 15 years ago
  36. 1844b0d Merge r73838 from py3k branch. Use the nondeprecated unittest method names. by Gregory P. Smith · 15 years ago
  37. cf297cd Remove usage of apply() in sqlite3 to silence warnings under -3. by Brett Cannon · 16 years ago
  38. a24869a #3312: fix two sqlite3 crashes. by Georg Brandl · 16 years ago
  39. 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
  40. e11c9b3 Implemented feature request 2157: Converter names are cut off at '(' by Gerhard Häring · 16 years ago
  41. 5a366c3 Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The by Gerhard Häring · 16 years ago
  42. 8510195 Prevent test_sqlite from hanging on older versions of sqlite. by Neal Norwitz · 16 years ago
  43. a98be45 These svn adds were forgotten in r62000 by Gregory P. Smith · 16 years ago
  44. 2a11c05 Update sqlite3 module to match current version of pysqlite. by Gerhard Häring · 16 years ago
  45. ce52788 Catch OSError when trying to remove a file in case removal fails. This by Neal Norwitz · 17 years ago
  46. f40f684 Made sqlite3 module's regression tests work with SQLite versions that don't by Gerhard Häring · 17 years ago
  47. 1cc60ed Updated to pysqlite 2.4.1. Documentation additions will come later. by Gerhard Häring · 17 years ago
  48. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  49. 96b3249 Fix an odd error which would only occur close to new year's eve, due by Guido van Rossum · 17 years ago
  50. 0741a60 Merged changes from standalone version 2.3.3. This should probably all be by Gerhard Häring · 18 years ago
  51. 762fbd3 The sqlite3 module did cut off data from the SQLite database at the first null by Gerhard Häring · 18 years ago
  52. f92b9c2 Removed call to enable_callback_tracebacks that slipped in by accident. by Gerhard Häring · 18 years ago
  53. c21e056 Re-revert this change. Install the version check and don't run the test by Neal Norwitz · 18 years ago
  54. fe7d0c3 Speculative checkin (requires approval of Gerhard Haering) by Neal Norwitz · 18 years ago
  55. b2e8816 - Added version checks in C code to make sure we don't trigger bugs in older by Gerhard Häring · 18 years ago
  56. 16ec4bb Whitespace normalization. by Tim Peters · 18 years ago
  57. 1541ef0 Merged changes from external pysqlite 2.3.0 release. Documentation updates will by Gerhard Häring · 18 years ago
  58. 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 18 years ago
  59. 72289a6 Update to pysqlite 2.2.0 by Anthony Baxter · 18 years ago
  60. c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 18 years ago