summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libparser.tex
Commit message (Collapse)AuthorAgeFilesLines
* "boolean" --> "Boolean" (per the style guide).Fred Drake2001-10-011-1/+1
|
* Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.Ka-Ping Yee2001-01-241-2/+2
| | | | Switch from octal escapes to hex escapes for other nonprintable characters.
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-2/+2
| | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
* Fix references to the built-in compile() that don't include theFred Drake2000-05-091-10/+10
| | | | filename parameter. Noted by Randall Hopper <aa8vb@yahoo.com>.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-15/+9
| | | | (Very rough.)
* Use \citetitle and \programopt as appropriate.Fred Drake1999-11-101-17/+17
|
* Name the parameter to expr() and suite() "source" instead of "string".Fred Drake1999-09-091-6/+6
|
* Markup nits.Fred Drake1999-08-021-40/+33
| | | | | Adjust examples to use the object interface instead of the function interface.
* Move the "See also:" section so it appears are part of the top HTMLFred Drake1999-05-111-10/+8
| | | | page of the section.
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-4/+4
|
* Use more current approach to recording authors.Fred Drake1999-02-191-6/+3
|
* New section header style.Fred Drake1998-08-101-3/+5
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+5
|
* No more threats, just list the new methods under "AST Objects".Fred Drake1998-04-131-2/+24
|
* Add a note that pickling is supported.Fred Drake1998-04-131-0/+2
|
* Work around a small (& annoying) limitation of the latex2html support forFred Drake1998-04-091-5/+4
| | | | | \seemodule. This is far easier than figuring out the real problem, but it works.
* Move a short paragraph outside the description of ASTType.Fred Drake1998-04-051-3/+3
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-2/+2
|
* 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