Fred Drake
cce1090d49
Change "\," to just "," in function signatures. This is easier to maintain,
...
works better with LaTeX2HTML, and allows some simplification of the python.sty
macros.
1998-03-17 06:33:25 +00:00
Fred Drake
cc444e39e5
Nits.
1998-03-08 06:47:24 +00:00
Fred Drake
78f6aac73e
Clean up some stuff in the {seealso} at the end. This avoids a little nit
...
(which causes processing to fail) when using the LaTeX hyperref package.
1998-02-23 21:31:24 +00:00
Fred Drake
d67e12e65c
Added \label{}s for logical addressing.
1998-02-20 05:49:37 +00:00
Fred Drake
b0df567897
Separate the parse, symbol, and token documentation into separate files.
1998-02-18 15:59:13 +00:00
Fred Drake
1947991c2f
Remove all \bcode / \ecode cruft; this is no longer needed. See previous
...
checkin of myformat.sty.
Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}"
everywhere.
Some other minor nits that I happened to come across.
1998-02-13 06:58:54 +00:00
Fred Drake
88223904c8
Add some index entries; switch to logical markup.
1998-02-09 20:52:48 +00:00
Fred Drake
bbe6068de0
Added \label{} to allow module references.
...
Added some seealso sections.
1998-01-09 22:24:14 +00:00
Fred Drake
e624e0f99e
Removed leading comment about this being "introductory" documentation;
...
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.
1997-11-25 04:04:00 +00:00
Fred Drake
e061a51de1
Minor nits (Lib/token.py is a file, token is a module...).
...
Added docs for symbol and token modules at the end.
1997-10-06 21:40:20 +00:00
Guido van Rossum
e47da0ae04
AMK's megapatch:
...
* \bcode, \ecode added everywhere
* \label{module-foo} added everywhere
* A few \seealso sections added.
* Indentation fixed inside verbatim in lib*tex files
1997-07-17 16:34:52 +00:00
Fred Drake
43d287ad73
(libparser.tex): Fix typo found by Mark Hammond.
1997-01-22 14:25:21 +00:00
Fred Drake
4b3f0312c9
(lib<all sorts of stuff>.tex):
...
Merged in many typo corrections and fixes to support GNU info
processing; submitted by Tamito Kajiyama.
1996-12-13 22:04:31 +00:00
Fred Drake
9abe64a395
(libparser.tex): Added note that the line number for a terminal token
...
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.
1996-12-05 22:28:43 +00:00
Fred Drake
4b7d5a49ab
(libparser.tex): Revised parser module documentation; improved logical
...
organization.
1996-09-11 21:57:40 +00:00
Guido van Rossum
8206fb9c4c
Final set of changes by Fred before 1.4beta3
1996-08-26 00:33:29 +00:00
Guido van Rossum
4747887880
New batch from Fred
1996-08-21 14:32:37 +00:00
Guido van Rossum
ed43073e00
Minute changes by Fred Drake
1996-07-21 02:21:31 +00:00
Guido van Rossum
4b73a06e92
Fred Drake's parser module
1995-10-11 17:30:04 +00:00