1. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 5 years ago
  2. 287b84d bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079) by Xtreak · 5 years ago
  3. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 6 years ago
  4. a71fed0 bpo-8145: Improve isolation_level documentation (GH-8499) by Berker Peksag · 6 years ago
  5. bc9aa81 bpo-34061: Document sqlite3.NotSupportedError (GH-8172) by Marcin Niemira · 6 years ago
  6. 0830858 bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086) by Sergey Fedoseev · 6 years ago
  7. 831c297 bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) by Sergey Fedoseev · 6 years ago
  8. 71ede00 bpo-31378: Document sqlite3.OperationalError exception (GH-7677) by Zackery Spytz · 6 years ago
  9. d7aed41 bpo-27645: Add support for native backup facility of SQLite (GH-4238) by Emanuele Gaifas · 6 years ago
  10. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  11. a22a127 bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299) by Anders Lorentsen · 7 years ago
  12. ac03c03 Returning 1 from the set_progress_handler handler cancels query (GH-4120) by Simon Willison · 7 years ago
  13. 02e1213 bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) by csabella · 7 years ago
  14. fe70d92 bpo-29121: Remove outdated documentation about transactions (#313) by Berker Peksag · 7 years ago
  15. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  16. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  17. ab994ed Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements by Berker Peksag · 8 years ago
  18. a1bc246 Use shorter version of Connection.isolation_level in sqlite3.rst by Berker Peksag · 8 years ago
  19. d519e02 Merge from 3.5 by Berker Peksag · 8 years ago
  20. 8631da6 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  21. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  22. 12f611a Merge from 3.5 by Berker Peksag · 8 years ago
  23. 7d92f89 Fix typo in Cursor.execute(). by Berker Peksag · 8 years ago
  24. c787646 Issue #6057: Merge from 3.5 by Berker Peksag · 8 years ago
  25. ed789f9 Issue #6057: Document exceptions in sqlite3 module by Berker Peksag · 8 years ago
  26. e0b70cd Issue #16864: Cursor.lastrowid now supports REPLACE statement by Berker Peksag · 8 years ago
  27. 48b13f0 Delete outdated paragraph about OptimizedUnicode again by Berker Peksag · 8 years ago
  28. c415440 Issue #27188: Fix various sqlite3 documentation errors by Berker Peksag · 8 years ago
  29. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  30. 7ee9194 issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. by Senthil Kumaran · 8 years ago
  31. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  32. fa0f62d Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 8 years ago
  33. f70fe6f Document sqlite3.Cursor.close() by Berker Peksag · 8 years ago
  34. 557a063 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 8 years ago
  35. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 8 years ago
  36. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  37. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  38. 72e731c Issue #13583: sqlite3.Row now supports slice indexing. by Serhiy Storchaka · 9 years ago
  39. 092135e #21653: fix doc for return type of sqlite3.Row.keys(). by R David Murray · 10 years ago
  40. 9d08562 Issue #15067: Port 2.7 sqlite3 docs to 3.4 by Zachary Ware · 10 years ago
  41. a65d121 merge 3.3 (#20278) by Benjamin Peterson · 11 years ago
  42. 216e47d update pysqlite website (closes #20278) by Benjamin Peterson · 11 years ago
  43. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  44. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  45. 9ace964 merge with 3.3 by Georg Brandl · 11 years ago
  46. 3c12711 Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 11 years ago
  47. e55aa69 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 11 years ago
  48. 6401ad6 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 11 years ago
  49. 5f79409 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 11 years ago
  50. 827b36b Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 11 years ago
  51. 3c75a48 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 11 years ago
  52. 9f74c6c Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 11 years ago
  53. 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
  54. d394455 merge #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  55. 3f7beb9 #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  56. 842ca5f Merge: Fix sqlite3 class markup. by R David Murray · 12 years ago
  57. 6db2335 Fix sqlite3 class markup. by R David Murray · 12 years ago
  58. 1ea50f5 Merge #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  59. f6bd1b0 #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  60. 87d8200 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  61. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  62. be52d50 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  63. 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 12 years ago
  64. 17f1be6 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  65. b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 12 years ago
  66. be2cf33 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  67. 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 12 years ago
  68. bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 12 years ago
  69. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  70. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  71. 37d72b7 merge from 3.2 by Senthil Kumaran · 13 years ago
  72. 946eb86 reST indentation fix in sqlite3 docs. rst uses 3 space indentation. by Senthil Kumaran · 13 years ago
  73. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 13 years ago
  74. f6861ae there's now a setup.py switch for this by Benjamin Peterson · 14 years ago
  75. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  76. 96115fb2 #8811: small fixes to sqlite3 docs. by Georg Brandl · 14 years ago
  77. e0941c5 Fixes #10020 by Gerhard Häring · 14 years ago
  78. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  79. c34d76c Issue #3854: Documented using the sqlite3 module with multiple threads. by Gerhard Häring · 14 years ago
  80. 1c616a5 #8456: fix signature of sqlite3.connect(). by Georg Brandl · 14 years ago
  81. 5c5eb36 fix typo by Benjamin Peterson · 14 years ago
  82. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 14 years ago
  83. 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 14 years ago
  84. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  85. f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 14 years ago
  86. a10a2e8 Merged revisions 78176 via svnmerge from by Ezio Melotti · 14 years ago
  87. f06917e Fix sqlite3 docs. `buffer` is gone, `bytes` objects are returned for BLOBs instead. by Antoine Pitrou · 15 years ago
  88. b584505 small fixes in the examples and in the markup by Ezio Melotti · 15 years ago
  89. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  90. 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 15 years ago
  91. 8a1e4c4 Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from by Georg Brandl · 15 years ago
  92. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 16 years ago
  93. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  94. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
  95. a971c65 Merged revisions 67117-67119,67123-67124,67143 via svnmerge from by Georg Brandl · 16 years ago
  96. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  97. ae5360b Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,66246,66249-66250,66264,66268,66272,66294,66306 via svnmerge from by Benjamin Peterson · 16 years ago
  98. 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
  99. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  100. d337279 Documented lastrowid attribute in py3k branch. by Gerhard Häring · 16 years ago