Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make close() identical to __del__() for a dumbdbm database. Make | Tim Peters | 2003-07-13 | 1 | -0/+7 |
| | | | | | | | closing idempotent (it used to raise a nuisance exception on the 2nd close attempt). Bugfix candidate? Probably, but arguable. | ||||
* | Added a new randomized test. | Tim Peters | 2003-07-11 | 1 | -0/+28 |
| | |||||
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -2/+1 |
| | | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones. | ||||
* | 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. :) | ||||
* | restructure a bit to not rely on test case execution ordering | Skip Montanaro | 2002-03-17 | 1 | -4/+28 |
| | | | | add test case for bug #482460 | ||||
* | This test left a new set of 3 junk files behind each time it was run. | Tim Peters | 2002-01-30 | 1 | -11/+18 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-11-13 | 1 | -2/+2 |
| | |||||
* | Committing the second part of patch #480902, an improved test suite | Barry Warsaw | 2001-11-13 | 1 | -31/+66 |
| | | | | | for dumbdbm.py, by Skip Montanaro. The first half of Skip's patch has been postponed until Py2.3 since it adds new features. | ||||
* | Use a saner test filename, to work on Windows. | Guido van Rossum | 2001-01-19 | 1 | -3/+1 |
| | |||||
* | A dumb test for the dumdbm module. | Guido van Rossum | 2001-01-18 | 1 | -0/+39 |