1. 01 Sep, 2010 1 commit
  2. 31 Aug, 2010 1 commit
  3. 30 Aug, 2010 4 commits
  4. 28 Aug, 2010 2 commits
  5. 26 Aug, 2010 1 commit
  6. 25 Aug, 2010 2 commits
  7. 24 Aug, 2010 1 commit
  8. 23 Aug, 2010 2 commits
  9. 22 Aug, 2010 2 commits
  10. 21 Aug, 2010 2 commits
  11. 20 Aug, 2010 1 commit
  12. 19 Aug, 2010 6 commits
  13. 18 Aug, 2010 2 commits
  14. 17 Aug, 2010 6 commits
  15. 16 Aug, 2010 4 commits
    • Florent Xicluna's avatar
      Merged revisions 81214,82302,82465,83090-83091,84097,84099 via svnmerge from · 2760a66b
      Florent Xicluna authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r81214 | brett.cannon | 2010-05-16 00:20:16 +0200 (dim., 16 mai 2010) | 2 lines
      
        A test was not guaranteeing cleanup in the face of an exception.
      ................
        r82302 | benjamin.peterson | 2010-06-28 00:37:28 +0200 (lun., 28 juin 2010) | 15 lines
      
        Merged revisions 81380 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81380 | brett.cannon | 2010-05-20 13:37:55 -0500 (Thu, 20 May 2010) | 8 lines
      
          Turned out that if you used explicit relative import syntax
          (e.g. from .os import sep) and it failed, import would still try the implicit
          relative import semantics of an absolute import (from os import sep). That's
          not right, so when level is negative, only do explicit relative import
          semantics.
      
          Fixes issue #7902. Thanks to Meador Inge for the patch.
        ........
      ................
        r82465 | brett.cannon | 2010-07-03 03:32:48 +0200 (sam., 03 juil. 2010) | 3 lines
      
        Make test_import a little bit more robust for cleaning up after itself in the
        face of a failure.
      ................
        r83090 | brett.cannon | 2010-07-23 16:03:16 +0200 (ven., 23 juil. 2010) | 4 lines
      
        Explicitly test relative imports by reusing importlib tests.
      
        Closes issue 8392. Thanks Virgil Dupras for the initial patch.
      ................
        r83091 | brett.cannon | 2010-07-23 16:45:19 +0200 (ven., 23 juil. 2010) | 1 line
      
        Stop shadowing a test class.
      ................
        r84097 | florent.xicluna | 2010-08-16 20:41:19 +0200 (lun., 16 août 2010) | 1 line
      
        Use test.support and unittest features.  Fix duplicated test (bad merge in r79033).  Fix comment for issue #7902.
      ................
        r84099 | florent.xicluna | 2010-08-16 21:03:05 +0200 (lun., 16 août 2010) | 1 line
      
        I get it wrong in r84097: s/relative/absolute/
      ................
      2760a66b
    • Alexander Belopolsky's avatar
      Merged revisions 84106 via svnmerge from · 102594f7
      Alexander Belopolsky authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84106 | alexander.belopolsky | 2010-08-16 16:17:07 -0400 (Mon, 16 Aug 2010) | 1 line
      
        Issue #8983: Corrected docstrings.
      ........
      102594f7
    • Alexander Belopolsky's avatar
      Merged revisions 84098 via svnmerge from · 7a9bdbc1
      Alexander Belopolsky authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84098 | alexander.belopolsky | 2010-08-16 14:55:46 -0400 (Mon, 16 Aug 2010) | 4 lines
      
        Issue #665761: functools.reduce() will no longer mask exceptions other
        than TypeError raised by the iterator argument.  Also added a test to
        check that zip() already behaves similarly.
      ........
      7a9bdbc1
    • Giampaolo Rodolà's avatar
      Merged revisions 84089 via svnmerge from · 5b37ce64
      Giampaolo Rodolà authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84089 | giampaolo.rodola | 2010-08-16 07:08:11 +0200 (lun, 16 ago 2010) | 1 line
      
        fix getaddrinfo test failure on OSX caused by AI_CANNAME erroneously used as the value for 'proto'
      ........
      5b37ce64
  16. 15 Aug, 2010 3 commits