summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
Commit message (Expand)AuthorAgeFilesLines
* 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
* From Sam Rushing's Medusa, via SF patch #100858: add & documentAndrew M. Kuchling2000-07-131-0/+20
* Update version numbering from 1.6 to 2.0.Fred Drake2000-06-301-1/+1
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-281-0/+18
* Use \versionchanged to indicate when the second parameter to utime()Fred Drake2000-05-021-2/+3
* Document the new additional signature for utime(). In addition to theBarry Warsaw2000-05-011-3/+6
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-7/+33
* Update portability information for the spawn*() functions and relatedFred Drake2000-02-291-4/+11
* Document getgroups(), getlogin(), fpathconf(), pathconf(),Fred Drake1999-12-151-1/+107
* Document the new stuff in the os module.Fred Drake1999-12-091-2/+47
* os.name: Note that 'java' is one of the registered names.Fred Drake1999-09-171-1/+1
* Explain the possible range of values for the pid parameter toFred Drake1999-08-131-6/+14
* Add index entry "I/O control, buffering" for fdopen().Fred Drake1999-08-051-0/+1
* Move chdir() and getcwd() descriptions to "Files and Directories" withFred Drake1999-07-121-10/+16
* For spawn*(), point to the magic constants; some readers have a hardFred Drake1999-07-021-2/+4
* Per Frank Stajano's suggestion, state explicitly that the functionsFred Drake1999-07-011-0/+14
* Further clarfication of the system-dependence of the system() returnFred Drake1999-06-181-1/+3
* Added 'ce' to the list of "registered" values for os.name.Fred Drake1999-06-111-3/+3
* At David Ascher's request, clarify that os.system() always returns 0Fred Drake1999-06-101-1/+2
* "proces" --> "process"; reported by Gerry Wiener <gerry@ucar.edu>.Fred Drake1999-05-251-2/+5
* Minor nits, partly in response to comments from Jonathan BlackFred Drake1999-04-291-3/+3
* Small markup nits.Fred Drake1999-04-211-11/+11
* Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reportedFred Drake1999-03-041-0/+5
* Typo: "Availabilty" --> "Availability"Fred Drake1999-02-261-1/+1