1. 18 Mar, 1999 6 kayıt (commit)
    • Fred Drake's avatar
      03dffcce
    • Fred Drake's avatar
      Add some (commented out) macros to change the page size to the size of · 9466b9a1
      Fred Drake yazdı
      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.
      9466b9a1
    • Fred Drake's avatar
      Documented FTP.set_pasv(). · 59676677
      Fred Drake yazdı
      59676677
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · f3963b12
      Guido van Rossum yazdı
      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.
      f3963b12
    • Fred Drake's avatar
      Make this simpler; don't care about the paper size. Require that the · e3fd1064
      Fred Drake yazdı
      files exist in the current directory.
      
      Add "Documenting Python" to the list of documents listed.
      e3fd1064
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · a0fec163
      Guido van Rossum yazdı
      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.
      a0fec163
  2. 17 Mar, 1999 8 kayıt (commit)
  3. 16 Mar, 1999 8 kayıt (commit)
  4. 15 Mar, 1999 7 kayıt (commit)
  5. 13 Mar, 1999 1 kayıt (commit)
  6. 12 Mar, 1999 10 kayıt (commit)