summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicode_file.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-2/+2
* 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 seems...Mark Hammond2002-01-071-1/+9
* 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 dea...Mark Hammond2001-05-131-0/+81