summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicode_file.py
Commit message (Collapse)AuthorAgeFilesLines
* Disable code intended for PEP 277.Guido van Rossum2002-01-151-5/+6
|
* Ensure Unicode filenames work with glob - they already do, but the test ↵Mark Hammond2002-01-071-1/+9
| | | | seems worth keeping.
* Patch #449815: Set filesystemencoding based on CODESET.Martin v. Löwis2001-09-051-1/+15
|
* Add support for Windows using "mbcs" as the default Unicode encoding when ↵Mark Hammond2001-05-131-0/+81
dealing with the file system. As discussed on python-dev and in patch 410465.