Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test case for accessing gsbm database by key after it's closed; | Fred Drake | 2000-02-07 | 1 | -1/+7 |
| | | | | it should raise gdbm.error. | ||||
* | Many scripts, but small changes. Update the way the scripts obtain the | Roger E. Masse | 1996-12-20 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | 'verbose' flag ala GvR updated test harness architecture. Old way: verbose = 0 if __name__ == '__main__': verbose = 1 New way: from test_support import verbose Some other small readablility and functionality updates. | ||||
* | Test script for the GNU dbm module (gdbm) | Roger E. Masse | 1996-12-17 | 1 | -0/+35 |