Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_uu.py
36a59b4
Remove the test file before writing it in case there is no write permission.
by Neal Norwitz
· 17 years ago
40f5e4c
Fix a bunch of UnboundLocalErrors when the tests fail.
by Neal Norwitz
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
7beeb2b
Try reverting part of r53145 that seems to cause the Windows buildbots to fail in test_uu.UUFileTest.test_encode
by Neal Norwitz
· 18 years ago
3fa5e6e
[Bug #776202] Apply Walter Doerwald's patch to use text mode for encoded files
by Andrew M. Kuchling
· 18 years ago
705fd47
Add a test for uu.encode() that passed filenames as in_file and out_file.
by Walter Dörwald
· 19 years ago
411e5a2
Port test_uu.py to PyUnit. From SF patch #662807.
by Walter Dörwald
· 22 years ago
3b0a329
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
by Guido van Rossum
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
d179570
Test that uu.py will not override an existing file if out_file isn't
by Barry Warsaw
· 24 years ago
fffd722
The test opened the binary test data files in text mode! Fixed.
by Jack Jansen
· 24 years ago
48dacc6
SF patch #440144: Tests and minor bugfix for uu module.
by Tim Peters
· 24 years ago