index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
sqlite3
/
test
/
types.py
Commit message (
Expand
)
Author
Age
*
bpo-45181: Simplify loading sqlite3 tests (GH-28304)
Serhiy Storchaka
2021-09-13
*
bpo-44859: Improve error handling in sqlite3 and and raise more accurate exce...
Serhiy Storchaka
2021-08-08
*
bpo-43553: Improve `sqlite3` test coverage (GH-26886)
Erlend Egeberg Aasland
2021-06-24
*
bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25...
Erlend Egeberg Aasland
2021-04-14
*
bpo-43369: sqlite3_column_{text,blob} failures now raise MemoryError (GH-24723)
Erlend Egeberg Aasland
2021-03-04
*
bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)
Erlend Egeberg Aasland
2021-01-07
*
bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-...
Erlend Egeberg Aasland
2021-01-07
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
*
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...
Serhiy Storchaka
2020-03-21
*
bpo-32788: Better error handling in sqlite3. (GH-3723)
Serhiy Storchaka
2018-12-10
*
Issue #29123: Make CheckSqlTimestamp more robust
Berker Peksag
2016-12-31
*
Issue #21718: cursor.description is now available for queries using CTEs
Berker Peksag
2016-08-21
*
Mark tests as skipped when a SQLite version is not supported
Berker Peksag
2016-06-14
*
Modernize sqlite3 tests
Berker Peksag
2016-06-12
*
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
*
Make sqlite3 tests editable with Emacs
Petri Lehtinen
2012-02-02
*
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
*
Merged revisions 74754 via svnmerge from
Ezio Melotti
2009-09-12
*
change deprecated unittest method calls into their proper names.
Gregory P. Smith
2009-07-04
*
Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...
Christian Heimes
2008-05-04
*
Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally
Gerhard Häring
2008-03-29
*
Merged revisions 59628-59641 via svnmerge from
Christian Heimes
2008-01-01
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
*
Make str/str8 comparisons return True/False for !=/==.
Brett Cannon
2007-10-22
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
*
Make the sqlite tests pass.
Gerhard Häring
2007-08-10
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21