Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #16341: convert examples to use except ... as ... syntax. | Andrew Svetlov | 2012-10-30 | 1 | -1/+1 |
| | |||||
* | sqlite3: Port relevant documentation changes from 3.2 | Petri Lehtinen | 2012-03-01 | 5 | -28/+18 |
| | | | | Initial patch by Johannes Vogel. Issue #13491. | ||||
* | Fix errors in sqlite3's Cursor.rowcount documentation | Petri Lehtinen | 2012-02-16 | 1 | -2/+1 |
| | | | | Closes #13995. | ||||
* | caught is the right pp of catch; thanks to Don Bennett from docs@ | Sandro Tosi | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | Merged code from pysqlite 2.6.0. | Gerhard Häring | 2010-03-05 | 1 | -0/+26 |
| | |||||
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
| | |||||
* | #6055: refer to "sqlite3" consistently. | Georg Brandl | 2009-05-20 | 1 | -3/+4 |
| | |||||
* | revert r69777 since all the experts agree that extra import lines distract ↵ | Benjamin Peterson | 2009-02-20 | 1 | -2/+1 |
| | | | | from the code | ||||
* | Since we recommend one module per import line, reflect this also in the | Jeroen Ruigrok van der Werven | 2009-02-19 | 1 | -1/+2 |
| | | | | documentation. | ||||
* | Brought documentation for sqlite3 module up-to-date. Fixed Issue1625205 which | Gerhard Häring | 2008-03-29 | 1 | -0/+16 |
| | | | | complained about commit, rollback and close not being documented. | ||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 29 | -0/+511 |