1. 96881cd Issue #27186: Add os.PathLike support to DirEntry by Brett Cannon · 9 years ago
  2. 228c636 issue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra by Ethan Furman · 9 years ago
  3. 958b3e4 issue27186: add PathLike ABC by Ethan Furman · 9 years ago
  4. 410ef8e issue27186: add C version of os.fspath(); patch by Jelle Zijlstra by Ethan Furman · 9 years ago
  5. c1cbeed issue27182: update fsencode and fsdecode for os.path(); patch by Dusty Phillips by Ethan Furman · 9 years ago
  6. cdc0879 issue27186 -- initial docs, tests, and python version of os.fspath by Ethan Furman · 9 years ago
  7. 9e92355 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 9 years ago
  8. a07ab29 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 9 years ago
  9. 53b0a41 Issue #25911: more info on test_os failure by Victor Stinner · 9 years ago
  10. e984eb5 Fix test_os.test_symlink(): remove create symlink by Victor Stinner · 9 years ago
  11. 3283014 changeset: 100749:0b61b2d28a07 by Victor Stinner · 9 years ago
  12. e77c974 test_os: Win32ErrorTests now ensures that TESTFN doesn't exist by Victor Stinner · 9 years ago
  13. 3899b54 test_os: use support.rmtree() to cleanup WalkTests by Victor Stinner · 9 years ago
  14. ae39d23 Enhance and modernize test_os by Victor Stinner · 9 years ago
  15. f95a19b test_os: use @support.requires_linux_version by Victor Stinner · 9 years ago
  16. 923590e Fix DeprecationWarning on Windows by Victor Stinner · 9 years ago
  17. 786e922 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 9 years ago
  18. ada6db7 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 9 years ago
  19. 706379a Backed out changeset da020e408c7f by Serhiy Storchaka · 9 years ago
  20. 7ab61ae Backed out changeset f9e22717722d by Serhiy Storchaka · 9 years ago
  21. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 9 years ago
  22. 238fecd Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  23. 55e3218 Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  24. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  25. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 9 years ago
  26. 79ad897 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 9 years ago
  27. 5f6a0b4 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 9 years ago
  28. 85896f7 Issue #25860: Fixed test failure caused by inconsistency of os.walk() and by Serhiy Storchaka · 10 years ago
  29. a17ca19 Issue #25860: Fixed test failure caused by inconsistency of os.walk() and by Serhiy Storchaka · 10 years ago
  30. 345e78e Issue #25860: os.fwalk() no longer skips remaining directories when error occurs. by Serhiy Storchaka · 10 years ago
  31. 0bddc9e Issue #25860: os.fwalk() no longer skips remaining directories when error occurs. by Serhiy Storchaka · 10 years ago
  32. 5e02af4 Issue #25583: Merge makedirs fix from 3.5 by Martin Panter · 10 years ago
  33. 97cabb9 Issue #25583: Merge makedirs fix from 3.4 into 3.5 by Martin Panter · 10 years ago
  34. a82642f Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True) by Martin Panter · 10 years ago
  35. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 10 years ago
  36. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  37. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  38. bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 10 years ago
  39. d8f432a Issue #25003: Skip test_os.URandomFDTests on Solaris 11.3 and newer by Victor Stinner · 10 years ago
  40. 024364a Merge 3.5 (os.waitpid) by Victor Stinner · 10 years ago
  41. d3ffd32 Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows. by Victor Stinner · 10 years ago
  42. 233cdb3 Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  43. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  44. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  45. 3f560c1 Merge 3.5 into 3.6 by Martin Panter · 10 years ago
  46. 6088b7b Merge 3.4 into 3.5 by Martin Panter · 10 years ago
  47. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 10 years ago
  48. a122b5a Issue #23738: Merge 3.5 into 3.6 by Martin Panter · 10 years ago
  49. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 10 years ago
  50. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 10 years ago
  51. 95e0960 Use setUpClass and tearDownClass correctly in test_os. by Berker Peksag · 10 years ago
  52. 036a71b Use setUpClass and tearDownClass correctly in test_os. by Berker Peksag · 10 years ago
  53. fd44384 Merge 3.5 by Victor Stinner · 10 years ago
  54. 3d0b842 Merge 3.4 by Victor Stinner · 10 years ago
  55. c0b1e0f Issue #24675: Avoid DeprecationWarning in test_os by Victor Stinner · 10 years ago
  56. 138adb8 (Merge 3.4) Issue #15745: Rewrite os.utime() tests in test_os by Victor Stinner · 10 years ago
  57. e12e7aa Issue #15745: Rewrite os.utime() tests in test_os by Victor Stinner · 10 years ago
  58. cf05970 Remove unused import on test_os by Victor Stinner · 10 years ago
  59. 47aacc8 Issue #15745: Rewrite os.utime() tests in test_os by Victor Stinner · 10 years ago
  60. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 10 years ago
  61. 9eb57c5 Issue #22181: The availability of the getrandom() is now checked in configure, by Victor Stinner · 10 years ago
  62. ebaa81f Merge 3.4 (test_os) by Victor Stinner · 10 years ago
  63. 0561c53 Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() by Victor Stinner · 10 years ago
  64. d5a0be6 Suppress assert dialogs in test_os by Steve Dower · 10 years ago
  65. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 10 years ago
  66. a9e00d1 Issue #20069: Fixed test_os on Solaris: error message is platform depended. by Serhiy Storchaka · 10 years ago
  67. f2ad173 #20069: Add tests for os.chown. by R David Murray · 11 years ago
  68. fe02e39 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 11 years ago
  69. 4d6a3d6 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 11 years ago
  70. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 11 years ago
  71. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 11 years ago
  72. 97e2e06 os: Include posix functions in os.__all__. Closes issue #18554. by Yury Selivanov · 11 years ago
  73. 1db9e7b Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and by Victor Stinner · 11 years ago
  74. 5c6e6fc Issue #21932: Skip test_os.test_large_read() on 32-bit system by Victor Stinner · 11 years ago
  75. 6e1ccfe Issue #21932: Ooops, os.read(fd, size) allocates a buffer of size bytes, even by Victor Stinner · 11 years ago
  76. b28ed92 Issue #21932: os.read() now uses a :c:func:`Py_ssize_t` type instead of by Victor Stinner · 11 years ago
  77. 63f277b Issue #21741: Add st_file_attributes to os.stat_result on Windows. by Zachary Ware · 11 years ago
  78. ab6b9f8 Issue #22585: make URandomFDTests test case actually run by Ned Deily · 10 years ago
  79. 0321cf2 Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman by Tim Golden · 11 years ago
  80. fbf963c Backed out changeset: 17df50df62c7 by Tim Golden · 11 years ago
  81. 4675d79 Issue #18314 os.unlink will now remove junction points on Windows. Patch by Kim Gräsman. by Tim Golden · 11 years ago
  82. e472aea Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. by Antoine Pitrou · 11 years ago
  83. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 11 years ago
  84. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 11 years ago
  85. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 11 years ago
  86. 149e540 (Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError by Victor Stinner · 12 years ago
  87. 57ddf78 Issue #20113: os.readv() and os.writev() now raise an OSError exception on by Victor Stinner · 12 years ago
  88. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  89. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  90. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 12 years ago
  91. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 12 years ago
  92. 1cc3540 Correct whitespace in test_os by Tim Golden · 12 years ago
  93. 781bbeb Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santoso Wijaya) by Tim Golden · 12 years ago
  94. 370cb25 test_os: report tests as skipped when os.statvfs() fails with ENOSYS by Victor Stinner · 12 years ago
  95. 2582762 Issue #19209: Remove import of copyreg from the os module to speed up by Christian Heimes · 12 years ago
  96. 4f7a36f Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntl by Victor Stinner · 12 years ago
  97. 7ba6b0f Issue #18904: Improve os.get/set_inheritable() tests by Victor Stinner · 12 years ago
  98. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 12 years ago
  99. f5e30d8 Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess by Antoine Pitrou · 12 years ago
  100. eba25ba Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess by Antoine Pitrou · 12 years ago