1. ed82ca1 Ditch some dead code in test_unicode_file. by Brett Cannon · 14 years ago
  2. ca6525a Issue #9819: don't try to encode TESTFN_UNICODE on Windows by Victor Stinner · 14 years ago
  3. 09c449c Fix a typo: TESTFN_UNENCODEABLE => TESTFN_UNENCODABLE by Victor Stinner · 14 years ago
  4. 3d85a6f Set TESTFN_UNENCODEABLE on non-Windows OSes by Victor Stinner · 14 years ago
  5. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  6. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  7. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  8. 84e1715 Make the test more robust in face of remaining files. by Amaury Forgeot d'Arc · 16 years ago
  9. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
  10. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  11. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  12. a79f125 Stop testing for encoded file names, as Python 3 does not support them, anyway. by Martin v. Löwis · 17 years ago
  13. 09cff64 Since the filename is encoded, we must add bytes to it. The test by Neal Norwitz · 17 years ago
  14. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  15. 9c62772 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  16. 19b4a27 Cosmetics in error messages. by Guido van Rossum · 17 years ago
  17. 96d7e83 Don't try to use a bytes sequence for file paths. Also force equivalency tests by Brett Cannon · 17 years ago
  18. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  19. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  20. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  21. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  22. b60ae99 Convert file names of posix.access according to the file system encoding. by Martin v. Löwis · 19 years ago
  23. cd24699 Try a different filename if the Latin-1 file name cannot by Martin v. Löwis · 20 years ago
  24. 3b04ce8 Patch from Mark Hammond to fix a test error. by Raymond Hettinger · 20 years ago
  25. 6680341 Normalized files in test_unicode_file to eliminate failure on OSX by Nicholas Bastin · 20 years ago
  26. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  27. 2e8624c Fix test_unicode_file errors on platforms without Unicode file support, by Mark Hammond · 21 years ago
  28. 6d45972 Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with by Mark Hammond · 21 years ago
  29. 7edd0a9 Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 21 years ago
  30. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  31. c2ca32d Test for UnicodeError instead of ImportError to determine whether by Martin v. Löwis · 21 years ago
  32. c49435c Skip the test if TESTFN_ENCODING is None. Fixes #699386. by Martin v. Löwis · 21 years ago
  33. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  34. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  35. eaa0a22 Disable code intended for PEP 277. by Guido van Rossum · 23 years ago
  36. e843e48 Ensure Unicode filenames work with glob - they already do, but the test seems worth keeping. by Mark Hammond · 23 years ago
  37. 7c82a3e0 Patch #449815: Set filesystemencoding based on CODESET. by Martin v. Löwis · 23 years ago
  38. 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