1. 21c134d Merged revisions 77007 via svnmerge from by Gregory P. Smith · 16 years ago
  2. 8bb57b7 Merged revisions 73907-73908 via svnmerge from by R. David Murray · 16 years ago
  3. 2694eb0 Just returning nothing instead of rising TestSkipped, because by Facundo Batista · 17 years ago
  4. 96f3dc3 Trying to see if the problem in Martin's buildot is at by Facundo Batista · 17 years ago
  5. b8242ba Trying to see if the @ in a path is causing the issue in the by Facundo Batista · 17 years ago
  6. 5596b0c Issue #2722. Now the char buffer to support the path string has by Facundo Batista · 17 years ago
  7. f48da8f Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) as by Gregory P. Smith · 17 years ago
  8. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  9. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  10. 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 19 years ago
  11. 9847000 Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with by Skip Montanaro · 20 years ago
  12. c28e7ad Try to improve test coverage for utime() by Neal Norwitz · 21 years ago
  13. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  14. 6e54f57 Fix SF bug #697556, test_posix fails: getlogin by Neal Norwitz · 22 years ago
  15. 71b13e8 Fix SF bug #690081, test_posix fails when run in non-interactive mode by Neal Norwitz · 22 years ago
  16. 2ff51a8 Make changes suggested by Walter to use self.assert*() methods. by Neal Norwitz · 22 years ago
  17. 003eb30 test_posix is an expected skip on Win32. Also fixed test_posix to by Tim Peters · 22 years ago
  18. e241ce8 Added test_posix (hopefully it works on Windows). by Neal Norwitz · 22 years ago