Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, | Gregory P. Smith | 2008-09-06 | 1 | -5/+5 |
* | #3247: get rid of Py_FindMethod | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -8/+10 |
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+22 |
* | Make db modules' error classes inherit IOError. | Georg Brandl | 2008-05-28 | 1 | -1/+2 |
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -3/+3 |
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -5/+5 |
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 1 | -0/+412 |