summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Lots of stuff:Fred Drake1998-02-131-71/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle most (all?) of the page style / numbering magic here so the documents don't have to do it individually. Revise the \bcode / \ecode stuff so that the {verbatim} environment handles it right directly. \bcode / \ecode will be completely removed from all files (to be checked in momentarily). Have the {verbatim} environment get the samples indented a bit; this appearantly had been attempted in the old code, but didn't work because paragraphs weren't indented. Make all headers, from chapters on down to subparagraphs, have sans-serif titles. \setindexsubitem{}: New macro. Replaces \renewcommand{\indexsubitem{}(...)} everywhere. This allows LaTeX2HTML to be made to work correctly for this. That was near impossible with the old mechanisms. For all {*desc} environments, make the name of the described thing bold as well as monospaced. {opcodedesc} environment: Don't index the byte code names; that doesn't seem terribly useful, and there are a lot of them. \var{}: More magic to make sure that the size is right even if embedded in \file{} or some other macro that uses the sans-serif font in running text. \bfcode{}: New macro. Makes the font \code{} and bold. (Was unreasonable using old LaTeX 2.09.) \file{}: Adjust the size of the sans-serif font a little. \email{}, \url{}, Make these use the same font as \file{}, but not the surrounding single-quotes. Update many comments. Lots of minor nits and a little cleanliness.
* parse_line(): Strip whitespace from the module name.Fred Drake1998-02-132-6/+4
| | | | | main(): Include a comma between the module name and page number, to make the generated index more like the "standard" generated index.
* Fixed typo in docstring: "__ version__" --> "__version__"Fred Drake1998-02-131-1/+1
|
* Clean up some of the definitions related to info generation.Fred Drake1998-02-131-4/+8
|
* Fix a horrible race condition -- various routines were storing theGuido van Rossum1998-02-131-9/+7
| | | | | | | | | | | most recently opened URL in self.openedurl of the URLopener instance. This doesn't really work if multiple threads share the same opener instance! Fix: openedurl was actually simply the type prefix (e.g. "http:") followed by the rest of the URL; since the rest of the URL is available and the type is effectively determined by where you are in the code, I can reconstruct the full URL easily, e.g. "http:" + url.
* "ASCII" --> "\ASCII{}"Fred Drake1998-02-122-6/+6
|
* Added tarpdf target.Fred Drake1998-02-121-11/+22
| | | | | | | Don't remove *.texi & *.info for clean; only for clobber. Don't remake tarballs if not needed (PDF & PS only). HTML tarball is still painful.
* Reorganized a bit. No changed content.Fred Drake1998-02-122-1248/+1234
| | | | Guido, please take a look at new structure, at least the ToC.
* For sections describing the "Foo Protocol", consistently use the capitalizedFred Drake1998-02-122-4/+4
| | | | "Protocol" and not "protocol".
* Py_Exit(status) calls exit(status), not exit(0).Fred Drake1998-02-122-2/+2
|
* fixed initial colorBarry Warsaw1998-02-121-1/+1
|
* typoBarry Warsaw1998-02-121-1/+1
|
* Added color strip widgetsBarry Warsaw1998-02-121-3/+45
|
* Initial revisionBarry Warsaw1998-02-121-0/+135
|
* (py-compute-indentation): Several changes made to improve navigationBarry Warsaw1998-02-121-14/+33
| | | | | | | | | | | | | | | | 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.
* Correct description of BUILD_SLICE.Guido van Rossum1998-02-122-8/+8
|
* Comment out the times package in the distributed version.Fred Drake1998-02-121-1/+1
|
* Mark opcode arguments \var{} in the running text.Fred Drake1998-02-122-22/+22
| | | | In IMPORT_NAME description: "is not affect:" --> "is not affected:"
* Use new \authoraddress{}; author's name and address are now separate.Fred Drake1998-02-122-8/+12
| | | | | | Use new \release{}; this is now separate from \date{}. Use \email{} instead of \code{} for email addresses.
* Remove second index entry for UserList.Fred Drake1998-02-122-2/+0
|
* \rfcindex{}: Removed; no longer needed.Fred Drake1998-02-111-21/+136
| | | | | | | | | | | | \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.
* New file. Written by Ulf A. Lindgren <lindgren@ae.chalmers.se>; we haveFred Drake1998-02-112-0/+860
| | | | | | | permission to distribute this without modifications. This is the latest version, directly from Ulf. CTAN:macros/latex/contrib/supported/fncychap/
* Added \nodename; added index entry for UserList.Guido van Rossum1998-02-112-0/+4
|
* Added entries for stat, commands modules.Guido van Rossum1998-02-112-0/+14
|
* Added entries for re, soundex modules.Guido van Rossum1998-02-112-0/+12
|
* Some subtleties suggested by Tamito Kajiyama, including an addedGuido van Rossum1998-02-112-4/+6
| | | | \nodename macro for a section with a very underscriptive title.
* Turn the space in [\^ ...] into a hard space: [\^\ ...].Guido van Rossum1998-02-112-2/+2
|
* Split UserDict and UserList on two separate lines; added entries forGuido van Rossum1998-02-112-2/+16
| | | | modules symbol and token.
* Don't break a long line at an unpleasant point.Guido van Rossum1998-02-112-4/+2
|
* Added missing entry for cmath.Guido van Rossum1998-02-112-0/+6
|
* Replace $math$ with \code{}.Guido van Rossum1998-02-112-2/+2
|
* Swap ni and imp (so they are in the same order as their sections are).Guido van Rossum1998-02-112-6/+6
|
* Remove a spurious space from the title.Guido van Rossum1998-02-112-2/+2
|
* "lists objects" --> "list objects" (Section "More on Lists".)Fred Drake1998-02-112-2/+2
|
* In the appendix, all sections were marked as subsections, and so had sectionFred Drake1998-02-112-8/+8
| | | | numbers "A.0.#". Fixed.
* Better conversion of command line given initial colorBarry Warsaw1998-02-111-3/+18
|
* new interface to find_byname()Barry Warsaw1998-02-111-1/+1
|
* __init__(): simplify, use tuple as key to __byrgb, lowercase __byname key.Barry Warsaw1998-02-111-22/+22
| | | | | | | find_byrgb(): Changed name, interface (takes a tuple), and return value find_byname(): lowercase color name
* Better dimensionsBarry Warsaw1998-02-111-2/+2
|
* Interface changes, delegate chaining, type in widget additionBarry Warsaw1998-02-111-13/+37
|
* Simplification of conversion routinesBarry Warsaw1998-02-111-22/+21
|
* #Layout looks good, as does validation, and delegate chainingBarry Warsaw1998-02-111-29/+44
|
* Add copyright.tex and boilerplate.tex to the common dependencies for .dviFred Drake1998-02-111-1/+3
| | | | files.
* Mark the URL "ftp://ftp.python.org" with \url{}.Fred Drake1998-02-112-2/+2
|
* Added PyImport_ExecCodeModuleEx(), which adds an extra parameter toGuido van Rossum1998-02-111-5/+25
| | | | | | 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.)
* Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to passGuido van Rossum1998-02-111-0/+2
| | | | it the true file.
* &do_cmd_rfc: New function. Handles \rfc{}.Fred Drake1998-02-101-7/+41
| | | | | | | | | $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.
* Removed all references to the \rfcindex{} macro; now only \rfc{} is used.Fred Drake1998-02-1012-70/+64
|
* Minor performance nits.Fred Drake1998-02-102-32/+36
|
* Initial revisionBarry Warsaw1998-02-101-0/+90
|