cpython/Lib/bsddb
Guido van Rossum 34d1928766 SF patch# 1770008 by Christian Heimes (plus some extras).
Completely get rid of StringIO.py and cStringIO.c.

I had to fix a few tests and modules beyond what Christian did, and
invent a few conventions.  E.g. in elementtree, I chose to
write/return Unicode strings whe no encoding is given, but bytes when
an explicit encoding is given.  Also mimetools was made to always
assume binary files.
2007-08-09 01:03:29 +00:00
..
test SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
__init__.py Make bsddb use bytes as keys and values. Add StringKeys 2007-08-05 15:39:16 +00:00
db.py Simplify string comparison using startswith() 2005-02-02 18:47:18 +00:00
dbobj.py Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
dbrecio.py Remove functions in string module that are also string methods. Also remove: 2007-04-17 08:48:32 +00:00
dbshelve.py Fix most of the bsddb3 tests. 2007-08-08 22:08:30 +00:00
dbtables.py Fix most of the bsddb3 tests. 2007-08-08 22:08:30 +00:00
dbutils.py Fixed to the point that all unit tests pass again. (However, I get 4 2006-08-21 00:21:47 +00:00