summaryrefslogtreecommitdiffstats
path: root/Doc/libparser.tex
Commit message (Collapse)AuthorAgeFilesLines
* Minor nits.Fred Drake1998-04-031-22/+24
| | | | Index entry.
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-3/+3
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Nits.Fred Drake1998-03-081-4/+8
|
* Clean up some stuff in the {seealso} at the end. This avoids a little nitFred Drake1998-02-231-5/+5
| | | | (which causes processing to fail) when using the LaTeX hyperref package.
* Added \label{}s for logical addressing.Fred Drake1998-02-201-0/+5
|
* Separate the parse, symbol, and token documentation into separate files.Fred Drake1998-02-181-69/+2
|
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-25/+25
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Add some index entries; switch to logical markup.Fred Drake1998-02-091-97/+100
|
* Added \label{} to allow module references.Fred Drake1998-01-091-4/+23
| | | | Added some seealso sections.
* Removed leading comment about this being "introductory" documentation;Fred Drake1997-11-251-2/+6
| | | | | | | | compared to most, I'd say this section is fairly thorough. Fixed \indexsubitem definitions for symbol and token module sub-documents. Perhaps these should be moved to their own files, but they're awefully small.
* Minor nits (Lib/token.py is a file, token is a module...).Fred Drake1997-10-061-2/+52
| | | | Added docs for symbol and token modules at the end.
* AMK's megapatch:Guido van Rossum1997-07-171-36/+36
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* (libparser.tex): Fix typo found by Mark Hammond.Fred Drake1997-01-221-1/+1
|
* (lib<all sorts of stuff>.tex):Fred Drake1996-12-131-0/+1
| | | | | Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama.
* (libparser.tex): Added note that the line number for a terminal tokenFred Drake1996-12-051-2/+3
| | | | | | indicates the line on which the token ends rather than starts (a side effect of interpreting the parse tree nodes directly). Maybe I'll fix this for Python 2.0.
* (libparser.tex): Revised parser module documentation; improved logicalFred Drake1996-09-111-129/+155
| | | | organization.
* Final set of changes by Fred before 1.4beta3Guido van Rossum1996-08-261-29/+223
|
* New batch from FredGuido van Rossum1996-08-211-59/+306
|
* Minute changes by Fred DrakeGuido van Rossum1996-07-211-40/+2
|
* Fred Drake's parser moduleGuido van Rossum1995-10-111-0/+250