summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
Commit message (Expand)AuthorAgeFilesLines
* Patch #573770: Implement lchown.Martin v. Löwis2002-07-281-0/+7
* Flesh out description of getlogin() and recommend against using it.Jeremy Hylton2002-07-241-2/+3
* Attempt to clarify removedirs().Fred Drake2002-07-021-1/+1
* Add description of the deadlock problem with child processes and pipes, andFred Drake2002-06-181-0/+5
* Clarified documentation for os.access().Fred Drake2002-06-181-5/+7
* Add "version added" for getpgidNeal Norwitz2002-06-131-0/+1
* Patch #568235: Add posix.setpgid.Martin v. Löwis2002-06-131-0/+6
* SF bug 563750 (Alex Martelli): posix_tmpfile():Guido van Rossum2002-06-101-1/+1
* Fix markup error that suppressed space.Fred Drake2002-05-101-1/+1
* Explain what os.read() returns at end of file.Fred Drake2002-05-011-1/+3
* Slightly expand and clarify the differences between getegid(), getgid(),Fred Drake2002-04-261-6/+9
* WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New.Fred Drake2002-04-231-6/+38
* Be consistent in presenting the signatures.Fred Drake2002-04-151-1/+1
* Add docs for os.fchdir().Fred Drake2002-04-151-0/+9
* Patch #543447: Add posix.mknod.Martin v. Löwis2002-04-141-0/+11
* Explain that os.spawn*() return the process handle on Windows.Fred Drake2002-04-011-3/+5
* Implement os.waitpid() for Windows, in a way that's compatible with LinuxTim Peters2002-02-011-6/+21
* Add new constants usable with os.popen() on Windows.Tim Peters2002-01-301-0/+11
* Add a reference to the signal module to the os.kill() description.Fred Drake2001-12-211-1/+3
* Fix the availability statement for the spawn*() functions to reflect theFred Drake2001-12-201-2/+3
* s/it/if/ in descriptions of spawn mode argument.Tim Peters2001-12-061-1/+1
* Various cleanups & markup fixes, mostly relating to the stat and statvfsFred Drake2001-11-291-38/+77
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-92/+92
* Straighten out the exec*() function descriptions a bit, and clarify a fewFred Drake2001-10-181-65/+68
* Elaborate on types and meaning of the setgroups arguments.Martin v. Löwis2001-10-181-2/+4
* Expose setgroups. Fixes feature request #468116.Martin v. Löwis2001-10-181-0/+7
* Improve the documentation for the os.P_* constants used with the os.spawn*()Fred Drake2001-10-091-9/+29
* Add chroot call. Implements feature #459267.Martin v. Löwis2001-10-041-0/+6
* Added note about non-support of UNC paths on Windows.Fred Drake2001-09-281-1/+2
* Document clearly that the only way to retrieve the return code from theFred Drake2001-09-111-0/+6
* Re-write the description of the os.spawn*() functions, and cover theFred Drake2001-08-161-17/+51
* Typo: Added missing "if".Fred Drake2001-07-231-1/+1
* Update the availability information for os.tempnam(), os.tmpfile(), andFred Drake2001-07-171-1/+3
* Minor changes to match the style guide.Fred Drake2001-07-141-34/+38
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-23/+24
* Add the appropriate availability annotations for the popen*() family ofFred Drake2001-06-111-4/+7
* Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). AddedFred Drake2001-06-111-3/+11
* is -> if in rename descriptionSkip Montanaro2001-06-041-1/+1
* Document os.getenv().Fred Drake2001-05-311-0/+7
* readlink() description: Added note that the return value may be eitherFred Drake2001-05-291-5/+20
* Capitalize first letter of an explanation for a \versionchangedFred Drake2000-10-191-1/+1
* For os.stat() & friends, note that the time fields are returned asFred Drake2000-10-141-1/+3
* Added \versionchanged comment to os.popen() noting that it was unreliableFred Drake2000-10-041-0/+6
* Remove old note that os.popen() on Windows is unreliable; this is noFred Drake2000-10-031-3/+1
* os.startfile() documentation, based on text from Tim Peters.Fred Drake2000-09-291-0/+18
* Updated documentation relating to the various flavors of popen[234]()Fred Drake2000-09-281-0/+30
* Added explanation of the use of the first program argument passed to theFred Drake2000-09-231-0/+9
* O_BINARY: Documented this constant; omission noted by David Ascher.Fred Drake2000-08-111-1/+8
* added doc for isatty()Skip Montanaro2000-07-191-0/+6
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-3/+3