| Commit message (Expand) | Author | Age | Files | Lines |
* | Use support.change_cwd() in tests. | Serhiy Storchaka | 2015-09-06 | 1 | -6/+2 |
|
|
* | Issue #13374: Use Unicode filenames instead of bytes filenames | Victor Stinner | 2011-11-09 | 1 | -1/+1 |
|
|
* | More assertions in test_unicode_file, to chase issue #13348. | Florent Xicluna | 2011-11-07 | 1 | -2/+8 |
|
|
* | Issue #12451: Add support.create_empty_file() | Victor Stinner | 2011-06-30 | 1 | -3/+2 |
|
|
* | Ditch some dead code in test_unicode_file. | Brett Cannon | 2010-11-02 | 1 | -26/+0 |
|
|
* | Issue #9819: don't try to encode TESTFN_UNICODE on Windows | Victor Stinner | 2010-09-11 | 1 | -16/+12 |
|
|
* | Fix a typo: TESTFN_UNENCODEABLE => TESTFN_UNENCODABLE | Victor Stinner | 2010-08-13 | 1 | -6/+6 |
|
|
* | Set TESTFN_UNENCODEABLE on non-Windows OSes | Victor Stinner | 2010-08-13 | 1 | -7/+8 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -1/+1 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -19/+19 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -2/+2 |
|
|
* | Make the test more robust in face of remaining files. | Amaury Forgeot d'Arc | 2008-10-03 | 1 | -2/+2 |
|
|
* | Issue #3187: Better support for "undecodable" filenames. Code by Victor | Guido van Rossum | 2008-10-02 | 1 | -3/+3 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ... | Christian Heimes | 2008-03-20 | 1 | -25/+43 |
|
|
* | Stop testing for encoded file names, as Python 3 does | Martin v. Löwis | 2007-08-30 | 1 | -64/+1 |
|
|
* | Since the filename is encoded, we must add bytes to it. The test | Neal Norwitz | 2007-08-30 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -1/+1 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -1/+1 |
|
|
* | Cosmetics in error messages. | Guido van Rossum | 2007-08-26 | 1 | -3/+3 |
|
|
* | Don't try to use a bytes sequence for file paths. Also force equivalency tests | Brett Cannon | 2007-07-30 | 1 | -1/+3 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+1 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -1/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -4/+2 |
|
|
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | Alex Martelli | 2006-08-24 | 1 | -2/+2 |
|
|
* | Convert file names of posix.access according to the file system encoding. | Martin v. Löwis | 2005-03-08 | 1 | -0/+2 |
|
|
* | Try a different filename if the Latin-1 file name cannot | Martin v. Löwis | 2004-11-07 | 1 | -0/+17 |
|
|
* | Patch from Mark Hammond to fix a test error. | Raymond Hettinger | 2004-06-28 | 1 | -9/+12 |
|
|
* | Normalized files in test_unicode_file to eliminate failure on OSX | Nicholas Bastin | 2004-03-21 | 1 | -9/+29 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -3/+3 |
|
|
* | Fix test_unicode_file errors on platforms without Unicode file support, | Mark Hammond | 2003-12-03 | 1 | -4/+6 |
|
|
* | Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with | Mark Hammond | 2003-12-03 | 1 | -76/+148 |
|
|
* | Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. | Mark Hammond | 2003-08-06 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -1/+1 |
|
|
* | Test for UnicodeError instead of ImportError to determine whether | Martin v. Löwis | 2003-03-17 | 1 | -1/+1 |
|
|
* | Skip the test if TESTFN_ENCODING is None. Fixes #699386. | Martin v. Löwis | 2003-03-08 | 1 | -19/+6 |
|
|
* | Patch 594001: PEP 277 - Unicode file name support for Windows NT. | Mark Hammond | 2002-10-03 | 1 | -0/+4 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -2/+2 |
|
|
* | Disable code intended for PEP 277. | Guido van Rossum | 2002-01-15 | 1 | -5/+6 |
|
|
* | Ensure Unicode filenames work with glob - they already do, but the test seems... | Mark Hammond | 2002-01-07 | 1 | -1/+9 |
|
|
* | Patch #449815: Set filesystemencoding based on CODESET. | Martin v. Löwis | 2001-09-05 | 1 | -1/+15 |
|
|
* | Add support for Windows using "mbcs" as the default Unicode encoding when dea... | Mark Hammond | 2001-05-13 | 1 | -0/+81 |
|
|