1. 23 Ara, 2009 1 kayıt (commit)
  2. 22 Ara, 2009 1 kayıt (commit)
  3. 21 Ara, 2009 2 kayıt (commit)
  4. 20 Ara, 2009 2 kayıt (commit)
    • R. David Murray's avatar
      Merged revisions 76934-76935 via svnmerge from · 445448ca
      R. David Murray yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76934 | r.david.murray | 2009-12-20 11:24:46 -0500 (Sun, 20 Dec 2009) | 2 lines
      
        Fix comment typo.
      ........
        r76935 | r.david.murray | 2009-12-20 11:46:06 -0500 (Sun, 20 Dec 2009) | 10 lines
      
        Issue #7376: When called with no arguments doctest was running a
        self-test.  Because of a change to the way tracebacks are printed,
        this self-test was failing.  The test is run (and passes) during normal
        regression testing.  So instead of running the failing self-test this
        patch makes doctest emit a usage message.  This is better behavior anyway
        since passing in arguments is the real reason to run doctest as a command.
      
        Bug discovery and initial patch by Florent Xicluna.
      ........
      445448ca
    • Senthil Kumaran's avatar
      Merged revisions 76908 via svnmerge from · 47fff870
      Senthil Kumaran yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76908 | senthil.kumaran | 2009-12-20 11:35:13 +0530 (Sun, 20 Dec 2009) | 4 lines
      
        Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth
        Refactored HTTPHandler tests and added testcase for proxy authorization.
      ........
      47fff870
  5. 19 Ara, 2009 1 kayıt (commit)
  6. 16 Ara, 2009 2 kayıt (commit)
  7. 14 Ara, 2009 3 kayıt (commit)
  8. 13 Ara, 2009 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 76805 via svnmerge from · bf5ff765
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76805 | benjamin.peterson | 2009-12-13 13:19:07 -0600 (Sun, 13 Dec 2009) | 7 lines
      
        accept None as the same as having passed no argument in file types #7349
      
        This is for consistency with imitation file objects like StringIO and BytesIO.
      
        This commit also adds a few tests, where they were lacking for concerned
        methods.
      ........
      bf5ff765
    • Lars Gustäbel's avatar
      Merged revisions 76780 via svnmerge from · 365aff3a
      Lars Gustäbel yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76780 | lars.gustaebel | 2009-12-13 12:32:27 +0100 (Sun, 13 Dec 2009) | 21 lines
      
        Issue #7357: No longer suppress fatal extraction errors by
        default.
      
        TarFile's errorlevel argument controls how errors are
        handled that occur during extraction. There are three
        possible levels 0, 1 and 2. If errorlevel is set to 1 or 2
        fatal errors (e.g. a full filesystem) are raised as
        exceptions. If it is set to 0, which is the default value,
        extraction errors are suppressed, and error messages are
        written to the debug log instead. But, if the debug log is
        not activated, which is the default as well, all these
        errors go unnoticed.
      
        The original intention was to imitate GNU tar which tries
        to extract as many members as possible instead of stopping
        on the first error. It turns out that this is no good
        default behaviour for a tar library. This patch simply
        changes the default value for the errorlevel argument from
        0 to 1, so that fatal extraction errors are raised as
        EnvironmentError exceptions.
      ........
      365aff3a
  9. 12 Ara, 2009 1 kayıt (commit)
  10. 11 Ara, 2009 1 kayıt (commit)
  11. 10 Ara, 2009 3 kayıt (commit)
  12. 08 Ara, 2009 3 kayıt (commit)
  13. 06 Ara, 2009 2 kayıt (commit)
  14. 04 Ara, 2009 2 kayıt (commit)
  15. 03 Ara, 2009 4 kayıt (commit)
  16. 02 Ara, 2009 1 kayıt (commit)
  17. 01 Ara, 2009 1 kayıt (commit)
  18. 30 Kas, 2009 1 kayıt (commit)
  19. 29 Kas, 2009 1 kayıt (commit)
  20. 28 Kas, 2009 2 kayıt (commit)
  21. 27 Kas, 2009 4 kayıt (commit)