1. 76995ca bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318) by Berker Peksag · 7 years ago
  2. 75d9016 Issue #29123: Merge from 3.5 by Berker Peksag · 7 years ago
  3. b47913f Issue #29123: Make CheckSqlTimestamp more robust by Berker Peksag · 7 years ago
  4. 22805ca Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  5. 407ac47 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  6. ab994ed Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements by Berker Peksag · 8 years ago
  7. 4bf580d Issue #21250: Add tests for SQLite's ON CONFLICT clause by Berker Peksag · 8 years ago
  8. 2891492 Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  9. 3580b03 Issue #21250: Merge from 3.5 by Berker Peksag · 8 years ago
  10. af0628e Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  11. 8631da6 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  12. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  13. 6ed442c Issue #10513: Merge from 3.5 by Berker Peksag · 8 years ago
  14. cc9afa9 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  15. d7f3cdd Issue #21718: Merge from 3.5 by Berker Peksag · 8 years ago
  16. 6afe858 Issue #21718: cursor.description is now available for queries using CTEs by Berker Peksag · 8 years ago
  17. e0b70cd Issue #16864: Cursor.lastrowid now supports REPLACE statement by Berker Peksag · 8 years ago
  18. f85bce7 Mark tests as skipped when a SQLite version is not supported by Berker Peksag · 8 years ago
  19. 2b50899 Remove empty setUp and tearDown methods from sqlite3 tests by Berker Peksag · 8 years ago
  20. 48b5c98 Replace more boilerplate code with modern unittest features in sqlite3 tests by Berker Peksag · 8 years ago
  21. 1003b34 Modernize sqlite3 tests by Berker Peksag · 8 years ago
  22. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 8 years ago
  23. c415440 Issue #27188: Fix various sqlite3 documentation errors by Berker Peksag · 8 years ago
  24. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  25. fa0f62d Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 8 years ago
  26. e79ec70 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  27. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  28. 72e731c Issue #13583: sqlite3.Row now supports slice indexing. by Serhiy Storchaka · 9 years ago
  29. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  30. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  31. 47a9813 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 10 years ago
  32. a6d018a merge 3.3 (#20901) by Benjamin Peterson · 10 years ago
  33. 966f2fc weaken callback count inequality (closes #20901) by Benjamin Peterson · 10 years ago
  34. 5ef48d9 merge 3.3 (#20080) by Benjamin Peterson · 10 years ago
  35. 29352c4 add missing test assertion (closes #20080) by Benjamin Peterson · 10 years ago
  36. 08263f1 (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid by Victor Stinner · 10 years ago
  37. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 10 years ago
  38. d4b75bf Issue #19601: Use specific asserts in sqlite3 tests. by Serhiy Storchaka · 11 years ago
  39. 78ee078 Issue #19601: Use specific asserts in sqlite3 tests. by Serhiy Storchaka · 11 years ago
  40. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  41. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  42. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  43. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  44. e55aa69 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 11 years ago
  45. 6401ad6 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 11 years ago
  46. 5f79409 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 11 years ago
  47. e460f26 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 11 years ago
  48. f484efd Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 11 years ago
  49. 8b94514 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 11 years ago
  50. 902fc8b Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename as a URI, allowing to pass custom options. by Antoine Pitrou · 11 years ago
  51. 2efdc90 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  52. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  53. d394455 merge #13934: document sqlite version strings, use correct one in test. by R David Murray · 11 years ago
  54. 3f7beb9 #13934: document sqlite version strings, use correct one in test. by R David Murray · 11 years ago
  55. 7bd0486 merge #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. by R David Murray · 11 years ago
  56. b523129 #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. by R David Murray · 11 years ago
  57. 8b24506 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  58. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 12 years ago
  59. aa2c670 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  60. c86d9e2 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 12 years ago
  61. c7551a1 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  62. 51d04d1 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 12 years ago
  63. bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 12 years ago
  64. 4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  65. f854799 Make sqlite3 tests editable with Emacs by Petri Lehtinen · 12 years ago
  66. 8940f62 Merge branch 3.2 by Petri Lehtinen · 12 years ago
  67. 023fe33 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 12 years ago
  68. 502ff6c Issue #10811: Use TestCase.assertRaises() in the new test by Victor Stinner · 13 years ago
  69. 936d518 #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Gerhard Haering · 13 years ago
  70. f4e1810 Fix TraceCallbackTests to not use bound parameters (followup to issue #11688) by Antoine Pitrou · 13 years ago
  71. 43b2168 Improve error message in test by Antoine Pitrou · 13 years ago
  72. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 13 years ago
  73. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  74. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  75. e01de8f remove pointless coding cookies by Florent Xicluna · 14 years ago
  76. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 14 years ago
  77. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  78. 35466c5 Issue #8195: Fix a crash in sqlite Connection.create_collation() if the by Victor Stinner · 14 years ago
  79. 0201f44 Merged revisions 78898 via svnmerge from by Victor Stinner · 14 years ago
  80. f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 14 years ago
  81. 78ea202 Merged revisions 74754 via svnmerge from by Ezio Melotti · 15 years ago
  82. 04cecaf change deprecated unittest method calls into their proper names. by Gregory P. Smith · 15 years ago
  83. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 15 years ago
  84. 6117f42 Issue #3659: Values of string subclasses were not handled correctly when used by Gerhard Häring · 16 years ago
  85. 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 · 16 years ago
  86. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  87. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  88. f5c7c2e Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-61464,61466-61467,61469-61470,61476-61477,61479,61481-61482,61485,61487,61490,61493-61494,61497,61499-61502,61505-61506,61508,61511-61514,61519,61521-61522,61530-61531,61533-61537,61541-61555,61557-61558,61561-61562,61566-61569,61572-61574,61578-61579,61583-61584,61588-61589,61592,61594,61598-61601,61603-61604,61607-61612,61617,61619-61620,61624,61626,61628-61630,61635-61638,61640-61643,61645,61648,61653-61655,61659-61662,61664,61666,61668-61671,61673,61675,61679-61680,61682,61685-61686,61689-61695,61697-61699,61701-61703,61706,61710,61713,61717,61723,61726-61730,61736,61738,61740,61742,61745-61752,61754-61760,61762-61764,61768,61770-61772,61774-61775,61784-61787,61789-61792,61794-61795,61797-61806,61808-61809,61811-61812,61814-61819,61824,61826-61833,61835-61840,61843-61845,61848,61850,61854-61862,61865-61866,61868,61872-61873,61876-61877,61883-61888,61890-61891,61893-61899,61901-61903,61905-61912,61914,61917,61920-61921,61927,61930,61932-61934,61939,61941-61942,61944-61951,61955,61960-61963,61980,61982-61983,61991,61994-61996,62001-62003,62008-62010,62016-62017,62022,62024,62027,62031-62034,62041,62045-62046,62055-62058,62060-62066,62068-62074,62076-62079,62081-62083,62086-62089,62092-62094,62098,62101,62104,62106-62109,62115-62122,62124-62125,62127-62128,62130,62132,62134-62137,62139-62142,62144,62146-62148,62150-62152,62155-62161 via svnmerge from by Neal Norwitz · 16 years ago
  89. 0311736 Merged revisions 62011 via svnmerge from by Martin v. Löwis · 16 years ago
  90. e7ea745 Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally by Gerhard Häring · 16 years ago
  91. b1b9382 Added missing files for new iterdump method. by Gerhard Häring · 16 years ago
  92. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  93. 873d9ff Make sure we get usable error messages when text could not be decoded when fetched from the database. by Gerhard Häring · 16 years ago
  94. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  95. d9a4d1d Merged revisions 59628-59641 via svnmerge from by Christian Heimes · 16 years ago
  96. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  97. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  98. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  99. a8be92b Fix the sqlite test. Blobs should be created using buffer(b"blob"), by Guido van Rossum · 17 years ago
  100. 6d21456 Make the sqlite tests pass. by Gerhard Häring · 17 years ago