1. 18 Mar, 1999 3 commits
    • 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 13 commits