summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstat.tex
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-4/+4
| | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed.
* Fixed minor markup nits for consistency with the rest of the libraryFred Drake2001-01-111-5/+5
| | | | reference.
* SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes andEric S. Raymond2001-01-101-1/+12
| | | | additions to library docs.#
* Change the directory tree walking example to use clearer variableGuido van Rossum1999-08-031-11/+14
| | | | names, some suggested by Joe Ellsworth.
* Patch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(),Fred Drake1999-04-231-9/+33
| | | | | and an explanation of why any of stat.S_*() would be used instead of os.path.is*(). (With some really small enhancements by me.)
* Remove \platform declaration; this module is generic.Fred Drake1999-04-221-1/+0
|
* Don't refer to the system documentation as "man pages"; tooFred Drake1999-04-221-5/+6
| | | | | Unix-centric. Note that this can be used with the output of os.fstat() as well as os.stat() and os.lstat().
* Fix availability declaration for stat module; report by Barry ScottFred Drake1999-04-131-1/+1
| | | | <barry@scottb.demon.co.uk>.
* Removed bosities around example code; not sure where that stuff creptFred Drake1999-04-051-9/+2
| | | | in!
* "\platform{UNIX}" should really be spelled "\platform{Unix}".Fred Drake1999-03-021-1/+1
|
* Added \platform annotations.Fred Drake1999-03-021-6/+14
|
* New section header style.Fred Drake1998-08-101-8/+10
| | | | Fix up a few synopses.
* Shorten the module synopsis.Fred Drake1998-08-061-1/+1
|
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+5
|
* Correct definition of CTIME.Guido van Rossum1998-04-081-1/+1
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Remove obsolete lines like this:Fred Drake1998-04-041-1/+0
| | | | | | | | \setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-3/+3
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Add S_ISBLK().Guido van Rossum1998-01-291-1/+5
|
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-5/+6
| | | | | | | | | Added a \label{} for the module. Fixed one minor grammatical nit: use plural pronoun to refer to a pair of referents. Include "()" when naming functions in the text.
* AMK's megapatch:Guido van Rossum1997-07-171-2/+2
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Docs for stat.py -- docs by Skip Montanaro.Guido van Rossum1996-12-191-0/+106