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