summaryrefslogtreecommitdiff
path: root/Lib/test/test_uu.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282)Timo Furrer2019-01-171-0/+19
* bpo-33744: Fix test_uu. (GH-7350)Serhiy Storchaka2018-06-031-78/+26
* bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...Xiang Zhang2017-05-031-34/+49
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.Serhiy Storchaka2014-11-071-0/+22
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
* Issue #10266: uu.decode didn't close in_file explicitly when it was givenAntoine Pitrou2010-10-311-0/+17
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-0/+2
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-111-4/+30
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-6/+6
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-0/+2
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-44/+56
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-14/+14
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-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