summaryrefslogtreecommitdiffstats
path: root/Doc/library/sqlite3.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #13583: sqlite3.Row now supports slice indexing.Serhiy Storchaka2015-03-311-0/+3
* #21653: fix doc for return type of sqlite3.Row.keys().R David Murray2014-06-051-1/+1
* Issue #15067: Port 2.7 sqlite3 docs to 3.4Zachary Ware2014-04-011-46/+51
* merge 3.3 (#20278)Benjamin Peterson2014-01-161-1/+1
|\
| * update pysqlite website (closes #20278)Benjamin Peterson2014-01-161-1/+1
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-4/+4
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-4/+4
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on ...Georg Brandl2013-10-061-1/+1
* | Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-261-0/+4
|\ \ | |/
| * Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-261-0/+4
| |\
| | * Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-261-0/+4
* | | Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-2/+2
|\ \ \ | |/ /
| * | Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-2/+2
| |\ \ | | |/
| | * Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-2/+2
* | | Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filena...Antoine Pitrou2013-02-091-1/+13
|/ /
* | merge #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-111-0/+22
|\ \ | |/
| * #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-111-0/+22
* | Merge: Fix sqlite3 class markup.R David Murray2012-10-011-222/+226
|\ \ | |/
| * Fix sqlite3 class markup.R David Murray2012-10-011-215/+215
* | Merge #15742: clarify sqlite parameter substitution example.R David Murray2012-08-201-1/+1
|\ \ | |/
| * #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
|\ \ | |/
| * #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
* | Merge branch '3.2'Petri Lehtinen2012-03-011-8/+8
|\ \ | |/
| * sqlite3: Port documentation changes from the 2.7 branchPetri Lehtinen2012-03-011-8/+8
* | Merge branch '3.2'Petri Lehtinen2012-02-161-6/+5
|\ \ | |/
| * sqlite3: Fix documentation errors concerning Cursor.rowcountPetri Lehtinen2012-02-161-6/+5
* | Merge branch '3.2'Petri Lehtinen2012-02-151-6/+2
|\ \ | |/
| * Issue #13491: Fix many errors in sqlite3 documentationPetri Lehtinen2012-02-151-6/+2
* | Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-091-4/+0
* | Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
* | merge from 3.2Senthil Kumaran2011-07-031-37/+38
|\ \ | |/
| * reST indentation fix in sqlite3 docs. rst uses 3 space indentation.Senthil Kumaran2011-07-031-37/+38
* | Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ...Antoine Pitrou2011-04-031-0/+16
|/
* 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