1. d6ef193 SF bugs 996748: os.environ documentation should indicate unreliability by Tim Peters · 20 years ago
  2. 76aa2ef Get doc to build (add missing backslash) by Neal Norwitz · 20 years ago
  3. de83321 SF bug 990749: os constants missing by Tim Peters · 20 years ago
  4. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  5. e1ca355 [Bug #918710] Add paragraph to clarify docs by Andrew M. Kuchling · 20 years ago
  6. 1cd6e4d fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 20 years ago
  7. 0ed6634 really scream out that people should use the file objects instead of by Fred Drake · 20 years ago
  8. 9b4dab4 SF patch #859286: documentation bool change fix by Raymond Hettinger · 21 years ago
  9. 75aa4db Mention that getsid is new in 2.4. by Martin v. Löwis · 21 years ago
  10. 49ee14d Patch #839038: Add getsid(2). by Martin v. Löwis · 21 years ago
  11. 9756f38 Fix typo. by Raymond Hettinger · 21 years ago
  12. b67449d Fix spacing markup and other sundries. by Raymond Hettinger · 21 years ago
  13. 0a6aa28 SF patch #797157: Bug 794658: os.chmod docs, stat constants by Raymond Hettinger · 21 years ago
  14. 15eac1f Fix markup nits. by Fred Drake · 21 years ago
  15. dbaf04e Straighten out the docs for os.system(); the Unix and Windows behaviors by Tim Peters · 21 years ago
  16. bf1bef8 Add optional 'onerror' argument to os.walk(), to control error handling. by Guido van Rossum · 21 years ago
  17. 52136a8 Fixed spacing and unbalanced brackets or parenthesis. by Raymond Hettinger · 21 years ago
  18. a390c6e walk() docs: Emphasize that the recursive-delete example is dangerous. by Tim Peters · 21 years ago
  19. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 21 years ago
  20. bf89b3a walk() docs: Worked "walking" into the description and the text. Added by Tim Peters · 21 years ago
  21. 2194a4e markup adjustments by Fred Drake · 21 years ago
  22. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  23. 2d1c846 Clarified new fsync() docs. by Tim Peters · 21 years ago
  24. 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 21 years ago
  25. 5c7b248 - explain what a UNC path is in the makedirs() description, since by Fred Drake · 21 years ago
  26. 96b1c90 Patch #683592 revisited, after discussions with MvL: by Just van Rossum · 21 years ago
  27. 117910d Migrate definitions of several platform-dependent path-related variables by Skip Montanaro · 21 years ago
  28. 002a5de extsep description: by Fred Drake · 21 years ago
  29. 47e46e2 add missing description of os.extsep by Skip Montanaro · 21 years ago
  30. 2b09bc4 Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS X by Neal Norwitz · 21 years ago
  31. 4b37364 Bug #678077: Suggest alternative to os.getlogin() by Andrew M. Kuchling · 21 years ago
  32. b6604b3 Document EX_OK and friends. by Barry Warsaw · 22 years ago
  33. 9f5b07d SF bug #592859: os.chmod is underdocumented by Raymond Hettinger · 22 years ago
  34. 6d23b17 Fix a typo by Neal Norwitz · 22 years ago
  35. 33e9443 Document killpg. by Martin v. Löwis · 22 years ago
  36. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  37. 08d10f9 Typo: "dead lock" --> "deadlock" by Fred Drake · 22 years ago
  38. 4b9ed2f Clarified documentation of tempnam(). Closes SF bug #635656. by Fred Drake · 22 years ago
  39. b5f41de Minor markup adjustments. by Fred Drake · 22 years ago
  40. 5b470e0 Document the changed fdopen behaviour. (Hope the markup is ok). by Thomas Heller · 22 years ago
  41. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  42. 36a4d8c Remove mentionings of DOS. by Martin v. Löwis · 22 years ago
  43. dbe3f76 Patch #569139: Implementation of major, minor and makedev. by Martin v. Löwis · 22 years ago
  44. a844f2d Document patch #594001. by Martin v. Löwis · 22 years ago
  45. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  46. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  47. 3cfdc34 Documented os.fsync and os.fdatasync. Closes SF bug 584695. by Raymond Hettinger · 22 years ago
  48. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
  49. 403e351 Flesh out description of getlogin() and recommend against using it. by Jeremy Hylton · 22 years ago
  50. 2c22e85 Attempt to clarify removedirs(). Based on SF bug #574773. by Fred Drake · 22 years ago
  51. 9ea01d4 Add description of the deadlock problem with child processes and pipes, and by Fred Drake · 22 years ago
  52. 7f59124 Clarified documentation for os.access(). by Fred Drake · 22 years ago
  53. cc5c694 Add "version added" for getpgid by Neal Norwitz · 22 years ago
  54. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  55. db9198a SF bug 563750 (Alex Martelli): posix_tmpfile(): by Guido van Rossum · 22 years ago
  56. 1f89e2a Fix markup error that suppressed space. by Fred Drake · 22 years ago
  57. a65375c Explain what os.read() returns at end of file. by Fred Drake · 22 years ago
  58. d3e6678 Slightly expand and clarify the differences between getegid(), getgid(), by Fred Drake · 22 years ago
  59. 106c1a0 WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. by Fred Drake · 22 years ago
  60. e19a5bc Be consistent in presenting the signatures. by Fred Drake · 22 years ago
  61. 1549855 Add docs for os.fchdir(). by Fred Drake · 22 years ago
  62. 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 22 years ago
  63. 4dfb7a8 Explain that os.spawn*() return the process handle on Windows. by Fred Drake · 22 years ago
  64. ab034fa Implement os.waitpid() for Windows, in a way that's compatible with Linux by Tim Peters · 22 years ago
  65. c48a3ca Add new constants usable with os.popen() on Windows. by Tim Peters · 22 years ago
  66. 5c79831 Add a reference to the signal module to the os.kill() description. by Fred Drake · 23 years ago
  67. 8c8e871 Fix the availability statement for the spawn*() functions to reflect the by Fred Drake · 23 years ago
  68. b404145 s/it/if/ in descriptions of spawn mode argument. by Tim Peters · 23 years ago
  69. 6995bb6 Various cleanups & markup fixes, mostly relating to the stat and statvfs by Fred Drake · 23 years ago
  70. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  71. db7287c Straighten out the exec*() function descriptions a bit, and clarify a few by Fred Drake · 23 years ago
  72. c405133 Elaborate on types and meaning of the setgroups arguments. by Martin v. Löwis · 23 years ago
  73. 61c5edf Expose setgroups. Fixes feature request #468116. by Martin v. Löwis · 23 years ago
  74. 938a8d7 Improve the documentation for the os.P_* constants used with the os.spawn*() by Fred Drake · 23 years ago
  75. 244edc8 Add chroot call. Implements feature #459267. by Martin v. Löwis · 23 years ago
  76. bbf7a40 Added note about non-support of UNC paths on Windows. This fixes SF bug #465447. by Fred Drake · 23 years ago
  77. 098d7fa Document clearly that the only way to retrieve the return code from the by Fred Drake · 23 years ago
  78. 739282d Re-write the description of the os.spawn*() functions, and cover the by Fred Drake · 23 years ago
  79. 8a2adcf Typo: Added missing "if". This is part of SF patch #442788. by Fred Drake · 23 years ago
  80. efaef13 Update the availability information for os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  81. 8ee679f Minor changes to match the style guide. by Fred Drake · 23 years ago
  82. 907e76b Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  83. 0b9bc20 Add the appropriate availability annotations for the popen*() family of by Fred Drake · 23 years ago
  84. 046f4d8 Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added by Fred Drake · 23 years ago
  85. b9d973d is -> if in rename description by Skip Montanaro · 23 years ago
  86. 81e142b Document os.getenv(). This closes SF bug #429059. by Fred Drake · 23 years ago
  87. dc9e7e4 readlink() description: Added note that the return value may be either by Fred Drake · 23 years ago
  88. 4a15263 Capitalize first letter of an explanation for a \versionchanged annotation. by Fred Drake · 24 years ago
  89. 21c9df7 For os.stat() & friends, note that the time fields are returned as by Fred Drake · 24 years ago
  90. c71c23e Added \versionchanged comment to os.popen() noting that it was unreliable by Fred Drake · 24 years ago
  91. 1319e3e Remove old note that os.popen() on Windows is unreliable; this is no by Fred Drake · 24 years ago
  92. 4ce4f2e os.startfile() documentation, based on text from Tim Peters. by Fred Drake · 24 years ago
  93. 8a9db99 Updated documentation relating to the various flavors of popen[234]() by Fred Drake · 24 years ago
  94. 7be3115 Added explanation of the use of the first program argument passed to the by Fred Drake · 24 years ago
  95. 3ac977e O_BINARY: Documented this constant; omission noted by David Ascher. by Fred Drake · 24 years ago
  96. d372521 added doc for isatty() by Skip Montanaro · 24 years ago
  97. f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 24 years ago
  98. 8d2f2b2 From Sam Rushing's Medusa, via SF patch #100858: add & document by Andrew M. Kuchling · 24 years ago
  99. 30f76ff Update version numbering from 1.6 to 2.0. by Fred Drake · 24 years ago
  100. c82634c Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago