This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-04 00:48:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
a8be92b649
cpython
/
Lib
/
sqlite3
History
Download ZIP
Download TAR.GZ
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
..
test
Fix the sqlite test. Blobs should be created using buffer(b"blob"),
2007-08-29 03:44:33 +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
Merged revisions 53304-53433,53435-53450 via svnmerge from
2007-01-15 15:49:28 +00:00