summaryrefslogtreecommitdiff
path: root/Lib/test/test_pep277.py
Commit message (Expand)AuthorAgeFilesLines
* 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