1. 1234488 Issue #15527: remove double parens by changing markup. by Martin Panter · 8 years ago
  2. 0954ac1 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 8 years ago
  3. 33b19ca Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 8 years ago
  4. 15a43ed Issue #25461: Rephrase os.walk() doc by Victor Stinner · 9 years ago
  5. 3f48d39 getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 10 years ago
  6. 5937f39 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 10 years ago
  7. 87d0136 clarify when the list of subdirectories is read (closes #13779) by Benjamin Peterson · 10 years ago
  8. 4547d37 specify that getuid() returns the real uid (closes #10503) by Benjamin Peterson · 10 years ago
  9. 5c863bf when an exception is raised in fdopen, never close the fd (changing on my mind on #21191) by Benjamin Peterson · 11 years ago
  10. 02ab7a8 make sure fdopen always closes the fd in error cases (closes #21191) by Benjamin Peterson · 11 years ago
  11. 69d0965 Fix note markup (#16805). by Éric Araujo · 11 years ago
  12. 6d07641 #13530: port to 2.7 branch (document what os.lseek returns). by Georg Brandl · 11 years ago
  13. 88b2220 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  14. 361994c Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  15. c0edade Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
  16. 5185d0f Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 11 years ago
  17. 2646e67 os.isatty is not Unix only. Correct the wrong documentation. by Senthil Kumaran · 11 years ago
  18. 56913b7 #16530: the "options" arg of os.wait3 is required. by Ezio Melotti · 12 years ago
  19. b9829fc Backport from 3.2: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  20. ae1d185 Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion by Andrew Svetlov · 12 years ago
  21. 8a9d370 Issue #15936: Add link from os.urandom to random.SystemRandom by Andrew Svetlov · 12 years ago
  22. d68ffdb Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  23. e58ce01 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  24. d811e15 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 13 years ago
  25. 98ed08f update to new C roles and directives by Sandro Tosi · 13 years ago
  26. 5e30fa5 #13233: fix typo. by Ezio Melotti · 13 years ago
  27. 086f927 #12277: add missing comma. by Ezio Melotti · 13 years ago
  28. 711cb58 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  29. ea901ad Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  30. 8703be9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  31. 6f18b98 Fix closes issue10403 - Let's not use members anymore. by Senthil Kumaran · 13 years ago
  32. 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  33. ce77def this should actually be an IOError by Benjamin Peterson · 13 years ago
  34. 30e10d8 add example for not using access by Benjamin Peterson · 13 years ago
  35. efd8bab #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 14 years ago
  36. ba516cb Fix markup problems. by Georg Brandl · 14 years ago
  37. 561b96f Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from by R. David Murray · 14 years ago
  38. 4c8d6b6 Merged revisions 86892 via svnmerge from by Éric Araujo · 14 years ago
  39. b8d0e36 Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  40. 0930228 Merged revisions 84945 via svnmerge from by Georg Brandl · 14 years ago
  41. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  42. fdf94c5 Merged revisions 83163 via svnmerge from by Andrew M. Kuchling · 14 years ago
  43. 320477e Merged revisions 82849 via svnmerge from by Jeroen Ruigrok van der Werven · 14 years ago
  44. ab776ce Document that an existing directory raises in mkdir(). by Georg Brandl · 14 years ago
  45. fa0fdb8 #8709: mention Windows support for os.devnull. by Georg Brandl · 14 years ago
  46. 328e377 ensure that availability information is on its own line at the end of the function docs by Benjamin Peterson · 15 years ago
  47. 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
  48. 1f8dd36 Add version info for os.kill and signal changes from #1220212. by Brian Curtin · 15 years ago
  49. 4a589c3 #8399: add note about Windows and O_BINARY. by Georg Brandl · 15 years ago
  50. 6c50efe Add an x-ref to where the O_ constants are documented and move the SEEK_ constants after lseek(). by Georg Brandl · 15 years ago
  51. e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
  52. 49b9192 #2768: add a note on how to get a file descriptor. by Georg Brandl · 15 years ago
  53. c51d1f0 #7479: add note about function availability on Unices. by Georg Brandl · 15 years ago
  54. 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 15 years ago
  55. 8d8f874 Fix versions and spacing. by Georg Brandl · 15 years ago
  56. 761ae0b fix typo by Gregory P. Smith · 15 years ago
  57. 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 15 years ago
  58. 11abfe6 Fix missing word. by Georg Brandl · 15 years ago
  59. 647e9d2 #7126: os.environ changes *do* take effect in subprocesses started with os.system(). by Georg Brandl · 15 years ago
  60. 1d18b5b Fix markup for external links. by Doug Hellmann · 15 years ago
  61. 1b2695a #6677: note that rmdir only removes empty directories. by Georg Brandl · 15 years ago
  62. 7543997 #6677: mention "deleting" as an alias for removing files. by Georg Brandl · 15 years ago
  63. 9fa61bb #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. by Georg Brandl · 15 years ago
  64. fbba7cd Issue 6389: add documentation for the 'mode' flags defined in the stat module. by R. David Murray · 15 years ago
  65. ccb9d4b Issue 2947: document how return code handling translates from by R. David Murray · 15 years ago
  66. ecf3c62 no fdatasync on macos by Benjamin Peterson · 15 years ago
  67. 012408c Fix references to file-related functions and methods (os.* vs file.*). by Georg Brandl · 15 years ago
  68. d933cc2 #2856: document 2.x os.listdir() behavior for undecodable filenames. by Georg Brandl · 15 years ago
  69. 5d19610 #1718017: document the relation of os.path and the posixpath, ntpath etc. modules better. by Georg Brandl · 16 years ago
  70. 22717df #837577: note cryptic return value of spawn*e on invalid env dicts. by Georg Brandl · 16 years ago
  71. 0e92858 give os.symlink and os.link() better parameter names #5564 by Benjamin Peterson · 16 years ago
  72. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  73. e70ff4b #4441 followup: Add link to open() docs for Windows. by Georg Brandl · 16 years ago
  74. 0c880bd #4441: improve doc for os.open() flags. by Georg Brandl · 16 years ago
  75. 6234291 #4404: make clear what "path" is. by Georg Brandl · 16 years ago
  76. 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 16 years ago
  77. ac77166 #1579477: mention necessity to flush output before exec'ing by Andrew M. Kuchling · 16 years ago
  78. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 16 years ago
  79. 5b02ef3 note how os.utime should be used for emulating touch by Benjamin Peterson · 16 years ago
  80. 59de7f5 document that waitpid raises OSError by Gregory P. Smith · 16 years ago
  81. 0ba92b2 Turn section references into proper cross-references. by Georg Brandl · 16 years ago
  82. 74a6ba8 In the deprecated functions I added an alert to review by Facundo Batista · 16 years ago
  83. 6bb7bcf getloadavg() is not available on Windows. by Georg Brandl · 16 years ago
  84. ae6b9f3 Document O_ASYNC addition. by Georg Brandl · 16 years ago
  85. 3fc974f Clarify os.strerror()s exception behavior. by Georg Brandl · 16 years ago
  86. fb246c4 #2634: clarify meaning of env parameter to spawn/exec*e. by Georg Brandl · 17 years ago
  87. 75e5168 note that fork and forkpty raise OSError on failure by Skip Montanaro · 17 years ago
  88. 0a40ffb #2063: correct order of utime and stime in os.times() result on Windows. by Georg Brandl · 17 years ago
  89. 309501a #1663329: add os.closerange() to close a range of fds, by Georg Brandl · 17 years ago
  90. 57fe0f2 Move OSError docs to exceptions doc, remove obsolete descriptions by Georg Brandl · 17 years ago
  91. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 17 years ago
  92. b19be57 Some cleanup in the docs. by Georg Brandl · 17 years ago
  93. 81ddc1a Move lchmod() docs to correct place, and add versionadded tags. by Georg Brandl · 17 years ago
  94. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 17 years ago
  95. b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 17 years ago
  96. ac3d429 Added more file-handling related cross-references. by Mark Summerfield · 17 years ago
  97. 03b15c6 #1364: os.lstat is available on Windows too, as an alias to os.stat. by Georg Brandl · 17 years ago
  98. 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 17 years ago
  99. bb75e4e Unify "file-descriptor" to "file descriptor". by Georg Brandl · 17 years ago
  100. 4a21268 Patch #1181: add os.environ.clear() method. by Georg Brandl · 17 years ago