summaryrefslogtreecommitdiff
path: root/Lib/test/test_uu.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-33744: Fix test_uu. (GH-7350) (GH-7354)Serhiy Storchaka2018-06-031-82/+33
* Backported tests for issue #22406.Serhiy Storchaka2014-11-071-0/+20
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
* Merged revisions 86037 via svnmerge fromAntoine Pitrou2010-10-311-0/+17
* Remove the test file before writing it in case there is no write permission.Neal Norwitz2008-04-101-0/+2
* Fix a bunch of UnboundLocalErrors when the tests fail.Neal Norwitz2008-03-251-0/+3
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Try reverting part of r53145 that seems to cause the Windows buildbots to fai...Neal Norwitz2007-01-181-2/+2
* [Bug #776202] Apply Walter Doerwald's patch to use text mode for encoded filesAndrew M. Kuchling2006-12-221-7/+7
* 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