This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
40,865
Commits
9
Branches
456
Tags
1.7
GiB
b0a3074d92
Commit Graph
3 Commits
Author
SHA1
Message
Date
Brett Cannon
2b5d6ebfe5
dbm.dumb was opening files without specifying the encoding. Caused problem on
...
at least OS X where the default is macroman. Closes issue
#4382
.
2008-11-24 21:09:58 +00:00
Brett Cannon
58425d3103
Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and
...
strings. Closes issue
#3799
.
2008-11-21 00:17:53 +00:00
Georg Brandl
0a7ac7d70d
Create the dbm package from PEP 3108.
#2881
.
2008-05-26 10:29:35 +00:00