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