1. 13 Feb, 1998 6 commits
    • Fred Drake's avatar
      Remove all \bcode / \ecode cruft; this is no longer needed. See previous · 816cbabd
      Fred Drake authored
      checkin of myformat.sty.
      
      Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}"
      everywhere.
      
      Some other minor nits that I happened to come across.
      816cbabd
    • Fred Drake's avatar
      Lots of stuff: · b959b832
      Fred Drake authored
      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.
      b959b832
    • Fred Drake's avatar
      parse_line(): Strip whitespace from the module name. · eed3b7d7
      Fred Drake authored
      main():  Include a comma between the module name and page number, to make
      	 the generated index more like the "standard" generated index.
      eed3b7d7
    • Fred Drake's avatar
      729225b2
    • Fred Drake's avatar
    • Guido van Rossum's avatar
      Fix a horrible race condition -- various routines were storing the · 6a2b2c39
      Guido van Rossum authored
      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.
      6a2b2c39
  2. 12 Feb, 1998 15 commits
  3. 11 Feb, 1998 19 commits