summaryrefslogtreecommitdiff
path: root/Lib/test/test_pep277.py
Commit message (Expand)AuthorAgeFilesLines
* Backport support.change_cwd() and use it in tests.Serhiy Storchaka2015-09-061-7/+1
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-2/+2
* Recorded merge of revisions 85881,85897,85899 via svnmerge fromVictor Stinner2011-01-031-31/+31
* Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot.Florent Xicluna2010-05-131-17/+4
* Improve test feedback to troubleshoot issue #8423 on OS X.Florent Xicluna2010-05-131-4/+17
* Better test skipping, with message in the log.Florent Xicluna2010-05-131-8/+14
* #8207: Fix test_pep277 on OS XFlorent Xicluna2010-03-251-9/+18
* #8180: Fix test_pep277 on OS X and add more tests for special Unicode normali...Florent Xicluna2010-03-211-30/+105
* Fix wording.Florent Xicluna2010-03-021-2/+2
* Test test_pep277 is only relevant for Unicode-friendly filesystems.Florent Xicluna2010-03-021-4/+6
* Tentatively enable test_pep277 on all platforms.Florent Xicluna2010-03-021-3/+7
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-1/+1
* Fixed #1624: Remove output comparison for test_pep277Christian Heimes2007-12-151-5/+4
* Stop printing listdir bytestring output, as the precise list of stringsMartin v. Löwis2004-11-071-2/+2
* Patch #790000: Allow os.access to handle Unicode file name.Martin v. Löwis2003-09-121-0/+1
* Prevent failure on the mac, where "mbcs" is not the file systemMark Hammond2003-07-161-2/+3
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-14/+12
* Whitespace normalization.Tim Peters2002-11-091-4/+4
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-081-5/+4
* Use escaped Unicode literals, according to PEP 8.Martin v. Löwis2002-10-071-12/+11
* This test fails on Win98, which is fine, but when it failed it leftTim Peters2002-10-051-6/+17
* Tests for pep277 - Unicode file names on Windows NT.Mark Hammond2002-10-031-0/+106