1. 27 Agu, 2001 1 kayıt (commit)
  2. 24 Agu, 2001 1 kayıt (commit)
  3. 11 Agu, 2001 1 kayıt (commit)
  4. 09 Agu, 2001 1 kayıt (commit)
  5. 07 Agu, 2001 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Fix SF bug [ #447370 ] typo in urllib2.py · 54e99e8b
      Jeremy Hylton yazdı
      Also fix another bug caught by pychecker-- HTTPError() raised when
      redirect limit exceed did not pass an fp object.  Had to change method
      to keep fp object around until it's certain that the error won't be
      raised.
      
      Remove useless line in do_proxy().
      54e99e8b
  6. 02 Agu, 2001 1 kayıt (commit)
  7. 04 Tem, 2001 1 kayıt (commit)
  8. 09 May, 2001 1 kayıt (commit)
  9. 15 Nis, 2001 1 kayıt (commit)
  10. 11 Nis, 2001 1 kayıt (commit)
  11. 20 Mar, 2001 1 kayıt (commit)
  12. 16 Mar, 2001 1 kayıt (commit)
  13. 01 Mar, 2001 1 kayıt (commit)
  14. 09 Şub, 2001 1 kayıt (commit)
  15. 15 Ock, 2001 1 kayıt (commit)
  16. 12 Eki, 2000 1 kayıt (commit)
    • Jeremy Hylton's avatar
      two fixes for redirects: · 73574eef
      Jeremy Hylton yazdı
          - don't close the fp, since that appears to also close the socket
          - join the original url with the redirect reponse to deal with
            relative redirect URL
      
      wrap two socket ops in try/except to turn them into URLErrors, so that
      client code need only catch one exception.
      
      in HTTPError.__del__ only close fp if fp is not None
      
      style changes:
          - use f(*args) instead of apply(f, args)
          - use __super_init instead of super.__init__(self, ...)
      73574eef
  17. 16 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 7e474022
      Thomas Wouters yazdı
      comments, docstrings or error messages. I fixed two minor things in
      test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
      
      There is a minor style issue involved: Guido seems to have preferred English
      grammar (behaviour, honour) in a couple places. This patch changes that to
      American, which is the more prominent style in the source. I prefer English
      myself, so if English is preferred, I'd be happy to supply a patch myself ;)
      7e474022
  18. 28 Haz, 2000 1 kayıt (commit)
  19. 10 Şub, 2000 1 kayıt (commit)
  20. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      The third and final doc-string sweep by Ka-Ping Yee. · e7b146fb
      Guido van Rossum yazdı
      The attached patches update the standard library so that all modules
      have docstrings beginning with one-line summaries.
      
      A new docstring was added to formatter.  The docstring for os.py
      was updated to mention nt, os2, ce in addition to posix, dos, mac.
      e7b146fb
  21. 20 Ock, 2000 1 kayıt (commit)
    • Jeremy Hylton's avatar
      EXPERIMENTAL · 6d7e47b8
      Jeremy Hylton yazdı
      An extensible library for opening URLs using a variety protocols.
      Intended as a replacement for urllib.
      6d7e47b8