1. 18 Mar, 1999 6 commits
    • Fred Drake's avatar
      LaTeX2HTML support for the ltxmarkup package. · e1c570e0
      Fred Drake authored
      e1c570e0
    • Fred Drake's avatar
      Add some (commented out) macros to change the page size to the size of · c840053b
      Fred Drake authored
      typical published manuals, so people can more easily see what they're
      really asking for.  ;-)
      
      Revise the verbatim environment: simple implementation, but more
      compatible if a document also add \usepackage{verbatim} at the
      beginning.
      
      Declare \modindex, \bimodindex, \exmodindex, and \stmodindex
      obsolete.  These still work just fine, but \declaremodule should be
      used instead.  The obsolete macros will print a warning on standard
      out.
      c840053b
    • Fred Drake's avatar
      Documented FTP.set_pasv(). · 48e399f5
      Fred Drake authored
      48e399f5
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · 94eaaa00
      Guido van Rossum authored
      If a filename on Windows starts with \\, it is converted to a URL
      which starts with ////.  If this URL is passed to urlparse.urlparse
      you get a path that starts with // (and an empty netloc).  If you pass
      the result back to urlparse.urlunparse, you get a URL that starts with
      //, which is parsed differently by urlparse.urlparse.  The fix is to
      add the (empty) netloc with accompanying slashes if the path in
      urlunparse starts with //.  Do this for all schemes that use a netloc.
      94eaaa00
    • Fred Drake's avatar
      Make this simpler; don't care about the paper size. Require that the · ab5b8bcc
      Fred Drake authored
      files exist in the current directory.
      
      Add "Documenting Python" to the list of documents listed.
      ab5b8bcc
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · fe47c7db
      Guido van Rossum authored
      Pathnames of files on other hosts in the same domain
      (\\host\path\to\file) are not translated correctly to URLs and back.
      The URL should be something like file:////host/path/to/file.
      Note that a combination of drive letter and remote host is not
      possible.
      fe47c7db
  2. 17 Mar, 1999 8 commits
  3. 16 Mar, 1999 8 commits
  4. 15 Mar, 1999 7 commits
  5. 13 Mar, 1999 1 commit
  6. 12 Mar, 1999 10 commits