summaryrefslogtreecommitdiff
path: root/Lib/dbm/dumb.py
Commit message (Expand)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
* Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes andBrett Cannon2008-11-211-11/+17
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-0/+257