1. b60ae99 Convert file names of posix.access according to the file system encoding. by Martin v. Löwis · 19 years ago
  2. cd24699 Try a different filename if the Latin-1 file name cannot by Martin v. Löwis · 20 years ago
  3. 3b04ce8 Patch from Mark Hammond to fix a test error. by Raymond Hettinger · 20 years ago
  4. 6680341 Normalized files in test_unicode_file to eliminate failure on OSX by Nicholas Bastin · 20 years ago
  5. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  6. 2e8624c Fix test_unicode_file errors on platforms without Unicode file support, by Mark Hammond · 21 years ago
  7. 6d45972 Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with by Mark Hammond · 21 years ago
  8. 7edd0a9 Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 21 years ago
  9. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  10. c2ca32d Test for UnicodeError instead of ImportError to determine whether by Martin v. Löwis · 21 years ago
  11. c49435c Skip the test if TESTFN_ENCODING is None. Fixes #699386. by Martin v. Löwis · 21 years ago
  12. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  13. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  14. eaa0a22 Disable code intended for PEP 277. by Guido van Rossum · 23 years ago
  15. e843e48 Ensure Unicode filenames work with glob - they already do, but the test seems worth keeping. by Mark Hammond · 23 years ago
  16. 7c82a3e0 Patch #449815: Set filesystemencoding based on CODESET. by Martin v. Löwis · 23 years ago
  17. ef8b654 Add support for Windows using "mbcs" as the default Unicode encoding when dealing with the file system. As discussed on python-dev and in patch 410465. by Mark Hammond · 23 years ago