summaryrefslogtreecommitdiffstats
path: root/Lib/dbm/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Redundancy isn't needed here.Antoine Pitrou2009-10-101-1/+1
| | | | Redundancy isn't needed here.
* Merged revisions 75312 via svnmerge fromAntoine Pitrou2009-10-101-1/+1
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75312 | antoine.pitrou | 2009-10-10 22:52:11 +0200 (sam., 10 oct. 2009) | 4 lines Issue #7055: test___all__ now greedily detects all modules which have an __all__ attribute, rather than using a hardcoded and incomplete list. ........
* We dont have dbm.bsd support anymore.Georg Brandl2009-05-171-3/+3
|
* #3929: dbm.open() would try to raise a tuple. This does not work anymore ↵Amaury Forgeot d'Arc2008-09-251-4/+4
| | | | | | with python 3.0. Reviewed by Georg Brandl.
* Make db modules' error classes inherit IOError.Georg Brandl2008-05-281-24/+18
| | | | Stop dbm from importing every dbm module when imported.
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-0/+198