Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dbm.dumb was opening files without specifying the encoding. Caused problem on | Brett Cannon | 2008-11-24 | 1 | -8/+10 |
| | | | | | | at least OS X where the default is macroman. Closes issue #4382. | ||||
* | Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and | Brett Cannon | 2008-11-21 | 1 | -11/+17 |
| | | | | | | strings. Closes issue #3799. | ||||
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 1 | -0/+257 |