| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Slightly expand and clarify the differences between getegid(), getgid(), | Fred Drake | 2002-04-26 | 1 | -6/+9 |
|
|
* | WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. | Fred Drake | 2002-04-23 | 1 | -6/+38 |
|
|
* | Be consistent in presenting the signatures. | Fred Drake | 2002-04-15 | 1 | -1/+1 |
|
|
* | Add docs for os.fchdir(). | Fred Drake | 2002-04-15 | 1 | -0/+9 |
|
|
* | Patch #543447: Add posix.mknod. | Martin v. Löwis | 2002-04-14 | 1 | -0/+11 |
|
|
* | Explain that os.spawn*() return the process handle on Windows. | Fred Drake | 2002-04-01 | 1 | -3/+5 |
|
|
* | Implement os.waitpid() for Windows, in a way that's compatible with Linux | Tim Peters | 2002-02-01 | 1 | -6/+21 |
|
|
* | Add new constants usable with os.popen() on Windows. | Tim Peters | 2002-01-30 | 1 | -0/+11 |
|
|
* | Add a reference to the signal module to the os.kill() description. | Fred Drake | 2001-12-21 | 1 | -1/+3 |
|
|
* | Fix the availability statement for the spawn*() functions to reflect the | Fred Drake | 2001-12-20 | 1 | -2/+3 |
|
|
* | s/it/if/ in descriptions of spawn mode argument. | Tim Peters | 2001-12-06 | 1 | -1/+1 |
|
|
* | Various cleanups & markup fixes, mostly relating to the stat and statvfs | Fred Drake | 2001-11-29 | 1 | -38/+77 |
|
|
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -92/+92 |
|
|
* | Straighten out the exec*() function descriptions a bit, and clarify a few | Fred Drake | 2001-10-18 | 1 | -65/+68 |
|
|
* | Elaborate on types and meaning of the setgroups arguments. | Martin v. Löwis | 2001-10-18 | 1 | -2/+4 |
|
|
* | Expose setgroups. Fixes feature request #468116. | Martin v. Löwis | 2001-10-18 | 1 | -0/+7 |
|
|
* | Improve the documentation for the os.P_* constants used with the os.spawn*() | Fred Drake | 2001-10-09 | 1 | -9/+29 |
|
|
* | Add chroot call. Implements feature #459267. | Martin v. Löwis | 2001-10-04 | 1 | -0/+6 |
|
|
* | Added note about non-support of UNC paths on Windows. | Fred Drake | 2001-09-28 | 1 | -1/+2 |
|
|
* | Document clearly that the only way to retrieve the return code from the | Fred Drake | 2001-09-11 | 1 | -0/+6 |
|
|
* | Re-write the description of the os.spawn*() functions, and cover the | Fred Drake | 2001-08-16 | 1 | -17/+51 |
|
|
* | Typo: Added missing "if". | Fred Drake | 2001-07-23 | 1 | -1/+1 |
|
|
* | Update the availability information for os.tempnam(), os.tmpfile(), and | Fred Drake | 2001-07-17 | 1 | -1/+3 |
|
|
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 1 | -34/+38 |
|
|
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -23/+24 |
|
|
* | Add the appropriate availability annotations for the popen*() family of | Fred Drake | 2001-06-11 | 1 | -4/+7 |
|
|
* | Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added | Fred Drake | 2001-06-11 | 1 | -3/+11 |
|
|
* | is -> if in rename description | Skip Montanaro | 2001-06-04 | 1 | -1/+1 |
|
|
* | Document os.getenv(). | Fred Drake | 2001-05-31 | 1 | -0/+7 |
|
|
* | readlink() description: Added note that the return value may be either | Fred Drake | 2001-05-29 | 1 | -5/+20 |
|
|
* | Capitalize first letter of an explanation for a \versionchanged | Fred Drake | 2000-10-19 | 1 | -1/+1 |
|
|
* | For os.stat() & friends, note that the time fields are returned as | Fred Drake | 2000-10-14 | 1 | -1/+3 |
|
|
* | Added \versionchanged comment to os.popen() noting that it was unreliable | Fred Drake | 2000-10-04 | 1 | -0/+6 |
|
|
* | Remove old note that os.popen() on Windows is unreliable; this is no | Fred Drake | 2000-10-03 | 1 | -3/+1 |
|
|
* | os.startfile() documentation, based on text from Tim Peters. | Fred Drake | 2000-09-29 | 1 | -0/+18 |
|
|
* | Updated documentation relating to the various flavors of popen[234]() | Fred Drake | 2000-09-28 | 1 | -0/+30 |
|
|
* | Added explanation of the use of the first program argument passed to the | Fred Drake | 2000-09-23 | 1 | -0/+9 |
|
|
* | O_BINARY: Documented this constant; omission noted by David Ascher. | Fred Drake | 2000-08-11 | 1 | -1/+8 |
|
|
* | added doc for isatty() | Skip Montanaro | 2000-07-19 | 1 | -0/+6 |
|
|
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -3/+3 |
|
|
* | From Sam Rushing's Medusa, via SF patch #100858: add & document | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+20 |
|
|
* | Update version numbering from 1.6 to 2.0. | Fred Drake | 2000-06-30 | 1 | -1/+1 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-28 | 1 | -0/+18 |
|
|
* | Use \versionchanged to indicate when the second parameter to utime() | Fred Drake | 2000-05-02 | 1 | -2/+3 |
|
|
* | Document the new additional signature for utime(). In addition to the | Barry Warsaw | 2000-05-01 | 1 | -3/+6 |
|
|
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -7/+33 |
|
|
* | Update portability information for the spawn*() functions and related | Fred Drake | 2000-02-29 | 1 | -4/+11 |
|
|
* | Document getgroups(), getlogin(), fpathconf(), pathconf(), | Fred Drake | 1999-12-15 | 1 | -1/+107 |
|
|
* | Document the new stuff in the os module. | Fred Drake | 1999-12-09 | 1 | -2/+47 |
|
|
* | os.name: Note that 'java' is one of the registered names. | Fred Drake | 1999-09-17 | 1 | -1/+1 |
|
|