Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #7092: silence py3k warnings for deprecated modules | Ezio Melotti | 2010-01-30 | 1 | -1/+3 |
| | |||||
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -3/+1 |
| | | | | mistake. ( It may come in for sure tough) | ||||
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵ | Senthil Kumaran | 2010-01-08 | 1 | -1/+3 |
| | | | | Patch by flox | ||||
* | whoops - revert | Skip Montanaro | 2008-02-10 | 1 | -1/+1 |
| | |||||
* | Get the saying right. ;-) | Skip Montanaro | 2008-02-10 | 1 | -1/+1 |
| | |||||
* | 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. :) | ||||
* | initial test_anydbm module - based on test_dumbdbm.py | Skip Montanaro | 2002-03-18 | 1 | -0/+96 |