Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d18a84ee16bf6d8e8e86aba981afa8a865f27efd
/
Lib
/
dbm
170fb04
We dont have dbm.bsd support anymore.
by Georg Brandl
· 15 years ago
2b5d6eb
dbm.dumb was opening files without specifying the encoding. Caused problem on
by Brett Cannon
· 16 years ago
58425d3
Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and
by Brett Cannon
· 16 years ago
b5cf301
#3929: dbm.open() would try to raise a tuple. This does not work anymore with python 3.0.
by Amaury Forgeot d'Arc
· 16 years ago
6ba2332
clean up some more bsddb scraps
by Benjamin Peterson
· 16 years ago
b17acad
Make db modules' error classes inherit IOError.
by Georg Brandl
· 16 years ago
0a7ac7d
Create the dbm package from PEP 3108. #2881.
by Georg Brandl
· 16 years ago