aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/sqlite3/test/transactions.py
Commit message (Expand)AuthorAge
* bpo-45181: Simplify loading sqlite3 tests (GH-28304)Serhiy Storchaka2021-09-13
* bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)Erlend Egeberg Aasland2021-01-07
* bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-...Erlend Egeberg Aasland2021-01-07
* bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)Erlend Egeberg Aasland2020-09-07
* bpo-28518: Start a transaction implicitly before a DML statement (#245)Berker Peksag2017-02-26
* Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...Berker Peksag2016-09-11
* Mark tests as skipped when a SQLite version is not supportedBerker Peksag2016-06-14
* Modernize sqlite3 testsBerker Peksag2016-06-12
* Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-02
* 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 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-05
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-29
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-16
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21