summaryrefslogtreecommitdiffstats
path: root/Doc/libglob.tex
Commit message (Collapse)AuthorAgeFilesLines
* Don't assume that \version expands to the 3-character major.minor number; itFred Drake1998-04-091-1/+1
| | | | is the full release version name ("1.5.1beta1", for instance).
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Consistency: Don't use module name when referring to functions definedFred Drake1998-04-031-2/+1
| | | | in the same module.
* In the example file name, use the current Python version, not a hardcodedFred Drake1998-02-161-7/+7
| | | | | | value. Use logical markup.
* 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.
* Changed some \verb\...\ markup to the more common \code{...}. \verb\...\ isFred Drake1997-12-291-2/+2
| | | | | rarely needed and should be avoided where possible since it doesn't behave well with some processing tools (like partparse.py).
* AMK's megapatch:Guido van Rossum1997-07-171-2/+3
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Added docs for globGuido van Rossum1997-03-251-0/+35