1. 757b3c9 use skipTest() by Benjamin Peterson · 16 years ago
  2. 6d30793 Fixes issue5705: os.setuid() and friends did not accept the same range of by Gregory P. Smith · 16 years ago
  3. e20f54f Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'access' never raises an error. by Kristján Valur Jónsson · 17 years ago
  4. 1de05e9 check the errno in bad fd cases by Benjamin Peterson · 17 years ago
  5. 1f01cd0 I'm sick of these deprecations warnings in test_os by Benjamin Peterson · 17 years ago
  6. 5539c78 make bad file descriptor tests more robust by Benjamin Peterson · 17 years ago
  7. 2e659ce Issue 4957 Let os.ftruncate raise OSError like documented. by Kristján Valur Jónsson · 17 years ago
  8. f320c22 trying to find some fpathconf() settings that all unixs support... by Benjamin Peterson · 17 years ago
  9. 4f69b7e Make all the invalid fd tests for os subject to the function being available. by Kristján Valur Jónsson · 17 years ago
  10. 71ba215 Fix two test cases in test_os. ftruncate raises IOError unlike all the others which raise OSError. And close() on some platforms doesn't complain when given an invalid file descriptor. by Kristján Valur Jónsson · 17 years ago
  11. 8adc0b5 Fix recently introduced test cases. by Kristján Valur Jónsson · 17 years ago
  12. 1c62b65 Add tests for invalid format specifiers in strftime, and for handling of invalid file descriptors in the os module. by Kristján Valur Jónsson · 17 years ago
  13. 74ce88f Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 17 years ago
  14. d712203 Issue #3708: os.urandom no longer goes into an infinite loop when passed a by Gregory P. Smith · 17 years ago
  15. cd3b74d Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-August/073116.html by Hirokazu Yamamoto · 17 years ago
  16. ccfdcd0 fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on trunk) by Hirokazu Yamamoto · 17 years ago
  17. 954ea64 #3580: fix a failure in test_os by Antoine Pitrou · 17 years ago
  18. bebb18b backport r65723: strengthen test_os.test_closerange by Antoine Pitrou · 17 years ago
  19. 90f2cb4 Remove the last usage of statvfs in the stdlib. by Brett Cannon · 17 years ago
  20. d2bbe52 Patch #2232: os.tmpfile might fail on Windows if the user has no by Martin v. Löwis · 17 years ago
  21. 309501a #1663329: add os.closerange() to close a range of fds, by Georg Brandl · 18 years ago
  22. 7dcb83c Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 18 years ago
  23. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  24. 18ffe42 Fix WalkTests.test_traversal() on Windows. The cleanup in by Žiga Seilnacht · 18 years ago
  25. 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  26. 1520fe4 Shut up an occaisonal buildbot error due to test files being left around. by Collin Winter · 18 years ago
  27. cae9f3d New test for rev. 54407 which only uses directories under TESTFN. by Georg Brandl · 18 years ago
  28. c990f64 Try backing out 54407 to see if it corrects the problems on the Windows by Neal Norwitz · 18 years ago
  29. 8844e43 Patch #1273829: os.walk() now has a "followlinks" parameter. If set to by Georg Brandl · 18 years ago
  30. a97e06d Round to int, because some systems support sub-second time stamps in stat, but not in utime. by Martin v. Löwis · 19 years ago
  31. cfcd3a9 Loosen the test for equal time stamps. by Martin v. Löwis · 19 years ago
  32. 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 19 years ago
  33. f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 19 years ago
  34. 16a3932 Whitespace normalization. by Tim Peters · 19 years ago
  35. ee1e06d Correct arithmetic in access on Win32. Fixes #1513646. by Martin v. Löwis · 19 years ago
  36. d4e3bb3 Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. by Martin v. Löwis · 19 years ago
  37. 8e0d494 Implement os.{chdir,rename,rmdir,remove} using Win32 directly. by Martin v. Löwis · 19 years ago
  38. 5510f65 Avoid using items() in environ.update(). Fixes #1124513. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  39. 1d11de6 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 21 years ago
  40. 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 21 years ago
  41. 45e77c5 Whitespace normalization. by Tim Peters · 21 years ago
  42. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 21 years ago
  43. 4182cfd test_devnull(): Use assertEqual() instead of an assert stmt. by Tim Peters · 21 years ago
  44. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 21 years ago
  45. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 21 years ago
  46. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 21 years ago
  47. 58eb11c Whitespace normalization. by Tim Peters · 22 years ago
  48. b386f6a As part of fixing bug #829532, add a test case that exercises os.makedirs by Andrew M. Kuchling · 22 years ago
  49. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago
  50. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  51. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 22 years ago
  52. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 22 years ago
  53. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 22 years ago
  54. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 22 years ago
  55. 2e8bba5 Standardize behavior: create a single suite merging all test cases. by Guido van Rossum · 23 years ago
  56. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  57. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 23 years ago
  58. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 23 years ago
  59. e0c446b Whitespace normalization. by Tim Peters · 24 years ago
  60. 1fff878 The assignment to result.st_rdev can raise AttributeError as well as by Guido van Rossum · 24 years ago
  61. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 24 years ago
  62. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  63. 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 24 years ago
  64. a7fc21b Silence warnings during test_os by Jeremy Hylton · 24 years ago
  65. 87cc0c3 Whitespace normalization, plus: by Tim Peters · 24 years ago
  66. 1f4cc89 Remove a couple of lines from the test that proved not to be portable to by Fred Drake · 24 years ago
  67. 38c2ef0 Start of a test suite for the "os" module -- this only tests the temporary by Fred Drake · 24 years ago