1. e0b5b20 bpo-34384: Fix os.readlink() on Windows (GH-8740) by Berker Peksag · 6 years ago
  2. 02e2a08 bpo-31368: Enhance os.preadv() documentation (GH-7254) by Pablo Galindo · 6 years ago
  3. 3e51a3d bpo-32878: Adds documentation for st_ino on Windows (GH-5764) by Steve Dower · 6 years ago
  4. ef34753 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332) by Serhiy Storchaka · 6 years ago
  5. 7508a54 bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-5469) by Stéphane Wirtel · 6 years ago
  6. d6ef6db Fix rendering issues in the documentation for the os module (#6525) by Pablo Galindo · 6 years ago
  7. badb894 closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH-6335) by Andrés Delfino · 6 years ago
  8. 79760ed bpo-20104: Add os.posix_spawn documentation. (#6334) by Gregory P. Smith · 6 years ago
  9. 6c51d51 bpo-32659: Solaris "stat" should support "st_fstype" (#5307) by jcea · 7 years ago
  10. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 7 years ago
  11. d499031 bpo-32651 Recommend getpass.getuser() (#5301) by Barry Warsaw · 7 years ago
  12. bbdb17d return the new file descriptor from os.dup2 (closes bpo-32441) (#5041) by Benjamin Peterson · 7 years ago
  13. 96a5e50 bpo-32143: add f_fsid to os.statvfs() (#4571) by Giuseppe Scrivano · 7 years ago
  14. 01b5aab bpo-31827: Remove os.stat_float_times() (GH-4061) by Victor Stinner · 7 years ago
  15. 163468a bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) by Gregory P. Smith · 7 years ago
  16. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  17. ea720fe bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502) by Serhiy Storchaka · 7 years ago
  18. e304e33 bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799) by Serhiy Storchaka · 7 years ago
  19. 8f6b344 bpo-28682: Added support for bytes paths in os.fwalk(). (#489) by Serhiy Storchaka · 7 years ago
  20. d4d4874 Tweak PEP 519 documentation in stdlib (#163) by Berker Peksag · 7 years ago
  21. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 8 years ago
  22. d7d87ca Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 8 years ago
  23. 3c38e06 Issue #27998: Documented bytes paths support on Windows. by Serhiy Storchaka · 8 years ago
  24. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  25. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  26. 8d08265 Merge from 3.5 by Berker Peksag · 8 years ago
  27. 6129e14 Document that os.mknod() is not available on Windows by Berker Peksag · 8 years ago
  28. 20d458f Merge from 3.5 by Berker Peksag · 8 years ago
  29. 996e5f9 os.genenvb() is not availabnle under Windows by Berker Peksag · 8 years ago
  30. d5ee406 Closes #23105: Merged update from 3.5. by Vinay Sajip · 8 years ago
  31. e4946e7 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 8 years ago
  32. e66987e os.urandom() now blocks on Linux by Victor Stinner · 8 years ago
  33. 9b1f474 Add os.getrandom() by Victor Stinner · 8 years ago
  34. 6fa7aad Issue #26027, #27524: Document the support for path-like objects in os and os.path. by Brett Cannon · 8 years ago
  35. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  36. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  37. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  38. a32c4d0 Issue #27038: Expose DirEntry as os.DirEntry. by Brett Cannon · 8 years ago
  39. 559ad5d Remove a stale reference to pathlib.PurePath.path by Brett Cannon · 8 years ago
  40. c28592b Issue #27186: Define what a "path-like object" is. by Brett Cannon · 8 years ago
  41. c78ca1e Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return by Brett Cannon · 8 years ago
  42. 4c3e687 [merge from 3.5] - issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. by Senthil Kumaran · 8 years ago
  43. d37de3c issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. by Senthil Kumaran · 8 years ago
  44. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  45. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  46. 96881cd Issue #27186: Add os.PathLike support to DirEntry by Brett Cannon · 8 years ago
  47. b7bdfcf Issue #24617: Merge os.mkdir() doc from 3.5 by Martin Panter · 8 years ago
  48. b18ffb4 Add a versionadded directive to os.PathLike by Berker Peksag · 8 years ago
  49. b08388d Issue #27182: Document os.PathLike. by Brett Cannon · 8 years ago
  50. 0fa1aa1 Clarify the os.fspath() documentation. by Brett Cannon · 8 years ago
  51. 9ff9cbd Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  52. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  53. cdc0879 issue27186 -- initial docs, tests, and python version of os.fspath by Ethan Furman · 8 years ago
  54. 63b91e5 Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 8 years ago
  55. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  56. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  57. 3211595 Merge with 3.5 by Zachary Ware · 8 years ago
  58. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 8 years ago
  59. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  60. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  61. 3902d62 merge with 3.5 by Georg Brandl · 8 years ago
  62. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  63. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 8 years ago
  64. 59fe937 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  65. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 9 years ago
  66. f08a308 Docs for issue #22570. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  67. 1469d74 Cross-reference os.DirEntry and pathlib.Path for issue #22570. by Guido van Rossum · 9 years ago
  68. 01f7ac3 Backport of fix for issue #25930 by Brett Cannon · 9 years ago
  69. 0503917 Issue #25930: Document that os.unlink and os.remove are *semantically* identical. by Brett Cannon · 9 years ago
  70. 4487a46 Merge 3.4 (Issue #25461) by Victor Stinner · 9 years ago
  71. de6e800 Merge 3.4 (Issue #25461) by Victor Stinner · 9 years ago
  72. 0e316f6 Issue #25461: Rephrase os.walk() doc by Victor Stinner · 9 years ago
  73. 3286031 Merge sendfile() doc fixes from 3.5 by Martin Panter · 9 years ago
  74. 3133a9f socket.sendfile() is a method not a module by Martin Panter · 9 years ago
  75. f9b6875 Issue #25063: socket.sendfile() does not exist in 3.4 by Martin Panter · 9 years ago
  76. 3f560c1 Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  77. 6088b7b Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  78. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  79. a122b5a Issue #23738: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  80. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  81. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  82. 9f0b5e7 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  83. ace8848 What's New in Python 3.5: document os.urandom() changes by Victor Stinner · 9 years ago
  84. dc87e4b Issue #23530: Improve os.cpu_count() description. Patch by Julian Taylor. by Charles-François Natali · 9 years ago
  85. 51b5832 Closes #24013: Improve os.scandir() and DirEntry documentation by Victor Stinner · 9 years ago
  86. 56f6526 os module doc: remove availability when useless by Victor Stinner · 9 years ago
  87. 0f51d04 Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 9 years ago
  88. 2034caa Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 9 years ago
  89. fe0a41a Issue #23668: Adds support for os.truncate and os.ftruncate on Windows by Steve Dower · 9 years ago
  90. 708d9ba Issue #23618: Document EINTR changes in socket documentation by Victor Stinner · 9 years ago
  91. a766ddf Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and by Victor Stinner · 9 years ago
  92. 80f6bb4 Merge 3.4 (os doc) by Victor Stinner · 9 years ago
  93. 47c41b4 Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example by Victor Stinner · 9 years ago
  94. 524a5ba Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). by Victor Stinner · 9 years ago
  95. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 9 years ago
  96. 5a4adda Fix typo in os.supports_effective_ids documentation. by Berker Peksag · 9 years ago
  97. 4d6c606 Fix typo in os.supports_effective_ids documentation. by Berker Peksag · 9 years ago
  98. 7d0e0c9 Closes #23253: Delay-load ShellExecute by Steve Dower · 10 years ago
  99. b6cdc1c MERGE: Docs: 'os.pwrite()' needs bytes, not strings by Jesus Cea · 10 years ago
  100. 67503c5 Docs: 'os.pwrite()' needs bytes, not strings by Jesus Cea · 10 years ago