index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_uu.py
Commit message (
Expand
)
Author
Age
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
*
gh-91217: deprecate uu (GH-92009)
Brett Cannon
2022-04-27
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
*
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...
Matthew Rollings
2019-12-02
*
bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282)
Timo Furrer
2019-01-17
*
bpo-33744: Fix test_uu. (GH-7350)
Serhiy Storchaka
2018-06-03
*
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...
Xiang Zhang
2017-05-03
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
*
Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
Serhiy Storchaka
2014-11-07
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
*
Issue #10266: uu.decode didn't close in_file explicitly when it was given
Antoine Pitrou
2010-10-31
*
merge the io-c branch: C implementation of the io module
Benjamin Peterson
2009-03-04
*
Issue 2918: Merge StringIO and cStringIO.
Alexandre Vassalotti
2008-06-11
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...
Christian Heimes
2008-04-13
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
*
Add a test for uu.encode() that passed filenames as
Walter Dörwald
2005-11-21
*
Port test_uu.py to PyUnit. From SF patch #662807.
Walter Dörwald
2003-05-06
*
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum
2002-08-09
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Test that uu.py will not override an existing file if out_file isn't
Barry Warsaw
2001-08-17
*
The test opened the binary test data files in text mode! Fixed.
Jack Jansen
2001-08-03
*
SF patch #440144: Tests and minor bugfix for uu module.
Tim Peters
2001-07-11