1. 6234291 #4404: make clear what "path" is. by Georg Brandl · 17 years ago
  2. 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 17 years ago
  3. ac77166 #1579477: mention necessity to flush output before exec'ing by Andrew M. Kuchling · 17 years ago
  4. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 17 years ago
  5. 5b02ef3 note how os.utime should be used for emulating touch by Benjamin Peterson · 17 years ago
  6. 59de7f5 document that waitpid raises OSError by Gregory P. Smith · 17 years ago
  7. 0ba92b2 Turn section references into proper cross-references. by Georg Brandl · 17 years ago
  8. 74a6ba8 In the deprecated functions I added an alert to review by Facundo Batista · 17 years ago
  9. 6bb7bcf getloadavg() is not available on Windows. by Georg Brandl · 17 years ago
  10. ae6b9f3 Document O_ASYNC addition. by Georg Brandl · 17 years ago
  11. 3fc974f Clarify os.strerror()s exception behavior. by Georg Brandl · 17 years ago
  12. fb246c4 #2634: clarify meaning of env parameter to spawn/exec*e. by Georg Brandl · 17 years ago
  13. 75e5168 note that fork and forkpty raise OSError on failure by Skip Montanaro · 17 years ago
  14. 0a40ffb #2063: correct order of utime and stime in os.times() result on Windows. by Georg Brandl · 18 years ago
  15. 309501a #1663329: add os.closerange() to close a range of fds, by Georg Brandl · 18 years ago
  16. 57fe0f2 Move OSError docs to exceptions doc, remove obsolete descriptions by Georg Brandl · 18 years ago
  17. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago
  18. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  19. 81ddc1a Move lchmod() docs to correct place, and add versionadded tags. by Georg Brandl · 18 years ago
  20. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 18 years ago
  21. b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 18 years ago
  22. ac3d429 Added more file-handling related cross-references. by Mark Summerfield · 18 years ago
  23. 03b15c6 #1364: os.lstat is available on Windows too, as an alias to os.stat. by Georg Brandl · 18 years ago
  24. 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 18 years ago
  25. bb75e4e Unify "file-descriptor" to "file descriptor". by Georg Brandl · 18 years ago
  26. 4a21268 Patch #1181: add os.environ.clear() method. by Georg Brandl · 18 years ago
  27. ddca9f0 Replaced variable o with obj in operator.rst because o is easy to confuse. by Mark Summerfield · 18 years ago
  28. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago