1. ebee49a Issue #14110: Fix test failures on FreeBSD if the user is in the wheel group. by Stefan Krah · 12 years ago
  2. a25be07 Issue #9644: Add a test on os.statvfs() for the PEP 383 by Victor Stinner · 12 years ago
  3. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
  4. 34dcdee Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  5. 405faed Add test coverage for os.removedirs (#16775) by Andrew Svetlov · 12 years ago
  6. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  7. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  8. e667e98 Issue #16218, #16444: Backport improvment on tests for non-ASCII characters by Victor Stinner · 12 years ago
  9. c7e139b #1087: use proper skips in test_os. by Ezio Melotti · 12 years ago
  10. 3a2b97e Issue #14992: merge from 3.2 by Ned Deily · 12 years ago
  11. c622f42 Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case by Ned Deily · 12 years ago
  12. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  13. 2240ac1 Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. by Richard Oudkerk · 12 years ago
  14. c48fe98 Issue #15177: Added dir_fd parameter to os.fwalk(). by Larry Hastings · 12 years ago
  15. 306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). by Georg Brandl · 12 years ago
  16. b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" by Larry Hastings · 12 years ago
  17. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
  18. 034d0aa Issue #14711: os.stat_float_times() has been deprecated. by Victor Stinner · 12 years ago
  19. f0a9a9b Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError by Gregory P. Smith · 12 years ago
  20. a81c856 Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError by Gregory P. Smith · 12 years ago
  21. 39bf90d Add two more sorts to test_os.WalkTests I've missed before by Hynek Schlawack · 12 years ago
  22. c96f5a0 Sort file list in test_os.WalkTests by Hynek Schlawack · 12 years ago
  23. 66bfcc1 #14773: Fix os.fwalk() failing on dangling symlinks by Hynek Schlawack · 12 years ago
  24. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  25. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  26. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  27. 4ca5661 all OSErrors should indicate there are no extended attributes (closes #14358) by Benjamin Peterson · 12 years ago
  28. d7aff2d update skip reason by Philip Jenvey · 12 years ago
  29. e308b7c also skip test_device_encoding when stdin isn't a tty by Philip Jenvey · 12 years ago
  30. efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 12 years ago
  31. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  32. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  33. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  34. 81a1fa5 get_terminal_size() can also fail with ENOTTY if the fd is not connected to a terminal. by Antoine Pitrou · 12 years ago
  35. cfade36 Relax tests to fix buildbot failure by Antoine Pitrou · 12 years ago
  36. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 12 years ago
  37. 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 12 years ago
  38. ccd5715 PEP 410 by Victor Stinner · 12 years ago
  39. 1aa54a4 Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp by Victor Stinner · 12 years ago
  40. a2f7c00 Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help by Victor Stinner · 12 years ago
  41. 8b6f10d Issue #13964: Test also os.futimesat() by Victor Stinner · 12 years ago
  42. be557de Issue #13964: Write tests for new os.*utime*() functions by Victor Stinner · 12 years ago
  43. 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 12 years ago
  44. 7372b06 Issue #13734: Add os.fwalk(), a directory walking function yielding file by Charles-François Natali · 12 years ago
  45. f3b2d88 Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting. by Antoine Pitrou · 13 years ago
  46. 91ecea2 Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  47. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  48. 2966f10 Issue #13415: Skip test_os.test_unset_error on FreeBSD < 7 and OS X < 10.6 by Charles-François Natali · 13 years ago
  49. 9329029 (Merge 3.2) Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  50. b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  51. 6517095 (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  52. 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  53. f7c5ae2 Issue #13374: Deprecate os.getcwdb() on Windows by Victor Stinner · 13 years ago
  54. 2821644 Issue #13374: Skip deprecation tests for os.symlink() on Windows XP by Victor Stinner · 13 years ago
  55. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 13 years ago
  56. 0277aa3 Oops. Update a placeholder comment with the issue number. by Brian Curtin · 13 years ago
  57. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 13 years ago
  58. f12e506 Close #13174: Fix extended attributes tests in test_os for SELinux by Victor Stinner · 13 years ago
  59. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  60. 7be8f68 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 13 years ago
  61. f26ad71 test_os needs to reap threads by Antoine Pitrou · 13 years ago
  62. 59929d9 (merge 3.2) test_os: remove now useless TemporaryFileTests testcase by Victor Stinner · 13 years ago
  63. bef7fdf test_os: remove now useless TemporaryFileTests testcase by Victor Stinner · 13 years ago
  64. 4497445 (merge 3.2) test_os: add TemporaryFileTests to the testcase list by Victor Stinner · 13 years ago
  65. 98b3722 test_os: add TemporaryFileTests to the testcase list by Victor Stinner · 13 years ago
  66. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  67. 2f655b7 (merge 3.2) Issue #12451: Open files in binary mode in some tests when the text by Victor Stinner · 13 years ago
  68. a6d2c76 Issue #12451: Open files in binary mode in some tests when the text file is not by Victor Stinner · 13 years ago
  69. 565dbad Issue #12400: oops, remove debug code... by Victor Stinner · 13 years ago
  70. e2185d7 (merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore, by Victor Stinner · 13 years ago
  71. 3e86c99 Merge from 3.2 for Issue #12084. by Brian Curtin · 13 years ago
  72. d25aef5 Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. by Brian Curtin · 13 years ago
  73. 566f8a6 os.sendfile() test: fix "AttributeError: 'NoneType' object has no attribute 'Thread'" when running tests with --without-threads option. by Giampaolo Rodola' · 13 years ago
  74. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  75. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  76. b938bcd (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 by Victor Stinner · 13 years ago
  77. e0daff1 Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on by Victor Stinner · 13 years ago
  78. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  79. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  80. b637680 Properly close a file in test_os. by Brett Cannon · 13 years ago
  81. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  82. cfbcec3 Issue 11348: skip os.setpriority() test if current nice level is >= 19. by Giampaolo Rodolà · 13 years ago
  83. 2de51ff Make sendfile tests more robust by Antoine Pitrou · 13 years ago
  84. 18dd0df Issue #11323: fix sendfile tests under 64-bit Solaris. by Antoine Pitrou · 13 years ago
  85. 692f038 Fix AttributeError. by Antoine Pitrou · 13 years ago
  86. 4bc6857 (issue 11323) - attempt to fix solaris buildbot failure for os.sendfile(). Also fixed an AttributeError in get/set priority tests. by Giampaolo Rodolà · 13 years ago
  87. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 13 years ago
  88. 4613464 Skip os.sendfile() test if threading module is not available. by Giampaolo Rodolà · 13 years ago
  89. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 13 years ago
  90. 32e8aab Merged revisions 87666 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  91. a251a85 #8278: In the Windows implementation of stat() and utime(), by Amaury Forgeot d'Arc · 14 years ago
  92. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  93. 8e9fe9f Avoid possible zombi process. by Hirokazu Yamamoto · 14 years ago
  94. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  95. 5a22b65 Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' exception. Patch by Ray Allen. by Terry Reedy · 14 years ago
  96. c0abc4e Fix #10591. Fix test_os for refleak runs. by Brian Curtin · 14 years ago
  97. f498b75 Actually fix what I attempted to fix in r86888... by Brian Curtin · 14 years ago
  98. 43f0c27 Try to fix failures on platforms that can't encode the test characters. by Brian Curtin · 14 years ago
  99. fc889c4 Fix for #8879. by Brian Curtin · 14 years ago
  100. 1b9df39 Fix #8879. Add os.link support to Windows. by Brian Curtin · 14 years ago