aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/sqlite3/test/dbapi.py
Commit message (Expand)AuthorAge
* bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)Victor Stinner2019-06-26
* Spelling fixes to docs, docstrings, and comments (GH-6374)Ville Skyttä2018-04-20
* bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#...Anders Lorentsen2017-11-06
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* Issue #21250: Merge from 3.5Berker Peksag2016-09-07
|\
| * Issue #21250: Add tests for SQLite's ON CONFLICT clauseBerker Peksag2016-09-07
* | Issue #16864: Cursor.lastrowid now supports REPLACE statementBerker Peksag2016-06-14
|/
* Mark tests as skipped when a SQLite version is not supportedBerker Peksag2016-06-14
* Remove empty setUp and tearDown methods from sqlite3 testsBerker Peksag2016-06-14
* Replace more boilerplate code with modern unittest features in sqlite3 testsBerker Peksag2016-06-14
* Modernize sqlite3 testsBerker Peksag2016-06-12
* Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1Berker Peksag2016-06-12
* Issue #27188: Fix various sqlite3 documentation errorsBerker Peksag2016-06-12
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filena...Antoine Pitrou2013-02-10
* Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-02
* sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-01
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.R. David Murray2010-06-01
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-28
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-05
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-04
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-10
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-29
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-08
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21