aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/sqlite3/test/types.py
Commit message (Expand)AuthorAge
* bpo-45181: Simplify loading sqlite3 tests (GH-28304)Serhiy Storchaka2021-09-13
* bpo-44859: Improve error handling in sqlite3 and and raise more accurate exce...Serhiy Storchaka2021-08-08
* bpo-43553: Improve `sqlite3` test coverage (GH-26886)Erlend Egeberg Aasland2021-06-24
* bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25...Erlend Egeberg Aasland2021-04-14
* bpo-43369: sqlite3_column_{text,blob} failures now raise MemoryError (GH-24723)Erlend Egeberg Aasland2021-03-04
* 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-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...Serhiy Storchaka2020-03-21
* bpo-32788: Better error handling in sqlite3. (GH-3723)Serhiy Storchaka2018-12-10
* Issue #29123: Make CheckSqlTimestamp more robustBerker Peksag2016-12-31
* Issue #21718: cursor.description is now available for queries using CTEsBerker Peksag2016-08-21
* Mark tests as skipped when a SQLite version is not supportedBerker Peksag2016-06-14
* Modernize sqlite3 testsBerker Peksag2016-06-12
* Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-12
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-17
* Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-02
* Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-25
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Merged revisions 74754 via svnmerge fromEzio Melotti2009-09-12
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-04
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-04
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-29
* Merged revisions 59628-59641 via svnmerge fromChristian Heimes2008-01-01
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-22
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-08
* Make the sqlite tests pass.Gerhard Häring2007-08-10
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-15
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-24
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21