summaryrefslogtreecommitdiff
path: root/Lib/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.2'Petri Lehtinen2012-02-217-9/+61
|\
| * Merge branch '3.2'Petri Lehtinen2012-02-177-9/+61
| |\
| | * Merge branch '3.2'Petri Lehtinen2012-02-122-22/+36
| | |\
| | * | Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-091-0/+2
| | * | Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-027-7/+7
| | * | Merge branch 3.2Petri Lehtinen2012-02-012-1/+43
| | |\ \
| | * | | Issue #10811: Use TestCase.assertRaises() in the new testVictor Stinner2011-05-091-5/+4
| | * | | #10811: Fix recursive usage of cursors. Instead of crashing, raise a Programm...Gerhard Haering2011-05-091-0/+23
| | * | | Fix TraceCallbackTests to not use bound parameters (followup to issue #11688)Antoine Pitrou2011-04-041-1/+4
| | * | | Improve error message in testAntoine Pitrou2011-04-041-1/+2
| | * | | Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ...Antoine Pitrou2011-04-041-1/+47
| | * | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-1/+1
* | | | | sqlite3: Fix 64-bit integer handling in user functions on 32-bit architecturesPetri Lehtinen2012-02-191-0/+18
|/ / / /
* | | | Fix a variable scoping error in an sqlite3 testPetri Lehtinen2012-02-171-0/+1
| |_|/ |/| |
* | | Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotesPetri Lehtinen2012-02-122-22/+36
* | | Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...Petri Lehtinen2011-05-091-0/+22
| |/ |/|
* | sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-012-1/+43
|/
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-202-2/+2
* remove pointless coding cookiesFlorent Xicluna2010-08-302-4/+2
* #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.R. David Murray2010-06-011-0/+23
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+5
* Issue #8195: Fix a crash in sqlite Connection.create_collation() if theVictor Stinner2010-04-221-0/+7
* Merged revisions 78898 via svnmerge fromVictor Stinner2010-03-131-7/+12
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-053-18/+228
* Merged revisions 74754 via svnmerge fromEzio Melotti2009-09-121-1/+7
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-047-151/+151
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-5/+5
* Issue #3659: Values of string subclasses were not handled correctly when usedGerhard Häring2008-09-221-0/+6
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-1/+16
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-0/+9
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-042-1/+36
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-051-0/+8
* Merged revisions 62011 via svnmerge fromMartin v. Löwis2008-03-301-1/+1
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-296-25/+199
* Added missing files for new iterdump method.Gerhard Häring2008-03-292-0/+115
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-2/+5
* Make sure we get usable error messages when text could not be decoded when fe...Gerhard Häring2008-02-291-0/+14
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Merged revisions 59628-59641 via svnmerge fromChristian Heimes2008-01-011-2/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-064-19/+19
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-221-0/+4
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-084-13/+14
* Fix the sqlite test. Blobs should be created using buffer(b"blob"),Guido van Rossum2007-08-291-3/+3
* Make the sqlite tests pass.Gerhard Häring2007-08-103-14/+14
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-4/+4
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-024-22/+22
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-154-6/+56