| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert the following revisions, as they don't fix security | Martin v. Löwis | 2008-03-02 | 1 | -2/+2 |
| | | | | | | | | problems: 52448, 52468, 52472, 52475, 52646, 52797, 52802, 52863, 52999, 53001, 53101, 53371, 53373, 53383, 53384, 53736, 53812, 53921, 55578, 55580, 55581, 55772, 55775, 56557, 57093, 57094, 58630, 60114 | ||||
| * | Backported r51621 from p3yk: | Thomas Wouters | 2007-02-25 | 1 | -2/+2 |
| | | | | | | Don't use a fixed temporary name (gdbm). Don't use our own temp name creation (dbm). | ||||
| * | Skip test_dbm if we can't write to the file | Neal Norwitz | 2002-11-02 | 1 | -31/+43 |
| | | | | | | Cleanup (remove) the file(s) after we are done with the test. (Fixes problem on snake farm) | ||||
| * | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
| * | Check that f.keys() == [] right after creation -- this prevents bugs | Guido van Rossum | 2001-03-22 | 1 | -1/+2 |
| | | | | | like the one I just fixed to come back and haunt us. | ||||
| * | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
| | | | | | 'verify' iff it's used by a test module... | ||||
| * | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
| | | | | | | | | and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum. | ||||
| * | 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 | |||||
