| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Issue #14720: sqlite3: Convert datetime microseconds correctly | Petri Lehtinen | 2013-02-23 | 2 | -1/+18 |
| |\ \
| | |/ |
|
| | * | Issue #14720: sqlite3: Convert datetime microseconds correctly | Petri Lehtinen | 2013-02-23 | 2 | -2/+19 |
* | | | Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filena... | Antoine Pitrou | 2013-02-10 | 1 | -0/+18 |
|/ / |
|
* | | Issue #17073: Fix some integer overflows in sqlite3 module. | Serhiy Storchaka | 2013-02-07 | 2 | -12/+67 |
|\ \
| |/ |
|
| * | Issue #17073: Fix some integer overflows in sqlite3 module. | Serhiy Storchaka | 2013-02-07 | 2 | -12/+67 |
* | | merge #13934: document sqlite version strings, use correct one in test. | R David Murray | 2013-01-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #13934: document sqlite version strings, use correct one in test. | R David Murray | 2013-01-10 | 1 | -2/+2 |
* | | merge #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. | R David Murray | 2013-01-10 | 2 | -1/+23 |
|\ \
| |/ |
|
| * | #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. | R David Murray | 2013-01-10 | 2 | -1/+23 |
* | | Merge branch '3.2' | Petri Lehtinen | 2012-02-21 | 1 | -0/+18 |
|\ \
| |/ |
|
| * | sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures | Petri Lehtinen | 2012-02-21 | 1 | -0/+18 |
* | | Merge branch '3.2' | Petri Lehtinen | 2012-02-17 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix a variable scoping error in an sqlite3 test | Petri Lehtinen | 2012-02-17 | 1 | -0/+1 |
* | | Merge branch '3.2' | Petri Lehtinen | 2012-02-12 | 2 | -22/+36 |
|\ \
| |/ |
|
| * | Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes | Petri Lehtinen | 2012-02-12 | 2 | -22/+36 |
| * | Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr... | Petri Lehtinen | 2012-02-06 | 1 | -0/+22 |
* | | Undocument and clean up sqlite3.OptimizedUnicode | Petri Lehtinen | 2012-02-09 | 1 | -0/+2 |
* | | Make sqlite3 tests editable with Emacs | Petri Lehtinen | 2012-02-02 | 7 | -7/+7 |
* | | Merge branch 3.2 | Petri Lehtinen | 2012-02-01 | 2 | -1/+43 |
|\ \
| |/ |
|
| * | sqlite3: Handle strings with embedded zeros correctly | Petri Lehtinen | 2012-02-01 | 2 | -1/+43 |
* | | Issue #10811: Use TestCase.assertRaises() in the new test | Victor Stinner | 2011-05-09 | 1 | -5/+4 |
* | | #10811: Fix recursive usage of cursors. Instead of crashing, raise a Programm... | Gerhard Haering | 2011-05-09 | 1 | -0/+23 |
* | | Fix TraceCallbackTests to not use bound parameters (followup to issue #11688) | Antoine Pitrou | 2011-04-04 | 1 | -1/+4 |
* | | Improve error message in test | Antoine Pitrou | 2011-04-04 | 1 | -1/+2 |
* | | Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ... | Antoine Pitrou | 2011-04-04 | 1 | -1/+47 |
* | | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -1/+1 |
|/ |
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 2 | -2/+2 |
* | remove pointless coding cookies | Florent Xicluna | 2010-08-30 | 2 | -4/+2 |
* | #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. | R. David Murray | 2010-06-01 | 1 | -0/+23 |
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -1/+5 |
* | Issue #8195: Fix a crash in sqlite Connection.create_collation() if the | Victor Stinner | 2010-04-22 | 1 | -0/+7 |
* | Merged revisions 78898 via svnmerge from | Victor Stinner | 2010-03-13 | 1 | -7/+12 |
* | Merged new pysqlite version 2.6.0 from trunk. | Gerhard Häring | 2010-03-05 | 3 | -18/+228 |
* | Merged revisions 74754 via svnmerge from | Ezio Melotti | 2009-09-12 | 1 | -1/+7 |
* | change deprecated unittest method calls into their proper names. | Gregory P. Smith | 2009-07-04 | 7 | -151/+151 |
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 1 | -5/+5 |
* | Issue #3659: Values of string subclasses were not handled correctly when used | Gerhard Häring | 2008-09-22 | 1 | -0/+6 |
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -1/+16 |
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -0/+9 |
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 2 | -1/+36 |
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-05 | 1 | -0/+8 |
* | Merged revisions 62011 via svnmerge from | Martin v. Löwis | 2008-03-30 | 1 | -1/+1 |
* | Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally | Gerhard Häring | 2008-03-29 | 6 | -25/+199 |
* | Added missing files for new iterdump method. | Gerhard Häring | 2008-03-29 | 2 | -0/+115 |
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -2/+5 |
* | Make sure we get usable error messages when text could not be decoded when fe... | Gerhard Häring | 2008-02-29 | 1 | -0/+14 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
* | Merged revisions 59628-59641 via svnmerge from | Christian Heimes | 2008-01-01 | 1 | -2/+1 |
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 4 | -19/+19 |
* | Make str/str8 comparisons return True/False for !=/==. | Brett Cannon | 2007-10-22 | 1 | -0/+4 |