| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) | Miss Skeleton (bot) | 2020-10-26 | 1 | -1/+13 |
|
|
* | Spelling fixes to docs, docstrings, and comments (GH-6374) | Ville Skyttä | 2018-04-20 | 1 | -1/+1 |
|
|
* | bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#... | Anders Lorentsen | 2017-11-07 | 1 | -0/+11 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -5/+1 |
|
|
* | Issue #21250: Merge from 3.5 | Berker Peksag | 2016-09-06 | 1 | -1/+100 |
|\ |
|
| * | Issue #21250: Add tests for SQLite's ON CONFLICT clause | Berker Peksag | 2016-09-06 | 1 | -1/+100 |
|
|
* | | Issue #16864: Cursor.lastrowid now supports REPLACE statement | Berker Peksag | 2016-06-14 | 1 | -1/+42 |
|/ |
|
* | Mark tests as skipped when a SQLite version is not supported | Berker Peksag | 2016-06-14 | 1 | -2/+2 |
|
|
* | Remove empty setUp and tearDown methods from sqlite3 tests | Berker Peksag | 2016-06-14 | 1 | -12/+0 |
|
|
* | Replace more boilerplate code with modern unittest features in sqlite3 tests | Berker Peksag | 2016-06-13 | 1 | -2/+1 |
|
|
* | Modernize sqlite3 tests | Berker Peksag | 2016-06-12 | 1 | -145/+27 |
|
|
* | Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 | Berker Peksag | 2016-06-12 | 1 | -0/+6 |
|
|
* | Issue #27188: Fix various sqlite3 documentation errors | Berker Peksag | 2016-06-12 | 1 | -0/+12 |
|
|
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filena... | Antoine Pitrou | 2013-02-09 | 1 | -0/+18 |
|
|
* | Make sqlite3 tests editable with Emacs | Petri Lehtinen | 2012-02-02 | 1 | -1/+1 |
|
|
* | sqlite3: Handle strings with embedded zeros correctly | Petri Lehtinen | 2012-02-01 | 1 | -0/+7 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
|
|
* | #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 |
|
|
* | Merged new pysqlite version 2.6.0 from trunk. | Gerhard Häring | 2010-03-05 | 1 | -7/+104 |
|
|
* | change deprecated unittest method calls into their proper names. | Gregory P. Smith | 2009-07-04 | 1 | -46/+46 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -0/+9 |
|
|
* | Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally | Gerhard Häring | 2008-03-29 | 1 | -15/+36 |
|
|
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 | 1 | -1/+1 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -4/+4 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -1/+1 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+732 |
|
|