- 12 Feb, 1998 6 commits
-
-
Barry Warsaw authored
over and around triple-quoted strings: - move the beginning-of-line to above the p-p-s call - in the `t' clause of the big cond, where we skip over triple-quoted strings, first find out if we're looking at a single or TQS, then skip over it in one fell swoop, instead of trying to loop over skipage of SQS's. (py-parse-state): Implement XEmacs only hack to more accurately figure out whether we're in a string or not. Can't do this in Emacs because it lacks the necessary primitive, so we just do it the old (and mostly accurate, but foolable) way for Emacs.
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
In IMPORT_NAME description: "is not affect:" --> "is not affected:"
-
Fred Drake authored
Use new \release{}; this is now separate from \date{}. Use \email{} instead of \code{} for email addresses.
-
Fred Drake authored
-
- 11 Feb, 1998 26 commits
-
-
Fred Drake authored
\file{}: Use a sans-serif font for the filename itself. Use the fncychap.sty package for fancy chapter headings. Replace the \maketitle command with our own format. This is new, but it looks a lot better than the old one. Use \renewcommand instead of \def when extending or overriding standard LaTeX commands. This makes it more LaTeX-like.
-
Fred Drake authored
permission to distribute this without modifications. This is the latest version, directly from Ulf. CTAN:macros/latex/contrib/supported/fncychap/
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
\nodename macro for a section with a very underscriptive title.
-
Guido van Rossum authored
-
Guido van Rossum authored
modules symbol and token.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
numbers "A.0.#". Fixed.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
find_byrgb(): Changed name, interface (takes a tuple), and return value find_byname(): lowercase color name
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Fred Drake authored
files.
-
Fred Drake authored
-
Guido van Rossum authored
pass it the true file. This is used to set __file__ properly, instead of believing what the code object carries with it. (If the pointer is NULL, the code object's co_filename is still used.)
-
Guido van Rossum authored
it the true file.
-
- 10 Feb, 1998 4 commits
-
-
Fred Drake authored
$STRIP_INDEX_TT: New flag. If set, the <tt>...</tt> around stuff in the index is dropped. This is more O'Reilly-like. &make_str_index_entry: Honor $STRIP_INDEX_TT. &make_mod_index_entry: Honor $STRIP_INDEX_TT.
-
Fred Drake authored
-
Fred Drake authored
-
Barry Warsaw authored
-
- 09 Feb, 1998 4 commits
-
-
Fred Drake authored
-
Fred Drake authored
"""Combine similar index entries into an entry and subentries. For example: \item {foobar} (in module flotz), 23 \item {foobar} (in module whackit), 4323 becomes \item {foobar} \subitem in module flotz, 23 \subitem in module whackit, 4323 Note that an item which matches the format of a collapsable item but which isn't part of a group of similar items is not modified. """ This results in a much more readable index, with less repitition of text; especially for common method names.
-
Fred Drake authored
-
Fred Drake authored
-