1. 29 Dec, 2009 3 commits
    • Mark Dickinson's avatar
      Blocked revisions 77117 via svnmerge · 9c5130eb
      Mark Dickinson authored
      ................
        r77117 | mark.dickinson | 2009-12-29 20:52:27 +0000 (Tue, 29 Dec 2009) | 13 lines
      
        Merged revisions 77116 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77116 | mark.dickinson | 2009-12-29 20:51:24 +0000 (Tue, 29 Dec 2009) | 6 lines
      
          Issue #7575:  An overflow test for math.expm1 was failing on OS X 10.4/Intel,
          due to a defect in the platform's implementation of expm1.  Since the issue
          is of low severity, and appears to be fixed in OS X 10.5 and 10.6, it doesn't
          seem worth working around, so I'm just weakening the relevant test so that
          it passes on 10.4.
        ........
      ................
      9c5130eb
    • Georg Brandl's avatar
      Merged revisions 77110 via svnmerge from · 21225120
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r77110 | georg.brandl | 2009-12-29 12:24:00 +0100 (Di, 29 Dez 2009) | 13 lines
      
        Merged revisions 77108-77109 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77108 | georg.brandl | 2009-12-29 11:34:34 +0100 (Di, 29 Dez 2009) | 1 line
      
          #7569: clarification about c_char_p.
        ........
          r77109 | georg.brandl | 2009-12-29 12:06:31 +0100 (Di, 29 Dez 2009) | 1 line
      
          Improve markup of ctypes docs.
        ........
      ................
      21225120
    • Benjamin Peterson's avatar
      Merged revisions 77103,77105-77106 via svnmerge from · fe401359
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77103 | benjamin.peterson | 2009-12-28 18:06:20 -0600 (Mon, 28 Dec 2009) | 57 lines
      
        Merged revisions 77102 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ................
          r77102 | benjamin.peterson | 2009-12-28 17:50:41 -0600 (Mon, 28 Dec 2009) | 50 lines
      
          Merged revisions 76871-76872,77093-77095,77097-77101 via svnmerge from
          svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
          ........
            r76871 | benjamin.peterson | 2009-12-17 20:49:21 -0600 (Thu, 17 Dec 2009) | 1 line
      
            handle unencodable diffs gracefully #5093
          ........
            r76872 | benjamin.peterson | 2009-12-17 20:51:37 -0600 (Thu, 17 Dec 2009) | 1 line
      
            fix emacs header
          ........
            r77093 | benjamin.peterson | 2009-12-28 14:43:32 -0600 (Mon, 28 Dec 2009) | 7 lines
      
            replace callable(x) with isinstance(x, collections.Callable) #7006
      
            This is a more accurate translation than hasattr(x, '__call__') which failed in
            the case that somebody had put __call__ in the instance dictionary.
      
            Patch mostly by Joe Amenta.
          ........
            r77094 | benjamin.peterson | 2009-12-28 14:45:13 -0600 (Mon, 28 Dec 2009) | 2 lines
      
            deuglify imports
          ........
            r77095 | benjamin.peterson | 2009-12-28 14:49:23 -0600 (Mon, 28 Dec 2009) | 1 line
      
            remove unused flag
          ........
            r77097 | benjamin.peterson | 2009-12-28 16:12:13 -0600 (Mon, 28 Dec 2009) | 2 lines
      
            clean up imports and whitespace
          ........
            r77098 | benjamin.peterson | 2009-12-28 16:43:35 -0600 (Mon, 28 Dec 2009) | 1 line
      
            *** empty log message ***
          ........
            r77099 | benjamin.peterson | 2009-12-28 16:45:10 -0600 (Mon, 28 Dec 2009) | 1 line
      
            revert unintended change
          ........
            r77100 | benjamin.peterson | 2009-12-28 16:53:21 -0600 (Mon, 28 Dec 2009) | 1 line
      
            revert unintended changes
          ........
            r77101 | benjamin.peterson | 2009-12-28 17:46:02 -0600 (Mon, 28 Dec 2009) | 1 line
      
            normalize whitespace
          ........
        ................
      ................
        r77105 | benjamin.peterson | 2009-12-28 18:37:04 -0600 (Mon, 28 Dec 2009) | 1 line
      
        fix test on py3
      ................
        r77106 | benjamin.peterson | 2009-12-28 18:38:47 -0600 (Mon, 28 Dec 2009) | 9 lines
      
        Merged revisions 77104 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77104 | benjamin.peterson | 2009-12-28 18:09:33 -0600 (Mon, 28 Dec 2009) | 1 line
      
          enable test_main.py
        ........
      ................
      fe401359
  2. 28 Dec, 2009 1 commit
    • Georg Brandl's avatar
      Blocked revisions 77089 via svnmerge · 116e3c04
      Georg Brandl authored
      ................
        r77089 | georg.brandl | 2009-12-28 09:41:01 +0100 (Mo, 28 Dez 2009) | 9 lines
      
        Merged revisions 77088 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77088 | georg.brandl | 2009-12-28 09:34:58 +0100 (Mo, 28 Dez 2009) | 1 line
      
          #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring.
        ........
      ................
      116e3c04
  3. 27 Dec, 2009 4 commits
  4. 25 Dec, 2009 1 commit
  5. 24 Dec, 2009 7 commits
  6. 22 Dec, 2009 1 commit
  7. 21 Dec, 2009 7 commits
  8. 20 Dec, 2009 7 commits
  9. 19 Dec, 2009 5 commits
  10. 18 Dec, 2009 1 commit
  11. 17 Dec, 2009 1 commit
  12. 16 Dec, 2009 2 commits