Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -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 library | Fred Drake | 2001-01-11 | 1 | -5/+5 |
| | | | | reference. | ||||
* | SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and | Eric S. Raymond | 2001-01-10 | 1 | -1/+12 |
| | | | | additions to library docs.# | ||||
* | Change the directory tree walking example to use clearer variable | Guido van Rossum | 1999-08-03 | 1 | -11/+14 |
| | | | | names, some suggested by Joe Ellsworth. | ||||
* | Patch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(), | Fred Drake | 1999-04-23 | 1 | -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 Drake | 1999-04-22 | 1 | -1/+0 |
| | |||||
* | Don't refer to the system documentation as "man pages"; too | Fred Drake | 1999-04-22 | 1 | -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 Scott | Fred Drake | 1999-04-13 | 1 | -1/+1 |
| | | | | <barry@scottb.demon.co.uk>. | ||||
* | Removed bosities around example code; not sure where that stuff crept | Fred Drake | 1999-04-05 | 1 | -9/+2 |
| | | | | in! | ||||
* | "\platform{UNIX}" should really be spelled "\platform{Unix}". | Fred Drake | 1999-03-02 | 1 | -1/+1 |
| | |||||
* | Added \platform annotations. | Fred Drake | 1999-03-02 | 1 | -6/+14 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -8/+10 |
| | | | | Fix up a few synopses. | ||||
* | Shorten the module synopsis. | Fred Drake | 1998-08-06 | 1 | -1/+1 |
| | |||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+5 |
| | |||||
* | Correct definition of CTIME. | Guido van Rossum | 1998-04-08 | 1 | -1/+1 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Remove obsolete lines like this: | Fred Drake | 1998-04-04 | 1 | -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 previous | Fred Drake | 1998-02-13 | 1 | -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 Rossum | 1998-01-29 | 1 | -1/+5 |
| | |||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 1 | -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 Rossum | 1997-07-17 | 1 | -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 Rossum | 1996-12-19 | 1 | -0/+106 |