summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
Commit message (Collapse)AuthorAgeFilesLines
* Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reportedFred Drake1999-03-041-0/+5
| | | | by Jonathan Giddy <jon@dgs.monash.edu.au>.
* Typo: "Availabilty" --> "Availability"Fred Drake1999-02-261-1/+1
| | | | Thanks to /F!
* 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
| | | | | | f_fsid field, since it's not a scalar on all systems supporting this call (in particular, it's a tuple of two longs on AIX). Since it's not particularly useful, just nuke it. Adapted the doc strings too.
* 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
| | | | <oli@rhein-zeitung.de>.
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* 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
| | | | | of mkdir(), rmdir() and rename() that make or remove intermediate directories as well.
* 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
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Consistently use \POSIX{} to denote POSIX. There were at least two differentFred Drake1998-02-091-8/+8
| | | | ways to do it previously (not counting module names).
* Added os.altsep; this is '/' on DOS/Windows, and None on systems withGuido van Rossum1997-08-291-2/+8
| | | | a sane filename syntax.
* AMK's megapatch:Guido van Rossum1997-07-171-0/+1
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-12/+39
| | | | unified style; etc.
* small changes by Soren LarsenGuido van Rossum1995-03-131-1/+1
|
* Restructured library documentationGuido van Rossum1994-01-021-0/+77