summaryrefslogtreecommitdiffstats
path: root/Doc/library/sqlite3.rst
Commit message (Expand)AuthorAgeFilesLines
* #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-111-0/+22
* Fix sqlite3 class markup.R David Murray2012-10-011-215/+215
* #15742: clarify sqlite parameter substitution example.R David Murray2012-08-201-1/+1
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
* sqlite3: Port documentation changes from the 2.7 branchPetri Lehtinen2012-03-011-8/+8
* sqlite3: Fix documentation errors concerning Cursor.rowcountPetri Lehtinen2012-02-161-6/+5
* Issue #13491: Fix many errors in sqlite3 documentationPetri Lehtinen2012-02-151-6/+2
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* reST indentation fix in sqlite3 docs. rst uses 3 space indentation.Senthil Kumaran2011-07-031-37/+38
* there's now a setup.py switch for thisBenjamin Peterson2010-11-281-1/+1
* Remove unnecessary `object` base class in docs (#10366).Éric Araujo2010-11-221-1/+1
* #8811: small fixes to sqlite3 docs.Georg Brandl2010-10-171-16/+14
* Fixes #10020Gerhard Häring2010-10-031-0/+11
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-7/+5
* Issue #3854: Documented using the sqlite3 module with multiple threads.Gerhard Häring2010-08-061-0/+15
* #8456: fix signature of sqlite3.connect().Georg Brandl2010-07-101-1/+1
* fix typoBenjamin Peterson2010-06-061-1/+1
* #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.R. David Murray2010-06-011-1/+9
* Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,...Benjamin Peterson2010-03-211-1/+1
* Update versionadded/changed.Ezio Melotti2010-03-211-2/+2
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-051-1/+20
* Merged revisions 78176 via svnmerge fromEzio Melotti2010-02-141-6/+7
* Fix sqlite3 docs. `buffer` is gone, `bytes` objects are returned for BLOBs i...Antoine Pitrou2010-02-021-8/+6
* small fixes in the examples and in the markupEzio Melotti2009-09-131-11/+12
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* Issue #6354: More fixes for code examples involving the repr of a float.Mark Dickinson2009-06-281-2/+2
* Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge fromGeorg Brandl2009-05-251-10/+12
* Remove 2.6 versionchanges, turn 2.7 ones into 3.1.Georg Brandl2009-01-041-5/+0
* Remove trailing whitespace.Georg Brandl2009-01-031-5/+5
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-2/+2
* Merged revisions 67117-67119,67123-67124,67143 via svnmerge fromGeorg Brandl2008-11-071-8/+7
* merge from trunkBenjamin Peterson2008-10-111-31/+112
* Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,...Benjamin Peterson2008-09-081-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-8/+5
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-6/+0
* Documented lastrowid attribute in py3k branch.Gerhard Häring2008-03-291-0/+6
* Same documentation for sqlite3 module as in 2.6.Gerhard Häring2008-03-291-11/+50
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-0/+21
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-27/+27
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-201-3/+31
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-1/+1
* Remove further mentions of long integers.Georg Brandl2007-11-291-7/+5
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-8/+8
* Convert all print statements in the docs.Georg Brandl2007-09-041-1/+1
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
* - document bytes()Georg Brandl2007-08-311-5/+0
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-3/+3
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+689