1. 140a7d1 bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742) by Serhiy Storchaka · 6 years ago
  2. 3ccdbc3 bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479) by Joannah Nanjekye · 6 years ago
  3. df2d4a6 bpo-37834: Normalise handling of reparse points on Windows (GH-15231) by Steve Dower · 6 years ago
  4. 7cbef72 closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692) by Mariatta · 6 years ago
  5. a9b40e4 bpo-37478: Add missing 'and'. (GH-14631) by Terry Jan Reedy · 6 years ago
  6. 0717b4d bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) by Kyle Stanley · 6 years ago
  7. a55f75a Use OSError subclasses in os documentation (GH-14262) by Tim Hoffmann · 6 years ago
  8. 44f91c3 bpo-37390: Add audit event table to documentations (GH-14406) by Steve Dower · 6 years ago
  9. 689830e bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Victor Stinner · 6 years ago
  10. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 6 years ago
  11. ccf0efb bpo-26836: Document os.memfd_create() name parameter (GH-13838) by Victor Stinner · 6 years ago
  12. aac4d03 bpo-26826: Expose copy_file_range in the os module (GH-7255) by Pablo Galindo · 6 years ago
  13. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 6 years ago
  14. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  15. f2d7ac7 bpo-31904: Add posix module support for VxWorks (GH-12118) by pxinwr · 6 years ago
  16. e152169 bpo-16024: Doc cleanup regarding path_fd, dir_fd, follow_symlinks (GH-5505) by Cheryl Sabella · 6 years ago
  17. 0e10766 bpo-31512: Add non-elevated symlink support for Windows (GH-3652) by Vidar Tonaas Fauske · 6 years ago
  18. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 6 years ago
  19. 8b50400 bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143) by Mark Williams · 6 years ago
  20. 80c5dfe bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608) by Joannah Nanjekye · 7 years ago
  21. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 7 years ago
  22. daeb3c4 Fix doc typo: Window -> Windows (GH-10508) by l-n-s · 7 years ago
  23. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 7 years ago
  24. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 7 years ago
  25. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 7 years ago
  26. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 7 years ago
  27. d700f97 bpo-20104: Change the file_actions parameter of os.posix_spawn(). (GH-6725) by Serhiy Storchaka · 7 years ago
  28. 254a466 bpo-20104: Add flag capabilities to posix_spawn (GH-6693) by Pablo Galindo · 7 years ago
  29. e0b5b20 bpo-34384: Fix os.readlink() on Windows (GH-8740) by Berker Peksag · 7 years ago
  30. 02e2a08 bpo-31368: Enhance os.preadv() documentation (GH-7254) by Pablo Galindo · 7 years ago
  31. 3e51a3d bpo-32878: Adds documentation for st_ino on Windows (GH-5764) by Steve Dower · 7 years ago
  32. ef34753 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332) by Serhiy Storchaka · 7 years ago
  33. 7508a54 bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-5469) by Stéphane Wirtel · 7 years ago
  34. d6ef6db Fix rendering issues in the documentation for the os module (#6525) by Pablo Galindo · 7 years ago
  35. badb894 closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH-6335) by Andrés Delfino · 7 years ago
  36. 79760ed bpo-20104: Add os.posix_spawn documentation. (#6334) by Gregory P. Smith · 7 years ago
  37. 6c51d51 bpo-32659: Solaris "stat" should support "st_fstype" (#5307) by jcea · 8 years ago
  38. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 8 years ago
  39. d499031 bpo-32651 Recommend getpass.getuser() (#5301) by Barry Warsaw · 8 years ago
  40. bbdb17d return the new file descriptor from os.dup2 (closes bpo-32441) (#5041) by Benjamin Peterson · 8 years ago
  41. 96a5e50 bpo-32143: add f_fsid to os.statvfs() (#4571) by Giuseppe Scrivano · 8 years ago
  42. 01b5aab bpo-31827: Remove os.stat_float_times() (GH-4061) by Victor Stinner · 8 years ago
  43. 163468a bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) by Gregory P. Smith · 8 years ago
  44. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 8 years ago
  45. ea720fe bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502) by Serhiy Storchaka · 8 years ago
  46. e304e33 bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799) by Serhiy Storchaka · 8 years ago
  47. 8f6b344 bpo-28682: Added support for bytes paths in os.fwalk(). (#489) by Serhiy Storchaka · 8 years ago
  48. d4d4874 Tweak PEP 519 documentation in stdlib (#163) by Berker Peksag · 8 years ago
  49. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 9 years ago
  50. d7d87ca Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 9 years ago
  51. 3c38e06 Issue #27998: Documented bytes paths support on Windows. by Serhiy Storchaka · 9 years ago
  52. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  53. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  54. 8d08265 Merge from 3.5 by Berker Peksag · 9 years ago
  55. 6129e14 Document that os.mknod() is not available on Windows by Berker Peksag · 9 years ago
  56. 20d458f Merge from 3.5 by Berker Peksag · 9 years ago
  57. 996e5f9 os.genenvb() is not availabnle under Windows by Berker Peksag · 9 years ago
  58. d5ee406 Closes #23105: Merged update from 3.5. by Vinay Sajip · 9 years ago
  59. e4946e7 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 9 years ago
  60. e66987e os.urandom() now blocks on Linux by Victor Stinner · 9 years ago
  61. 9b1f474 Add os.getrandom() by Victor Stinner · 9 years ago
  62. 6fa7aad Issue #26027, #27524: Document the support for path-like objects in os and os.path. by Brett Cannon · 9 years ago
  63. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 9 years ago
  64. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 9 years ago
  65. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 9 years ago
  66. a32c4d0 Issue #27038: Expose DirEntry as os.DirEntry. by Brett Cannon · 9 years ago
  67. 559ad5d Remove a stale reference to pathlib.PurePath.path by Brett Cannon · 9 years ago
  68. c28592b Issue #27186: Define what a "path-like object" is. by Brett Cannon · 9 years ago
  69. c78ca1e Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return by Brett Cannon · 9 years ago
  70. 4c3e687 [merge from 3.5] - issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. by Senthil Kumaran · 9 years ago
  71. d37de3c issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. by Senthil Kumaran · 9 years ago
  72. 4da945f Merge Issue #22558. by Terry Jan Reedy · 9 years ago
  73. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  74. 96881cd Issue #27186: Add os.PathLike support to DirEntry by Brett Cannon · 9 years ago
  75. b7bdfcf Issue #24617: Merge os.mkdir() doc from 3.5 by Martin Panter · 9 years ago
  76. b18ffb4 Add a versionadded directive to os.PathLike by Berker Peksag · 9 years ago
  77. b08388d Issue #27182: Document os.PathLike. by Brett Cannon · 9 years ago
  78. 0fa1aa1 Clarify the os.fspath() documentation. by Brett Cannon · 9 years ago
  79. 9ff9cbd Merge 3.5 (os.urandom) by Victor Stinner · 9 years ago
  80. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 9 years ago
  81. cdc0879 issue27186 -- initial docs, tests, and python version of os.fspath by Ethan Furman · 9 years ago
  82. 63b91e5 Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 9 years ago
  83. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  84. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
  85. 3211595 Merge with 3.5 by Zachary Ware · 9 years ago
  86. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 9 years ago
  87. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 9 years ago
  88. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  89. 3902d62 merge with 3.5 by Georg Brandl · 9 years ago
  90. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  91. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 10 years ago
  92. 59fe937 Merge 3.5 (doc) by Victor Stinner · 10 years ago
  93. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 10 years ago
  94. f08a308 Docs for issue #22570. (Merge 3.5->3.6) by Guido van Rossum · 10 years ago
  95. 1469d74 Cross-reference os.DirEntry and pathlib.Path for issue #22570. by Guido van Rossum · 10 years ago
  96. 01f7ac3 Backport of fix for issue #25930 by Brett Cannon · 10 years ago
  97. 0503917 Issue #25930: Document that os.unlink and os.remove are *semantically* identical. by Brett Cannon · 10 years ago
  98. 4487a46 Merge 3.4 (Issue #25461) by Victor Stinner · 10 years ago
  99. de6e800 Merge 3.4 (Issue #25461) by Victor Stinner · 10 years ago
  100. 0e316f6 Issue #25461: Rephrase os.walk() doc by Victor Stinner · 10 years ago