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. | ||||
* | #3929: dbm.open() would try to raise a tuple. This does not work anymore ↵ | Amaury Forgeot d'Arc | 2008-09-25 | 1 | -4/+4 |
| | | | | | | with python 3.0. Reviewed by Georg Brandl. | ||||
* | clean up some more bsddb scraps | Benjamin Peterson | 2008-09-03 | 1 | -11/+0 |
| | |||||
* | Make db modules' error classes inherit IOError. | Georg Brandl | 2008-05-28 | 2 | -25/+20 |
| | | | | Stop dbm from importing every dbm module when imported. | ||||
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 5 | -0/+471 |