1. 724f6a6 Rename test_pep####.py files by Zachary Ware · 8 years ago[Renamed from Lib/test/test_pep277.py]
  2. 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  3. 0970657 Fix sporadic failure of test_pep277 on Windows: use support.rmtree() instead of by Victor Stinner · 10 years ago
  4. efe2b53 Issue #15478: Fix test_pep277 on Windows by Victor Stinner · 12 years ago
  5. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 13 years ago
  6. be90840 Some win32 platforms raise NotADirectoryError, others FileNotFoundError. Issue #13366. by Florent Xicluna · 13 years ago
  7. e0912db Closes #13366: fix test_pep277 failure on Windows. by Florent Xicluna · 13 years ago
  8. a9e7364 Oversight in previous commit for test_pep277. by Florent Xicluna · 13 years ago
  9. 65eb453 Use PEP-3151 exceptions for test_pep277. by Florent Xicluna · 13 years ago
  10. bfd7b26 #10209, test_pep277: disable test_normalize and test_listdir on darwin by Victor Stinner · 14 years ago
  11. fc6f5a4 test_pep277: disable filenames 11, 12, 13, 14 on darwin by Victor Stinner · 14 years ago
  12. 7362c4f test_pep277: add identifiers to filenames by Victor Stinner · 14 years ago
  13. 7dae81b test_pep277: format filename with ascii() on failure by Victor Stinner · 14 years ago
  14. 74ad754 test_pep277: format function argument with ascii() on failure by Victor Stinner · 14 years ago
  15. 2ebe697 Issue #10161: test_pep277 formats filenames with ascii() on error by Victor Stinner · 14 years ago
  16. 5c1808a test_pep277: display the filename as ascii on failure by Victor Stinner · 14 years ago
  17. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  18. 87082ee Merged manually from 2.7 branch to 3.x trunk. by Florent Xicluna · 14 years ago
  19. fd1b093 Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from by Florent Xicluna · 14 years ago
  20. eb13618 Merged revisions 79207 via svnmerge from by Florent Xicluna · 14 years ago
  21. 683a7e7 Merged revisions 78585,78594,78606 via svnmerge from by Florent Xicluna · 14 years ago
  22. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  23. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  24. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  25. 3acc41b Fixed #1673. I hope it works. I don't have access to a Windows box right now. by Christian Heimes · 17 years ago
  26. 2c18161 Merged revisions 59512-59540 via svnmerge from by Christian Heimes · 17 years ago
  27. c12a813 Patch # 1331 by Christian Heimes. by Guido van Rossum · 17 years ago
  28. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  29. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  30. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  31. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  32. d6eb352 Stop printing listdir bytestring output, as the precise list of strings by Martin v. Löwis · 20 years ago
  33. 1b699a5 Patch #790000: Allow os.access to handle Unicode file name. by Martin v. Löwis · 21 years ago
  34. bb4a47c Prevent failure on the mac, where "mbcs" is not the file system by Mark Hammond · 21 years ago
  35. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  36. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  37. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  38. 45bb87b Use escaped Unicode literals, according to PEP 8. by Martin v. Löwis · 22 years ago
  39. 1ee401f This test fails on Win98, which is fine, but when it failed it left by Tim Peters · 22 years ago
  40. 7995eb2 Tests for pep277 - Unicode file names on Windows NT. by Mark Hammond · 22 years ago