1. 06 May, 2010 16 commits
  2. 05 May, 2010 19 commits
  3. 04 May, 2010 5 commits
    • Antoine Pitrou's avatar
      b21aa330
    • Michael Foord's avatar
      737076db
    • Thomas Heller's avatar
      Merged revisions 80761,80766 via svnmerge from · 84c3de66
      Thomas Heller authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80761 | thomas.heller | 2010-05-04 20:44:42 +0200 (Di, 04 Mai 2010) | 8 lines
      
        On Windows, ctypes does no longer check the stack before and after
        calling a foreign function.  This allows to use the unmodified libffi
        library.
      
        Remove most files from _ctypes/libffi_msvc, only two include files
        stay (updated from _ctypes/libffi/...).  Other files are used in the
        cross-platform _ctypes/libffi directory.
      ........
        r80766 | thomas.heller | 2010-05-04 21:08:18 +0200 (Di, 04 Mai 2010) | 2 lines
      
        Remove reference to unused source file.
      ........
      84c3de66
    • Mark Dickinson's avatar
      Merged revisions 80762 via svnmerge from · 812dab4f
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80762 | mark.dickinson | 2010-05-04 19:45:27 +0100 (Tue, 04 May 2010) | 3 lines
      
        Fix test_gzip failure on OS X.  The failure was a result of trying to fflush
        a file that wasn't open for writing.  Patch by Antoine Pitrou.
      ........
      812dab4f
    • Mark Dickinson's avatar
      Blocked revisions 80758-80759 via svnmerge · d74faf2f
      Mark Dickinson authored
      ........
        r80758 | mark.dickinson | 2010-05-04 17:18:25 +0100 (Tue, 04 May 2010) | 9 lines
      
        Issue #1533: fix inconsistency in range function argument processing:
        any non-float non-integer argument is now converted to an integer (if
        possible) using its __int__ method.  Previously, only small arguments
        were treated this way; larger arguments (those whose __int__ was
        outside the range of a C long) would produce a TypeError.
      
        Patch by Alexander Belopolsky (with minor modifications).
      ........
        r80759 | mark.dickinson | 2010-05-04 17:19:06 +0100 (Tue, 04 May 2010) | 1 line
      
        Fix trailing whitespace.
      ........
      d74faf2f