1. ad13f33 Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  2. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 9 years ago
  3. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  4. b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  5. 3a4bdb6 #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
  6. 7b02ef0 #21653: fix doc for return type of sqlite3.Row.keys(). by R David Murray · 11 years ago
  7. aa73855 Issue #15067: Remove reference to a rejected PEP. by Zachary Ware · 11 years ago
  8. 09421f8 update pysqlite website (closes #20278) by Benjamin Peterson · 12 years ago
  9. 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  10. 775ba9b Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 12 years ago
  11. e41a463 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 12 years ago
  12. bcd9971 #13934: document sqlite version strings. by R David Murray · 13 years ago
  13. 95d7cdf Fix sqlite3 class markup. by R David Murray · 13 years ago
  14. 1b43274 Show how to close a connection by Raymond Hettinger · 13 years ago
  15. 07f6ea5 #15742: clarify sqlite parameter substitution example. by R David Murray · 13 years ago
  16. 094c33f Minor fixups. by Raymond Hettinger · 13 years ago
  17. 33c6630 Clean-up the SQLite introduction. by Raymond Hettinger · 13 years ago
  18. 0e15a6e Clarify that a new connection needs to be made after the close. by Raymond Hettinger · 13 years ago
  19. a15a8d2 sqlite3: Port relevant documentation changes from 3.2 by Petri Lehtinen · 13 years ago
  20. 002b202 Fix errors in sqlite3's Cursor.rowcount documentation by Petri Lehtinen · 13 years ago
  21. 1d23199 Use validate SQL in the example (this was confusing to readers) by Raymond Hettinger · 14 years ago
  22. 81a55c0 Show the import in the sqlite3 example by Raymond Hettinger · 14 years ago
  23. a0ff91c Fix stock symbol for Microsoft by Raymond Hettinger · 14 years ago
  24. 1e87da1 Remove duplication. by Ezio Melotti · 14 years ago
  25. e04d256 reST indentation fix in sqlite3 docs. rst uses 3 space indentation. by Senthil Kumaran · 14 years ago
  26. 7bf5ba0 Fix Issue10020 - Doc update to sqlite3 module in 2.7 branch. by Senthil Kumaran · 14 years ago
  27. 26946ec Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from by Georg Brandl · 15 years ago
  28. e85e1ae Merged revisions 82757-82758,82760-82764 via svnmerge from by Georg Brandl · 15 years ago
  29. 5f5c15f Issue #3854: Documented using the sqlite3 module with multiple threads. by Gerhard Häring · 15 years ago
  30. 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 15 years ago
  31. abe6331 Link correction in documentation. by Michael Foord · 15 years ago
  32. a68f7b8 #7921: fix links. Patch by Brian Curtin. by Ezio Melotti · 15 years ago
  33. 6b87f11 Fix some documentation examples involving the repr of a float. by Mark Dickinson · 16 years ago
  34. d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
  35. 498a9b3 #6055: refer to "sqlite3" consistently. by Georg Brandl · 16 years ago
  36. a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 16 years ago
  37. 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 16 years ago
  38. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  39. 78f98a4 fix typo in sqlite3 docs by Benjamin Peterson · 17 years ago
  40. b9bfea7 #4267: small fixes in sqlite3 docs. by Georg Brandl · 17 years ago
  41. 26497d9 #4059: patch up some sqlite docs. by Georg Brandl · 17 years ago
  42. cd52023 #3669 from Robert Lehmann: simplify use of iterator in example by Andrew M. Kuchling · 17 years ago
  43. e11c9b3 Implemented feature request 2157: Converter names are cut off at '(' by Gerhard Häring · 17 years ago
  44. c15317e Documented the lastrowid attribute. by Gerhard Häring · 17 years ago
  45. 4130930 Brought documentation for sqlite3 module up-to-date. Fixed Issue1625205 which by Gerhard Häring · 17 years ago
  46. b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 17 years ago
  47. f558d2e #1509: fix sqlite3 docstrings and docs w.r.t. cursor.fetchXXX methods. by Georg Brandl · 18 years ago
  48. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  49. a739503 Add :term:s for "new-style class". by Georg Brandl · 18 years ago
  50. e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
  51. cf3fb25 Add :term: for generators. by Georg Brandl · 18 years ago
  52. 891f1d3 Bug #1573854: fix docs for sqlite3 cursor rowcount attr. by Georg Brandl · 18 years ago
  53. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago