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