summaryrefslogtreecommitdiffstats
path: root/Modules/_dbmmodule.c
Commit message (Expand)AuthorAgeFilesLines
* fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith2008-09-061-5/+5
* #3247: get rid of Py_FindMethodAmaury Forgeot d'Arc2008-07-021-8/+10
* 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
* 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