cpython/Lib/sqlite3/test
Guido van Rossum bae07c9baf Breaking ground for PEP 3137 implementation:
Get rid of buffer().  Use memoryview() in its place where possible.
In a few places, do things a bit different, because memoryview()
can't slice (yet).
2007-10-08 02:46:15 +00:00
..
__init__.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
dbapi.py Breaking ground for PEP 3137 implementation: 2007-10-08 02:46:15 +00:00
factory.py Make the sqlite tests pass. 2007-08-10 18:15:11 +00:00
hooks.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
regression.py Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
transactions.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
types.py Breaking ground for PEP 3137 implementation: 2007-10-08 02:46:15 +00:00
userfunctions.py Breaking ground for PEP 3137 implementation: 2007-10-08 02:46:15 +00:00