summaryrefslogtreecommitdiff
path: root/Modules/_sqlite/connection.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inT...Berker Peksag2016-09-121-4/+0
* Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...Serhiy Storchaka2016-09-011-3/+2
* Issue #22883: Got rid of outdated references to PyInt and PyString in comments.Serhiy Storchaka2015-02-171-1/+1
* Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-091-2/+1
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-4/+9
|\
| * Fix T_BOOL bug of issue 8845.Martin v. Löwis2010-10-171-1/+1
| * Welcome to the UTF-8 world.Florent Xicluna2010-09-031-1/+1
| * Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-051-3/+8
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
|/
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-291-1/+1
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-16/+15
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+24
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+106