cpython/Lib/sqlite3
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
..
test Breaking ground for PEP 3137 implementation: 2007-10-08 02:46:15 +00:00
__init__.py Quite a few fixes to make the library and test suite more robust when 2006-08-17 20:24:18 +00:00
dbapi2.py Breaking ground for PEP 3137 implementation: 2007-10-08 02:46:15 +00:00