| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merging release23-branch into the long-term Python 2.3 maintenance branch | Barry Warsaw | 2003-08-04 | 1 | -1/+1 |
| | | |||||
| * | Port test_uu.py to PyUnit. From SF patch #662807. | Walter Dörwald | 2003-05-06 | 1 | -147/+162 |
| | | |||||
| * | 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. :) | ||||
| * | Test that uu.py will not override an existing file if out_file isn't | Barry Warsaw | 2001-08-17 | 1 | -0/+34 |
| | | | | | given and the path is gleaned from the uu header. | ||||
| * | The test opened the binary test data files in text mode! Fixed. | Jack Jansen | 2001-08-03 | 1 | -3/+3 |
| | | |||||
| * | SF patch #440144: Tests and minor bugfix for uu module. | Tim Peters | 2001-07-11 | 1 | -0/+124 |
| New test_uu.py from Nick Mathewson, fiddled to work on Windows too. Somebody should check that it still works on non-Windows boxes, though! | |||||
