summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove "_" from the P_* symbols used with the spawn*() functions.Fred Drake1999-02-161-5/+5
* Portability fix for [f]statvfs() return tuple: no longer return theGuido van Rossum1999-02-031-2/+1
* Fix the os/posix documentation issue.Fred Drake1999-02-021-60/+722
* Added index entries to make it easier to locate directory operations.Fred Drake1998-12-281-0/+2
* Fix arguments for renames(); bug spotted by Oliver AndrichFred Drake1998-08-171-1/+1
* New section header style.Fred Drake1998-08-101-1/+2
* Markup nits.Fred Drake1998-08-061-15/+15
* Marked makedirs(), removedirs(), renames() as added in 1.5.2.Fred Drake1998-08-061-0/+3
* Document makedirs(), removedirs(), renames() -- ESR-inspired super-versionsGuido van Rossum1998-07-241-1/+30
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
* Documented os.linesep (line separator).Guido van Rossum1998-06-301-0/+7
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
* Logical markup. small nits.Fred Drake1998-03-101-36/+35
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-1/+1
* Consistently use \POSIX{} to denote POSIX. There were at least two differentFred Drake1998-02-091-8/+8
* Added os.altsep; this is '/' on DOS/Windows, and None on systems withGuido van Rossum1997-08-291-2/+8
* AMK's megapatch:Guido van Rossum1997-07-171-0/+1