1. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  2. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  3. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  4. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  5. d6eb352 Stop printing listdir bytestring output, as the precise list of strings by Martin v. Löwis · 20 years ago
  6. 1b699a5 Patch #790000: Allow os.access to handle Unicode file name. by Martin v. Löwis · 21 years ago
  7. bb4a47c Prevent failure on the mac, where "mbcs" is not the file system by Mark Hammond · 21 years ago
  8. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  9. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  10. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  11. 45bb87b Use escaped Unicode literals, according to PEP 8. by Martin v. Löwis · 22 years ago
  12. 1ee401f This test fails on Win98, which is fine, but when it failed it left by Tim Peters · 22 years ago
  13. 7995eb2 Tests for pep277 - Unicode file names on Windows NT. by Mark Hammond · 22 years ago