summaryrefslogtreecommitdiff
path: root/Lib/test/test_uu.py
Commit message (Expand)AuthorAgeFilesLines
* Add a test for uu.encode() that passed filenames asWalter Dörwald2005-11-211-0/+8
* Port test_uu.py to PyUnit. From SF patch #662807.Walter Dörwald2003-05-061-147/+162
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-2/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Test that uu.py will not override an existing file if out_file isn'tBarry Warsaw2001-08-171-0/+34
* The test opened the binary test data files in text mode! Fixed.Jack Jansen2001-08-031-3/+3
* SF patch #440144: Tests and minor bugfix for uu module.Tim Peters2001-07-111-0/+124