1. 01 Aug, 2010 5 commits
    • Ronald Oussoren's avatar
      A raise of unittest.SkipTest leaked through in the backport for issue7900, · 1fa5e059
      Ronald Oussoren authored
      and that causes test failes on some platforms.
      1fa5e059
    • Antoine Pitrou's avatar
      Blocked revisions 83412 via svnmerge · 9e291fae
      Antoine Pitrou authored
      ................
        r83412 | antoine.pitrou | 2010-08-01 18:57:17 +0200 (dim., 01 août 2010) | 10 lines
      
        Merged revisions 83411 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
        ........
          r83411 | antoine.pitrou | 2010-08-01 18:53:42 +0200 (dim., 01 août 2010) | 4 lines
      
          Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when
          re-initializing a buffered IO object by calling its `__init__` method.
        ........
      ................
      9e291fae
    • R. David Murray's avatar
      Merged revisions 83381 via svnmerge from · 0d023db3
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/release27-maint
      
      ................
        r83381 | r.david.murray | 2010-08-01 00:04:03 -0400 (Sun, 01 Aug 2010) | 23 lines
      
        Merged revisions 83380 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
        ........
          r83380 | r.david.murray | 2010-07-31 23:31:09 -0400 (Sat, 31 Jul 2010) | 17 lines
      
          #8620: Cmd no longer truncates last character if stdin ends without newline
      
          Cmd used to blindly chop off the last character of every input line.  If
          the input reached EOF and there was no final new line, it would truncate
          the last character of the last command.  This fix instead strips trailing
          \r\n from the input lines.  While this is a small behavior change, it
          should not break any working code, since feeding a '\r\n' terminated
          file to Cmd would previously leave the \r's on the lines, resulting
          in failed command execution.
      
          I wrote the unit test in preparation for a PyOhio TeachMe session
          run by Catherine Devlin, and we can thank Catherine and the PyOhio
          session attendees for the fix.  I've added Catherine to the Acks file
          for organizing and leading the TeachMe session, out of which we will
          hopefully get some new contributors.
        ........
      ................
      0d023db3
    • R. David Murray's avatar
      Merged revisions 75659 via svnmerge from · 2b112a6b
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      Only the try/except was backported; owner and group were added in 2.7,
      as was the test file.
      
      ........
        r75659 | tarek.ziade | 2009-10-24 09:29:44 -0400 (Sat, 24 Oct 2009) | 1 line
      
        #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd
      ........
      2b112a6b
    • R. David Murray's avatar
      Unblocked revisions 75659 via svnmerge · 1d978df3
      R. David Murray authored
      ........
        r75659 | tarek.ziade | 2009-10-24 09:29:44 -0400 (Sat, 24 Oct 2009) | 1 line
      
        #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd
      ........
      1d978df3
  2. 31 Jul, 2010 1 commit
  3. 29 Jul, 2010 1 commit
  4. 28 Jul, 2010 2 commits
  5. 27 Jul, 2010 1 commit
    • Ezio Melotti's avatar
      Blocked revisions 83192 via svnmerge · 7e384677
      Ezio Melotti authored
      ................
        r83192 | ezio.melotti | 2010-07-28 02:45:05 +0300 (Wed, 28 Jul 2010) | 13 lines
      
        Merged revisions 83183,83186 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
        ........
          r83183 | ezio.melotti | 2010-07-28 01:03:33 +0300 (Wed, 28 Jul 2010) | 1 line
      
          Use proper skips and assert* methods in test_asyncore.
        ........
          r83186 | ezio.melotti | 2010-07-28 01:24:13 +0300 (Wed, 28 Jul 2010) | 1 line
      
          With skipUnless there is no need to add test classes conditionally.
        ........
      ................
      7e384677
  6. 25 Jul, 2010 1 commit
  7. 24 Jul, 2010 4 commits
  8. 23 Jul, 2010 3 commits
  9. 21 Jul, 2010 2 commits
  10. 20 Jul, 2010 1 commit
  11. 19 Jul, 2010 5 commits
  12. 18 Jul, 2010 1 commit
  13. 17 Jul, 2010 2 commits
  14. 14 Jul, 2010 4 commits
  15. 11 Jul, 2010 3 commits
  16. 10 Jul, 2010 2 commits
  17. 09 Jul, 2010 2 commits