| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior | Petri Lehtinen | 2013-02-26 | 1 | -0/+4 |
|
|
* | Issue #8890: Stop advertising an insecure use of /tmp in docs | Petri Lehtinen | 2013-02-23 | 1 | -2/+2 |
|
|
* | #13934: document sqlite version strings, use correct one in test. | R David Murray | 2013-01-11 | 1 | -0/+22 |
|
|
* | Fix sqlite3 class markup. | R David Murray | 2012-10-01 | 1 | -215/+215 |
|
|
* | #15742: clarify sqlite parameter substitution example. | R David Murray | 2012-08-20 | 1 | -1/+1 |
|
|
* | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-21 | 1 | -1/+1 |
|
|
* | sqlite3: Port documentation changes from the 2.7 branch | Petri Lehtinen | 2012-03-01 | 1 | -8/+8 |
|
|
* | sqlite3: Fix documentation errors concerning Cursor.rowcount | Petri Lehtinen | 2012-02-16 | 1 | -6/+5 |
|
|
* | Issue #13491: Fix many errors in sqlite3 documentation | Petri Lehtinen | 2012-02-15 | 1 | -6/+2 |
|
|
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|
|
* | reST indentation fix in sqlite3 docs. rst uses 3 space indentation. | Senthil Kumaran | 2011-07-03 | 1 | -37/+38 |
|
|
* | there's now a setup.py switch for this | Benjamin Peterson | 2010-11-28 | 1 | -1/+1 |
|
|
* | Remove unnecessary `object` base class in docs (#10366). | Éric Araujo | 2010-11-22 | 1 | -1/+1 |
|
|
* | #8811: small fixes to sqlite3 docs. | Georg Brandl | 2010-10-17 | 1 | -16/+14 |
|
|
* | Fixes #10020 | Gerhard Häring | 2010-10-03 | 1 | -0/+11 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -7/+5 |
|
|
* | Issue #3854: Documented using the sqlite3 module with multiple threads. | Gerhard Häring | 2010-08-06 | 1 | -0/+15 |
|
|
* | #8456: fix signature of sqlite3.connect(). | Georg Brandl | 2010-07-10 | 1 | -1/+1 |
|
|
* | fix typo | Benjamin Peterson | 2010-06-06 | 1 | -1/+1 |
|
|
* | #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. | R. David Murray | 2010-06-01 | 1 | -1/+9 |
|
|
* | Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,... | Benjamin Peterson | 2010-03-21 | 1 | -1/+1 |
|
|
* | Update versionadded/changed. | Ezio Melotti | 2010-03-21 | 1 | -2/+2 |
|
|
* | Merged new pysqlite version 2.6.0 from trunk. | Gerhard Häring | 2010-03-05 | 1 | -1/+20 |
|
|
* | Merged revisions 78176 via svnmerge from | Ezio Melotti | 2010-02-14 | 1 | -6/+7 |
|
|
* | Fix sqlite3 docs. `buffer` is gone, `bytes` objects are returned for BLOBs i... | Antoine Pitrou | 2010-02-02 | 1 | -8/+6 |
|
|
* | small fixes in the examples and in the markup | Ezio Melotti | 2009-09-13 | 1 | -11/+12 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | Issue #6354: More fixes for code examples involving the repr of a float. | Mark Dickinson | 2009-06-28 | 1 | -2/+2 |
|
|
* | Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -10/+12 |
|
|
* | Remove 2.6 versionchanges, turn 2.7 ones into 3.1. | Georg Brandl | 2009-01-04 | 1 | -5/+0 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -5/+5 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -2/+2 |
|
|
* | Merged revisions 67117-67119,67123-67124,67143 via svnmerge from | Georg Brandl | 2008-11-07 | 1 | -8/+7 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -31/+112 |
|
|
* | Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,... | Benjamin Peterson | 2008-09-08 | 1 | -1/+1 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -8/+5 |
|
|
* | remove some old versionchanged and versionadded directives | Benjamin Peterson | 2008-04-24 | 1 | -6/+0 |
|
|
* | Documented lastrowid attribute in py3k branch. | Gerhard Häring | 2008-03-29 | 1 | -0/+6 |
|
|
* | Same documentation for sqlite3 module as in 2.6. | Gerhard Häring | 2008-03-29 | 1 | -11/+50 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -0/+21 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -27/+27 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -3/+31 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -1/+1 |
|
|
* | Remove further mentions of long integers. | Georg Brandl | 2007-11-29 | 1 | -7/+5 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -8/+8 |
|
|
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 1 | -1/+1 |
|
|
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -2/+0 |
|
|
* | - document bytes() | Georg Brandl | 2007-08-31 | 1 | -5/+0 |
|
|
* | Merged revisions 57221-57391 via svnmerge from | Guido van Rossum | 2007-08-24 | 1 | -3/+3 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+689 |
|
|