History log of /external/python/cpython2/Lib/test/test_unicode_file.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7c7b4b5d8664a240a8472e8275cf0e8ae2f3b19e 06-Sep-2015 Serhiy Storchaka <storchaka@gmail.com> Backport support.change_cwd() and use it in tests.
/external/python/cpython2/Lib/test/test_unicode_file.py
cc676a0d7f683888e658925e2b622e4b88e35605 10-Sep-2010 Victor Stinner <victor.stinner@haypocalc.com> Recorded merge of revisions 83987 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r83987 | victor.stinner | 2010-08-14 00:23:24 +0200 (sam., 14 août 2010) | 2 lines

Fix a typo: TESTFN_UNENCODEABLE => TESTFN_UNENCODABLE
........
/external/python/cpython2/Lib/test/test_unicode_file.py
aa98058cc44ba20f35c106d20918c6196b737561 24-Jan-2010 Ezio Melotti <ezio.melotti@gmail.com> use assert[Not]In where appropriate
/external/python/cpython2/Lib/test/test_unicode_file.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/test/test_unicode_file.py
bec087f29d7dca0aaf8f51be7d7c135e9b84e7f1 26-Mar-2009 Benjamin Peterson <benjamin@python.org> fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
/external/python/cpython2/Lib/test/test_unicode_file.py
888a39b54c4f47ee25d53b157e2c50402627cd0b 26-Mar-2009 Benjamin Peterson <benjamin@python.org> remove test_support.TestSkipped and just use unittest.SkipTest
/external/python/cpython2/Lib/test/test_unicode_file.py
48581c5f08d368942840f99687fce7f10758fa7c 20-Mar-2008 Brett Cannon <bcannon@gmail.com> Make sure that the warnings filter is not reset or changed beyond the current
running test file.

Closes issue2407. Thanks Jerry Seutter.
/external/python/cpython2/Lib/test/test_unicode_file.py
c2898c5a678e6dd00c3e0b18a214fcd7a3533800 25-Apr-2007 Collin Winter <collinw@gmail.com> Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
/external/python/cpython2/Lib/test/test_unicode_file.py
b60ae9960182b8eecb26da12171917ee5a6cc1fc 08-Mar-2005 Martin v. Löwis <martin@v.loewis.de> Convert file names of posix.access according to the file system encoding.
/external/python/cpython2/Lib/test/test_unicode_file.py
cd246992567ac55dadb3503467a73f70ef30a04a 07-Nov-2004 Martin v. Löwis <martin@v.loewis.de> Try a different filename if the Latin-1 file name cannot
be represented in the file system. Fixes #989338.
/external/python/cpython2/Lib/test/test_unicode_file.py
3b04ce824dfba83c5b736138b91aea07d0d2d5da 28-Jun-2004 Raymond Hettinger <python@rcn.com> Patch from Mark Hammond to fix a test error.
Now runs without exception on WinME/98.
/external/python/cpython2/Lib/test/test_unicode_file.py
668034173bc130de874d294d27ec87cc632daa70 21-Mar-2004 Nicholas Bastin <nick.bastin@gmail.com> Normalized files in test_unicode_file to eliminate failure on OSX
/external/python/cpython2/Lib/test/test_unicode_file.py
58eb11cf62dd04ccc2c364b62fd51b4265e2e203 18-Jan-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_unicode_file.py
2e8624c21ad0808bad02a2cf907d9a266f9c99d8 03-Dec-2003 Mark Hammond <mhammond@skippinet.com.au> Fix test_unicode_file errors on platforms without Unicode file support,
by setting TESTFN_UNICODE_UNENCODEABLE on these platforms.
test_unicode_file only attempts to use the name for testing if not None.
/external/python/cpython2/Lib/test/test_unicode_file.py
6d459725a3f2f904a525739a63792b702aa32384 03-Dec-2003 Mark Hammond <mhammond@skippinet.com.au> Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with
unicode filenames"
Reorganize tests into functions so more combinations of
unicode/encoded/ascii can be tested, and while I was at it, upgrade to
unittest based test.
/external/python/cpython2/Lib/test/test_unicode_file.py
7edd0a9b21d28fceed4594332b72e794242ce0e0 06-Aug-2003 Mark Hammond <mhammond@skippinet.com.au> Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.

Will also check in on the 2.3 branch.
/external/python/cpython2/Lib/test/test_unicode_file.py
0eadaac7dc3ae49974c105ff9e8c1e98a04d7d5a 24-Apr-2003 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_unicode_file.py
c2ca32d9aef458067d61706158673d8a0920722c 17-Mar-2003 Martin v. Löwis <martin@v.loewis.de> Test for UnicodeError instead of ImportError to determine whether
the test file name can be encoded.
/external/python/cpython2/Lib/test/test_unicode_file.py
c49435c991e02d175858fd1e04f87b94dd1177b4 08-Mar-2003 Martin v. Löwis <martin@v.loewis.de> Skip the test if TESTFN_ENCODING is None. Fixes #699386.
/external/python/cpython2/Lib/test/test_unicode_file.py
c2e85bd4e20dc3b5bc446a705a46397c799f56c0 03-Oct-2002 Mark Hammond <mhammond@skippinet.com.au> Patch 594001: PEP 277 - Unicode file name support for Windows NT.
/external/python/cpython2/Lib/test/test_unicode_file.py
04f357cffef6d764f2f0ff2671dabde75ec250d1 23-Jul-2002 Barry Warsaw <barry@python.org> Get rid of relative imports in all unittests. Now anything that
imports e.g. test_support must do so using an absolute package name
such as "import test.test_support" or "from test import test_support".

This also updates the README in Lib/test, and gets rid of the
duplicate data dirctory in Lib/test/data (replaced by
Lib/email/test/data).

Now Tim and Jack can have at it. :)
/external/python/cpython2/Lib/test/test_unicode_file.py
eaa0a22f433fd8c2774976a4482035491a64d6f2 15-Jan-2002 Guido van Rossum <guido@python.org> Disable code intended for PEP 277.
/external/python/cpython2/Lib/test/test_unicode_file.py
e843e482cea527ebcb74d33d1b49623c756fee18 07-Jan-2002 Mark Hammond <mhammond@skippinet.com.au> Ensure Unicode filenames work with glob - they already do, but the test seems worth keeping.
/external/python/cpython2/Lib/test/test_unicode_file.py
7c82a3e0fcde5b0d58bdfbb0aed6c0a245ade4bf 05-Sep-2001 Martin v. Löwis <martin@v.loewis.de> Patch #449815: Set filesystemencoding based on CODESET.
/external/python/cpython2/Lib/test/test_unicode_file.py
ef8b654bbea15dc55767a7095e01dff7a3ca86cb 13-May-2001 Mark Hammond <mhammond@skippinet.com.au> Add support for Windows using "mbcs" as the default Unicode encoding when dealing with the file system. As discussed on python-dev and in patch 410465.
/external/python/cpython2/Lib/test/test_unicode_file.py