summaryrefslogtreecommitdiffstats
path: root/Lib/dbm/dumb.py
Commit message (Collapse)AuthorAgeFilesLines
* #6045: provide at least get() and setdefault() for all dbm modules.Georg Brandl2010-12-041-2/+2
|
* dbm.dumb was opening files without specifying the encoding. Caused problem onBrett Cannon2008-11-241-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 andBrett Cannon2008-11-211-11/+17
| | | | | | strings. Closes issue #3799.
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-0/+257