1. 04 May, 2010 8 commits
    • Thomas Heller's avatar
      Merged revisions 80761,80766 via svnmerge from · 667ce06d
      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.
      ........
      667ce06d
    • Mark Dickinson's avatar
      Merged revisions 80762 via svnmerge from · a9eb87a1
      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.
      ........
      a9eb87a1
    • Mark Dickinson's avatar
      Blocked revisions 80758-80759 via svnmerge · 7eab65d7
      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.
      ........
      7eab65d7
    • R. David Murray's avatar
      Recorded merge of revisions 80458 via svnmerge from · 47f8f4bd
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      Sean merged this in r84059.
      
      ........
        r80458 | sean.reifschneider | 2010-04-25 02:31:23 -0400 (Sun, 25 Apr 2010) | 3 lines
      
        Fixing obscure syslog corner-case when sys.argv = None, syslog() would call
        openlog() for every logged message.
      ........
      47f8f4bd
    • Mark Dickinson's avatar
      Merged revisions 80753 via svnmerge from · c69160e8
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80753 | mark.dickinson | 2010-05-04 15:25:50 +0100 (Tue, 04 May 2010) | 10 lines
      
        Issue #8567: Fix incorrect precedence of signals in Decimal module.
      
        When a Decimal operation raises multiple signals and more than one of
        those signals is trapped, the specification determines the order in
        which the signals should be handled.  In many cases this order wasn't
        being followed, leading to the wrong Python exception being raised.
        This commit fixes those cases, and adds extra tests.  The tests are
        only enabled when EXTENDEDERRORTESTS is True, since they involve
        rerunning each Decimal testcase several times.
      ........
      c69160e8
    • Alexandre Vassalotti's avatar
      Forward port unit tests for set operation and repr. · a714257a
      Alexandre Vassalotti authored
      Patch by Alexander Belopolsky.
      a714257a
    • Alexandre Vassalotti's avatar
      Blocked revisions 80749 via svnmerge · efb70673
      Alexandre Vassalotti authored
      ........
        r80749 | alexandre.vassalotti | 2010-05-03 20:21:51 -0700 (Mon, 03 May 2010) | 2 lines
      
        Issue #8404: Fix set operations on dictionary views.
      ........
      efb70673
    • Benjamin Peterson's avatar
      Blocked revisions 80738 via svnmerge · 67fd9d00
      Benjamin Peterson authored
      ........
        r80738 | brett.cannon | 2010-05-03 19:30:17 -0500 (Mon, 03 May 2010) | 4 lines
      
        Remove a redundant string length check and variable assignment.
      
        Found with Clang's static analyzer.
      ........
      67fd9d00
  2. 03 May, 2010 7 commits
  3. 02 May, 2010 6 commits
  4. 01 May, 2010 4 commits
  5. 30 Apr, 2010 8 commits
  6. 29 Apr, 2010 7 commits