This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-28 05:35:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
sqlite3
/
test
History
Guido van Rossum
a8be92b649
Fix the sqlite test. Blobs should be created using buffer(b"blob"),
...
not buffer("blob").
2007-08-29 03:44:33 +00:00
..
__init__.py
…
dbapi.py
Merged revisions 55817-55961 via svnmerge from
2007-06-13 18:07:49 +00:00
factory.py
Make the sqlite tests pass.
2007-08-10 18:15:11 +00:00
hooks.py
…
regression.py
Merged revisions 55007-55179 via svnmerge from
2007-05-07 22:24:25 +00:00
transactions.py
…
types.py
Make the sqlite tests pass.
2007-08-10 18:15:11 +00:00
userfunctions.py
Fix the sqlite test. Blobs should be created using buffer(b"blob"),
2007-08-29 03:44:33 +00:00