1. 6f682be Move some tests from test_macpath to test_genericpath.CommonTest by Florent Xicluna · 15 years ago
  2. 985478d Minor tweaking of previous r78734, and add a NEWS entry. by Florent Xicluna · 15 years ago
  3. dc1531c Create test_genericpath.CommonTest and reuse it to test other path modules. by Florent Xicluna · 15 years ago
  4. 0263da5 Add a test for normpath to test_macpath. by Ezio Melotti · 15 years ago
  5. 9e9af21 skip tests with a non-ascii cwd when the file system encoding is ascii by Ezio Melotti · 15 years ago
  6. e3467d5 Remove e assertIs definitions and use correct assert* methods. by Ezio Melotti · 15 years ago
  7. 4cc80ca #3426: os.path.abspath now returns unicode when its arg is unicode. by Ezio Melotti · 15 years ago
  8. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  9. 05c075d Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). by Martin v. Löwis · 18 years ago
  10. 6578dc9 Whitespace normalization. by Tim Peters · 23 years ago
  11. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 23 years ago