summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsqlite3.tex
Commit message (Collapse)AuthorAgeFilesLines
* Fix a lot of markup and meta-information glitches.Georg Brandl2007-04-011-17/+17
|
* [Bug #1618083] Add missing word; make a few grammar fixesAndrew M. Kuchling2006-12-181-4/+4
|
* Clean up the language of a sentence relating to the connect() function andBrett Cannon2006-10-141-1/+1
| | | | user-defined datatypes.
* More wordsmithingAndrew M. Kuchling2006-09-121-26/+28
|
* Some editing, markup fixesAndrew M. Kuchling2006-09-121-23/+24
|
* Markup typo fixAndrew M. Kuchling2006-09-121-1/+1
|
* Use native SQLite typesAndrew M. Kuchling2006-09-081-2/+2
|
* Explain SQLite a bit more clearlyAndrew M. Kuchling2006-09-081-6/+8
|
* lots of markup nits, most commonly Unix/unix --> \UNIXFred Drake2006-07-301-4/+4
|
* Updated documentation for pysqlite 2.3.0 API.Gerhard Häring2006-06-131-3/+38
|
* Typo fixAndrew M. Kuchling2006-06-081-1/+1
|
* Mention other placeholdersAndrew M. Kuchling2006-06-071-2/+3
|
* Add an SQLite introduction, taken from the 'What's New' textAndrew M. Kuchling2006-06-071-0/+98
|
* Integrated the rest of the pysqlite reference manual into the PythonGerhard Häring2006-05-121-44/+316
| | | | documentation. Ready to be reviewed and improved upon.
* Further integration of the documentation for the sqlite3 module. There's stillGerhard Häring2006-05-011-3/+135
| | | | quite some content to move over from the pysqlite manual, but it's a start now.
* - minor clarification in section titleFred Drake2006-05-011-15/+9
| | | | | - markup adjustments (there is clearly much to be done in this section)
* This is the start of documentation for the sqlite3 module. Please feel free toGerhard Häring2006-04-291-0/+105
find a better place for the link to it than alongside bsddb & friends.