1. 4ca5661 all OSErrors should indicate there are no extended attributes (closes #14358) by Benjamin Peterson · 12 years ago
  2. d7aff2d update skip reason by Philip Jenvey · 12 years ago
  3. e308b7c also skip test_device_encoding when stdin isn't a tty by Philip Jenvey · 12 years ago
  4. efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 12 years ago
  5. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  6. 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
  7. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  8. 81a1fa5 get_terminal_size() can also fail with ENOTTY if the fd is not connected to a terminal. by Antoine Pitrou · 12 years ago
  9. cfade36 Relax tests to fix buildbot failure by Antoine Pitrou · 12 years ago
  10. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 12 years ago
  11. 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 12 years ago
  12. ccd5715 PEP 410 by Victor Stinner · 12 years ago
  13. 1aa54a4 Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp by Victor Stinner · 12 years ago
  14. a2f7c00 Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help by Victor Stinner · 12 years ago
  15. 8b6f10d Issue #13964: Test also os.futimesat() by Victor Stinner · 12 years ago
  16. be557de Issue #13964: Write tests for new os.*utime*() functions by Victor Stinner · 12 years ago
  17. 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 12 years ago
  18. 7372b06 Issue #13734: Add os.fwalk(), a directory walking function yielding file by Charles-François Natali · 12 years ago
  19. f3b2d88 Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting. by Antoine Pitrou · 13 years ago
  20. 91ecea2 Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  21. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  22. 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
  23. 9329029 (Merge 3.2) Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  24. b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  25. 6517095 (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  26. 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  27. f7c5ae2 Issue #13374: Deprecate os.getcwdb() on Windows by Victor Stinner · 13 years ago
  28. 2821644 Issue #13374: Skip deprecation tests for os.symlink() on Windows XP by Victor Stinner · 13 years ago
  29. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 13 years ago
  30. 0277aa3 Oops. Update a placeholder comment with the issue number. by Brian Curtin · 13 years ago
  31. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 13 years ago
  32. f12e506 Close #13174: Fix extended attributes tests in test_os for SELinux by Victor Stinner · 13 years ago
  33. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  34. 7be8f68 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 13 years ago
  35. f26ad71 test_os needs to reap threads by Antoine Pitrou · 13 years ago
  36. 59929d9 (merge 3.2) test_os: remove now useless TemporaryFileTests testcase by Victor Stinner · 13 years ago
  37. bef7fdf test_os: remove now useless TemporaryFileTests testcase by Victor Stinner · 13 years ago
  38. 4497445 (merge 3.2) test_os: add TemporaryFileTests to the testcase list by Victor Stinner · 13 years ago
  39. 98b3722 test_os: add TemporaryFileTests to the testcase list by Victor Stinner · 13 years ago
  40. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  41. 2f655b7 (merge 3.2) Issue #12451: Open files in binary mode in some tests when the text by Victor Stinner · 13 years ago
  42. a6d2c76 Issue #12451: Open files in binary mode in some tests when the text file is not by Victor Stinner · 13 years ago
  43. 565dbad Issue #12400: oops, remove debug code... by Victor Stinner · 13 years ago
  44. e2185d7 (merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore, by Victor Stinner · 13 years ago
  45. 3e86c99 Merge from 3.2 for Issue #12084. by Brian Curtin · 13 years ago
  46. d25aef5 Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. by Brian Curtin · 13 years ago
  47. 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
  48. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  49. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  50. b938bcd (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 by Victor Stinner · 13 years ago
  51. e0daff1 Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on by Victor Stinner · 13 years ago
  52. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  53. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  54. b637680 Properly close a file in test_os. by Brett Cannon · 13 years ago
  55. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  56. cfbcec3 Issue 11348: skip os.setpriority() test if current nice level is >= 19. by Giampaolo Rodolà · 13 years ago
  57. 2de51ff Make sendfile tests more robust by Antoine Pitrou · 13 years ago
  58. 18dd0df Issue #11323: fix sendfile tests under 64-bit Solaris. by Antoine Pitrou · 13 years ago
  59. 692f038 Fix AttributeError. by Antoine Pitrou · 13 years ago
  60. 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
  61. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 13 years ago
  62. 4613464 Skip os.sendfile() test if threading module is not available. by Giampaolo Rodolà · 13 years ago
  63. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 13 years ago
  64. 32e8aab Merged revisions 87666 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  65. a251a85 #8278: In the Windows implementation of stat() and utime(), by Amaury Forgeot d'Arc · 14 years ago
  66. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  67. 8e9fe9f Avoid possible zombi process. by Hirokazu Yamamoto · 14 years ago
  68. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  69. 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
  70. c0abc4e Fix #10591. Fix test_os for refleak runs. by Brian Curtin · 14 years ago
  71. f498b75 Actually fix what I attempted to fix in r86888... by Brian Curtin · 14 years ago
  72. 43f0c27 Try to fix failures on platforms that can't encode the test characters. by Brian Curtin · 14 years ago
  73. fc889c4 Fix for #8879. by Brian Curtin · 14 years ago
  74. 1b9df39 Fix #8879. Add os.link support to Windows. by Brian Curtin · 14 years ago
  75. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  76. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  77. 43ec577 Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. by Brian Curtin · 14 years ago
  78. 32105f4 Merged revisions 85987 via svnmerge from by Brian Curtin · 14 years ago
  79. 810921b Fix #10257. Clear resource warnings by using os.popen's context manager. by Brian Curtin · 14 years ago
  80. 6f35eda Issue #10210: os.get_exec_path() ignores BytesWarning warnings by Victor Stinner · 14 years ago
  81. f668df5 Fix #10098. Fix sporadic test_os failures. by Brian Curtin · 14 years ago
  82. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  83. 54c950f Issue #9978: Wait until subprocess completes initialization. (Win32KillTests in test_os) by Hirokazu Yamamoto · 14 years ago
  84. 0151b8e LoginTests fails on a number of buildbots with different errors. Skip by Brian Curtin · 14 years ago
  85. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 14 years ago
  86. 3842529 Issue #9908: Fix os.stat() on bytes paths under Windows 7. by Antoine Pitrou · 14 years ago
  87. 3d75d0c Issue #8603: Environ.data is now protected -> Environ._data by Victor Stinner · 14 years ago
  88. 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
  89. c44abb1 Workaround issue #8611 in test_undecodable_code() of test_sys by Victor Stinner · 14 years ago
  90. 114b724 Skip test_encodings() of test_os on Windows and Mac OS X by Victor Stinner · 14 years ago
  91. 38430e2 Fix os.get_exec_path() (code and tests) for python -bb by Victor Stinner · 14 years ago
  92. 70f88c5 Fix test_os: workaround #8611 bug by Victor Stinner · 14 years ago
  93. e8d5145 Create os.fsdecode(): decode from the filesystem encoding with surrogateescape by Victor Stinner · 14 years ago
  94. d91df1a Improve PEP 383 tests (in test_os) by Victor Stinner · 14 years ago
  95. 96f0de9 Update test_os.py according to my last changes on _Environ.__repr__() by Victor Stinner · 14 years ago
  96. 74e4561 Re-flow several long lines from #1578269. by Brian Curtin · 14 years ago
  97. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  98. 1cc6df9 Merged revisions 82403 via svnmerge from by Benjamin Peterson · 14 years ago
  99. c3acbc3 Merged revisions 81584 via svnmerge from by Brian Curtin · 14 years ago
  100. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 14 years ago