1. 28 Dec, 2009 4 commits
  2. 27 Dec, 2009 4 commits
  3. 26 Dec, 2009 1 commit
  4. 25 Dec, 2009 1 commit
  5. 24 Dec, 2009 10 commits
  6. 23 Dec, 2009 2 commits
  7. 22 Dec, 2009 2 commits
  8. 21 Dec, 2009 12 commits
  9. 20 Dec, 2009 4 commits
    • Mark Dickinson's avatar
      Merged revisions 76948 via svnmerge from · 4d1e50dc
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76948 | mark.dickinson | 2009-12-20 20:34:44 +0000 (Sun, 20 Dec 2009) | 3 lines
      
        Issue #7554:  Various fixups in test_cmath.py:  remove code duplication,
        use new-style formatting.  Thanks Florent Xicluna for the patch.
      ........
      4d1e50dc
    • Mark Dickinson's avatar
      Blocked revisions 76945 via svnmerge · 8978b8d2
      Mark Dickinson authored
      ........
        r76945 | mark.dickinson | 2009-12-20 20:23:01 +0000 (Sun, 20 Dec 2009) | 1 line
      
        Silence -3 warnings.  Thanks Florent Xicluna.
      ........
      8978b8d2
    • Mark Dickinson's avatar
      Merged revisions 76939,76941 via svnmerge from · da89245c
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76939 | mark.dickinson | 2009-12-20 19:45:37 +0000 (Sun, 20 Dec 2009) | 1 line
      
        Issue #7554:  Fix incorrect usage of rAssertAlmostEqual.  Thanks Florent Xicluna.
      ........
        r76941 | mark.dickinson | 2009-12-20 19:52:36 +0000 (Sun, 20 Dec 2009) | 1 line
      
        Fix for consistency with py3k keyword-only version of assertAlmostEqual
      ........
      da89245c
    • R. David Murray's avatar
      Merged revisions 76934-76935 via svnmerge from · 445448ca
      R. David Murray authored
      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