summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicode_file.py
Commit message (Expand)AuthorAgeFilesLines
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-4/+2
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-2/+2
* Convert file names of posix.access according to the file system encoding.Martin v. Löwis2005-03-081-0/+2
* Try a different filename if the Latin-1 file name cannotMartin v. Löwis2004-11-071-0/+17
* Patch from Mark Hammond to fix a test error.Raymond Hettinger2004-06-281-9/+12
* Normalized files in test_unicode_file to eliminate failure on OSXNicholas Bastin2004-03-211-9/+29
* Whitespace normalization.Tim Peters2004-01-181-3/+3
* Fix test_unicode_file errors on platforms without Unicode file support,Mark Hammond2003-12-031-4/+6
* Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work withMark Hammond2003-12-031-76/+148
* Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.Mark Hammond2003-08-061-0/+2
* Whitespace normalization.Tim Peters2003-04-241-1/+1
* Test for UnicodeError instead of ImportError to determine whetherMartin v. Löwis2003-03-171-1/+1
* Skip the test if TESTFN_ENCODING is None. Fixes #699386.Martin v. Löwis2003-03-081-19/+6
* Patch 594001: PEP 277 - Unicode file name support for Windows NT.Mark Hammond2002-10-031-0/+4
* 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