1. 75e5168 note that fork and forkpty raise OSError on failure by Skip Montanaro · 17 years ago
  2. 0a40ffb #2063: correct order of utime and stime in os.times() result on Windows. by Georg Brandl · 18 years ago
  3. 309501a #1663329: add os.closerange() to close a range of fds, by Georg Brandl · 18 years ago
  4. 57fe0f2 Move OSError docs to exceptions doc, remove obsolete descriptions by Georg Brandl · 18 years ago
  5. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago
  6. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  7. 81ddc1a Move lchmod() docs to correct place, and add versionadded tags. by Georg Brandl · 18 years ago
  8. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 18 years ago
  9. b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 18 years ago
  10. ac3d429 Added more file-handling related cross-references. by Mark Summerfield · 18 years ago
  11. 03b15c6 #1364: os.lstat is available on Windows too, as an alias to os.stat. by Georg Brandl · 18 years ago
  12. 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 18 years ago
  13. bb75e4e Unify "file-descriptor" to "file descriptor". by Georg Brandl · 18 years ago
  14. 4a21268 Patch #1181: add os.environ.clear() method. by Georg Brandl · 18 years ago
  15. ddca9f0 Replaced variable o with obj in operator.rst because o is easy to confuse. by Mark Summerfield · 18 years ago
  16. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago