Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #21653: fix doc for return type of sqlite3.Row.keys(). | R David Murray | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | Issue #15067: Port 2.7 sqlite3 docs to 3.4 | Zachary Ware | 2014-04-01 | 1 | -46/+51 |
| | |||||
* | merge 3.3 (#20278) | Benjamin Peterson | 2014-01-16 | 1 | -1/+1 |
|\ | |||||
| * | update pysqlite website (closes #20278) | Benjamin Peterson | 2014-01-16 | 1 | -1/+1 |
| | | |||||
* | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -4/+4 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | | | | | | | docs@. | ||||
* | | Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior | Petri Lehtinen | 2013-02-26 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior | Petri Lehtinen | 2013-02-26 | 1 | -0/+4 |
| |\ | |||||
| | * | 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 |
|\ \ \ | |/ / | |||||
| * | | Issue #8890: Stop advertising an insecure use of /tmp in docs | Petri Lehtinen | 2013-02-23 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #8890: Stop advertising an insecure use of /tmp in docs | Petri Lehtinen | 2013-02-23 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the ↵ | Antoine Pitrou | 2013-02-09 | 1 | -1/+13 |
|/ / | | | | | | | filename as a URI, allowing to pass custom options. | ||||
* | | merge #13934: document sqlite version strings, use correct one in test. | R David Murray | 2013-01-11 | 1 | -0/+22 |
|\ \ | |/ | |||||
| * | #13934: document sqlite version strings, use correct one in test. | R David Murray | 2013-01-11 | 1 | -0/+22 |
| | | |||||
* | | Merge: Fix sqlite3 class markup. | R David Murray | 2012-10-01 | 1 | -222/+226 |
|\ \ | |/ | |||||
| * | Fix sqlite3 class markup. | R David Murray | 2012-10-01 | 1 | -215/+215 |
| | | |||||
* | | Merge #15742: clarify sqlite parameter substitution example. | R David Murray | 2012-08-20 | 1 | -1/+1 |
|\ \ | |/ | | | | | Suggestion and patch by Mike Hoy. | ||||
| * | #15742: clarify sqlite parameter substitution example. | R David Murray | 2012-08-20 | 1 | -1/+1 |
| | | | | | | | | Suggestion and patch by Mike Hoy. | ||||
* | | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-21 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '3.2' | Petri Lehtinen | 2012-03-01 | 1 | -8/+8 |
|\ \ | |/ | | | | | Issue #13491. | ||||
| * | sqlite3: Port documentation changes from the 2.7 branch | Petri Lehtinen | 2012-03-01 | 1 | -8/+8 |
| | | | | | | | | Issue #13491. | ||||
* | | Merge branch '3.2' | Petri Lehtinen | 2012-02-16 | 1 | -6/+5 |
|\ \ | |/ | | | | | Closes #13995. | ||||
| * | sqlite3: Fix documentation errors concerning Cursor.rowcount | Petri Lehtinen | 2012-02-16 | 1 | -6/+5 |
| | | | | | | | | Closes #13995. | ||||
* | | Merge branch '3.2' | Petri Lehtinen | 2012-02-15 | 1 | -6/+2 |
|\ \ | |/ | | | | | Issue #13491. | ||||
| * | Issue #13491: Fix many errors in sqlite3 documentation | Petri Lehtinen | 2012-02-15 | 1 | -6/+2 |
| | | | | | | | | Initial patch by Johannes Vogel. | ||||
* | | Undocument and clean up sqlite3.OptimizedUnicode | Petri Lehtinen | 2012-02-09 | 1 | -4/+0 |
| | | | | | | | | Closes #13921. | ||||
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| | | |||||
* | | merge from 3.2 | Senthil Kumaran | 2011-07-03 | 1 | -37/+38 |
|\ \ | |/ | |||||
| * | reST indentation fix in sqlite3 docs. rst uses 3 space indentation. | Senthil Kumaran | 2011-07-03 | 1 | -37/+38 |
| | | |||||
* | | Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ↵ | Antoine Pitrou | 2011-04-03 | 1 | -0/+16 |
|/ | | | | Landschoff. | ||||
* | 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 |
| | | | | Also add a note about inheritance from `object` being default. | ||||
* | #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 |
| | | | | Patch by R. David Murray, unit tests by Shashwat Anand. | ||||
* | Merged revisions ↵ | Benjamin Peterson | 2010-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78338 | andrew.kuchling | 2010-02-22 15:04:02 -0600 (Mon, 22 Feb 2010) | 4 lines Remove Tools/modulator, a reference to it in the docs, and a screenshot of it. (I asked the BDFL first, and he approved removing it. The last actual bugfix to Tools/modulator was in 2001; since then all changes have been search-and-replace: string methods, whitespace fixes, etc.) ........ r78345 | andrew.kuchling | 2010-02-22 17:10:52 -0600 (Mon, 22 Feb 2010) | 1 line #7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819). ........ r78346 | andrew.kuchling | 2010-02-22 17:12:00 -0600 (Mon, 22 Feb 2010) | 1 line #7706: add include guards where they're missing; required for Windows CE ........ r78561 | andrew.kuchling | 2010-03-01 13:51:43 -0600 (Mon, 01 Mar 2010) | 1 line #7191: describe more details of wbits parameter ........ r78562 | andrew.kuchling | 2010-03-01 14:11:57 -0600 (Mon, 01 Mar 2010) | 1 line #7637: avoid repeated-concatenation antipattern in example ........ r78566 | barry.warsaw | 2010-03-01 15:46:51 -0600 (Mon, 01 Mar 2010) | 4 lines Manually copy patch for bug 7250 from the release26-maint branch. I suck because I did this in the wrong order and couldn't smack svnmerge into submission. ........ r78574 | benjamin.peterson | 2010-03-01 17:25:13 -0600 (Mon, 01 Mar 2010) | 1 line remove CVS id ........ r78581 | michael.foord | 2010-03-02 08:22:15 -0600 (Tue, 02 Mar 2010) | 1 line Link correction in documentation. ........ r78634 | benjamin.peterson | 2010-03-03 15:28:25 -0600 (Wed, 03 Mar 2010) | 1 line rephrase ........ r78660 | dirkjan.ochtman | 2010-03-04 13:21:53 -0600 (Thu, 04 Mar 2010) | 4 lines Try to fix buildbot breakage from r78384. Thanks bitdancer and briancurtin for the help. ........ r78675 | florent.xicluna | 2010-03-04 19:12:14 -0600 (Thu, 04 Mar 2010) | 2 lines These line should not be there. ........ | ||||
* | 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 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78176 | ezio.melotti | 2010-02-14 04:50:23 +0200 (Sun, 14 Feb 2010) | 1 line #7921: fix links. Patch by Brian Curtin. ........ | ||||
* | Fix sqlite3 docs. `buffer` is gone, `bytes` objects are returned for BLOBs ↵ | Antoine Pitrou | 2010-02-02 | 1 | -8/+6 |
| | | | | | | instead. Patch by Pablo Mouzo. | ||||
* | small fixes in the examples and in the markup | Ezio Melotti | 2009-09-13 | 1 | -11/+12 |
| |