summaryrefslogtreecommitdiffstats
path: root/Modules/_dbmmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith2008-09-061-5/+5
| | | | | ossaudiodev, & winreg modules to return bytes objects instead of bytearray objects.
* #3247: get rid of Py_FindMethodAmaury Forgeot d'Arc2008-07-021-8/+10
| | | | Third step: unix-only modules. Really remove the function this time.
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+22
|
* Make db modules' error classes inherit IOError.Georg Brandl2008-05-281-1/+2
| | | | Stop dbm from importing every dbm module when imported.
* Renamed PyString to PyBytesChristian Heimes2008-05-261-3/+3
|
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-5/+5
|
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-0/+412