summaryrefslogtreecommitdiffstats
path: root/Modules/_gdbmmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-251-2/+2
| | | | | | former they are converted to bytes before being written to the DB. Closes issue 3799. Reviewed by Skip Montanaro.
* #3247: get rid of Py_FindMethodAmaury Forgeot d'Arc2008-07-021-7/+8
| | | | 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-6/+18
|
* Make db modules' error classes inherit IOError.Georg Brandl2008-05-281-1/+1
| | | | Stop dbm from importing every dbm module when imported.
* Renamed PyString to PyBytesChristian Heimes2008-05-261-7/+7
|
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-0/+533