1. 22 Feb, 2011 2 commits
    • Brett Cannon's avatar
      Merged revisions 88496 via svnmerge from · 64c9af15
      Brett Cannon authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r88496 | brett.cannon | 2011-02-21 19:14:12 -0800 (Mon, 21 Feb 2011) | 4 lines
      
        Issue #10512: close the log file in cgi when running tests.
      
        Thanks to Nadeem Vawda for the find and an initial fix.
      ........
      64c9af15
    • Brett Cannon's avatar
      Blocked revisions 88494 via svnmerge · d8b64788
      Brett Cannon authored
      ........
        r88494 | brett.cannon | 2011-02-21 19:04:06 -0800 (Mon, 21 Feb 2011) | 10 lines
      
        Issue #10992: make tests pass when run under coverage.
      
        Various tests fail when run under coverage. A primary culprit is refcount tests
        which fail as the counts are thrown off by the coverage code. A new decorator
        -- test.support.refcount_test -- is used to decorate tests which test refcounts
        and to skip them when running under coverage. Other tests simply fail because
        of changes in the system (e.g., __local__ suddenly appearing).
      
        Thanks to Kristian Vlaardingerbroek for helping to diagnose the test failures.
      ........
      d8b64788
  2. 21 Feb, 2011 13 commits
  3. 20 Feb, 2011 4 commits
  4. 19 Feb, 2011 6 commits
  5. 18 Feb, 2011 2 commits
  6. 17 Feb, 2011 2 commits
  7. 15 Feb, 2011 4 commits
  8. 14 Feb, 2011 2 commits
  9. 13 Feb, 2011 4 commits
  10. 12 Feb, 2011 1 commit