aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_unicode_file.py
Commit message (Expand)AuthorAge
* gh-90473: Misc test fixes for WASI (GH-93218)Christian Heimes2022-05-25
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-19
* bpo-40275: Use new test.support helper submodules in tests (GH-21219)Hai Shi2020-06-30
* bpo-41043: Escape literal part of the path for glob(). (GH-20994)Serhiy Storchaka2020-06-20
* bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)Hai Shi2020-05-28
* Fix miscellaneous typos (#4275)luzpaz2017-11-05
* Use support.change_cwd() in tests.Serhiy Storchaka2015-09-06
* Issue #13374: Use Unicode filenames instead of bytes filenamesVictor Stinner2011-11-09
* More assertions in test_unicode_file, to chase issue #13348.Florent Xicluna2011-11-07
* Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-30
* Ditch some dead code in test_unicode_file.Brett Cannon2010-11-02
* Issue #9819: don't try to encode TESTFN_UNICODE on WindowsVictor Stinner2010-09-11
* Fix a typo: TESTFN_UNENCODEABLE => TESTFN_UNENCODABLEVictor Stinner2010-08-13
* Set TESTFN_UNENCODEABLE on non-Windows OSesVictor Stinner2010-08-13
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-28
* Make the test more robust in face of remaining files.Amaury Forgeot d'Arc2008-10-03
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-02
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-20
* Stop testing for encoded file names, as Python 3 doesMartin v. Löwis2007-08-30
* Since the filename is encoded, we must add bytes to it. The testNeal Norwitz2007-08-30
* Raise statement normalization in Lib/test/.Collin Winter2007-08-29
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-27
* Cosmetics in error messages.Guido van Rossum2007-08-26
* Don't try to use a bytes sequence for file paths. Also force equivalency testsBrett Cannon2007-07-30
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-24
* Convert file names of posix.access according to the file system encoding.Martin v. Löwis2005-03-08
* Try a different filename if the Latin-1 file name cannotMartin v. Löwis2004-11-07
* Patch from Mark Hammond to fix a test error.Raymond Hettinger2004-06-28
* Normalized files in test_unicode_file to eliminate failure on OSXNicholas Bastin2004-03-21
* Whitespace normalization.Tim Peters2004-01-18
* Fix test_unicode_file errors on platforms without Unicode file support,Mark Hammond2003-12-03
* Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work withMark Hammond2003-12-03
* Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.Mark Hammond2003-08-06
* Whitespace normalization.Tim Peters2003-04-24
* Test for UnicodeError instead of ImportError to determine whetherMartin v. Löwis2003-03-17
* Skip the test if TESTFN_ENCODING is None. Fixes #699386.Martin v. Löwis2003-03-08
* Patch 594001: PEP 277 - Unicode file name support for Windows NT.Mark Hammond2002-10-03
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Disable code intended for PEP 277.Guido van Rossum2002-01-15
* Ensure Unicode filenames work with glob - they already do, but the test seems...Mark Hammond2002-01-07
* Patch #449815: Set filesystemencoding based on CODESET.Martin v. Löwis2001-09-05
* Add support for Windows using "mbcs" as the default Unicode encoding when dea...Mark Hammond2001-05-13