Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up the cleanup of the temporary DB so it works for BSD DB's | Fred Drake | 2000-09-18 | 1 | -4/+12 |
| | | | | compatibility layer as well as "classic" ndbm. | ||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -2/+2 |
| | |||||
* | Many scripts, but small changes. Update the way the scripts obtain the | Roger E. Masse | 1996-12-20 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | '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. | ||||
* | Added a test script for dbmmodule.c and added it to testall.py and | Roger E. Masse | 1996-12-10 | 1 | -0/+29 |
updated testall.out |