1. bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
  2. 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
  3. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  4. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  5. 9f12d46 Fix possible integer overflow in lchown and fchown functions. For issue1747858. by Gregory P. Smith · 15 years ago
  6. 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 15 years ago
  7. 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 15 years ago
  8. b0c828a Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames by R. David Murray · 16 years ago
  9. 6fcf7ca Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see by R. David Murray · 16 years ago
  10. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  11. 95fb46c Restore skips of posix and pty tests on Windows by calling the by R. David Murray · 16 years ago
  12. 59beec3 Add import_function method to test.test_support, and modify a number of by R. David Murray · 16 years ago
  13. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  14. 2694eb0 Just returning nothing instead of rising TestSkipped, because by Facundo Batista · 17 years ago
  15. 96f3dc3 Trying to see if the problem in Martin's buildot is at by Facundo Batista · 17 years ago
  16. b8242ba Trying to see if the @ in a path is causing the issue in the by Facundo Batista · 17 years ago
  17. 5596b0c Issue #2722. Now the char buffer to support the path string has by Facundo Batista · 17 years ago
  18. 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
  19. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  20. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  21. 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 19 years ago
  22. 9847000 Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with by Skip Montanaro · 20 years ago
  23. c28e7ad Try to improve test coverage for utime() by Neal Norwitz · 21 years ago
  24. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  25. 6e54f57 Fix SF bug #697556, test_posix fails: getlogin by Neal Norwitz · 22 years ago
  26. 71b13e8 Fix SF bug #690081, test_posix fails when run in non-interactive mode by Neal Norwitz · 22 years ago
  27. 2ff51a8 Make changes suggested by Walter to use self.assert*() methods. by Neal Norwitz · 22 years ago
  28. 003eb30 test_posix is an expected skip on Win32. Also fixed test_posix to by Tim Peters · 22 years ago
  29. e241ce8 Added test_posix (hopefully it works on Windows). by Neal Norwitz · 22 years ago