1. 29 Sep, 2009 10 commits
  2. 28 Sep, 2009 4 commits
    • R. David Murray's avatar
      Merged revisions 75111 via svnmerge from · a89633c4
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75111 | r.david.murray | 2009-09-28 12:57:45 -0400 (Mon, 28 Sep 2009) | 5 lines
      
        Prevent test_bad_address failure when a domain in the dns search
        path implements a '*' default rule.  Also update comment with
        a more complete explanation of the difficulties inherent in
        the test.
      ........
      a89633c4
    • Mark Dickinson's avatar
      Blocked revisions 75117 via svnmerge · e4829f1d
      Mark Dickinson authored
      ........
        r75117 | mark.dickinson | 2009-09-28 19:54:55 +0100 (Mon, 28 Sep 2009) | 3 lines
      
        Issue #3366:  Add gamma function to math module.
        (lgamma, erf and erfc to follow).
      ........
      e4829f1d
    • R. David Murray's avatar
      Merged revisions 75115 via svnmerge from · 066acbc8
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75115 | r.david.murray | 2009-09-28 14:29:28 -0400 (Mon, 28 Sep 2009) | 2 lines
      
        Applying patches backported from 3.1, by Gregor Lingl.
      ........
      066acbc8
    • Mark Dickinson's avatar
      Blocked revisions 75110 via svnmerge · dfb49593
      Mark Dickinson authored
      ........
        r75110 | mark.dickinson | 2009-09-28 17:52:40 +0100 (Mon, 28 Sep 2009) | 9 lines
      
        Style/consistency/nano-optimization nit:  replace occurrences of
          (high_bits << PyLong_SHIFT) + low_bits with
          (high_bits << PyLong_SHIFT) | low_bits
        in Objects/longobject.c.  Motivation:
         - shouldn't unnecessarily mix bit ops with arithmetic ops (style)
         - this pattern should be spelt the same way thoughout (consistency)
         - it's very very very slightly faster: no need to worry about
           carries to the high digit (nano-optimization).
      ........
      dfb49593
  3. 27 Sep, 2009 5 commits
  4. 26 Sep, 2009 2 commits
  5. 25 Sep, 2009 1 commit
  6. 24 Sep, 2009 1 commit
  7. 23 Sep, 2009 2 commits
  8. 22 Sep, 2009 4 commits
  9. 21 Sep, 2009 6 commits
    • Antoine Pitrou's avatar
      Merged revisions 75007 via svnmerge from · 5cc3d037
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75007 | antoine.pitrou | 2009-09-21 23:17:48 +0200 (lun., 21 sept. 2009) | 7 lines
      
        Issue #6236, #6348: Fix various failures in the io module under AIX
        and other platforms, when using a non-gcc compiler. Patch by egreen.
      
        In addition, I made explicit the signedness of all bitfields in the
        IO library.
      ........
      5cc3d037
    • Mark Dickinson's avatar
      Blocked revisions 75003 via svnmerge · edc625c3
      Mark Dickinson authored
      ........
        r75003 | mark.dickinson | 2009-09-21 17:16:44 +0100 (Mon, 21 Sep 2009) | 1 line
      
        Silence MSVC compiler warnings.
      ........
      edc625c3
    • Tarek Ziadé's avatar
      Blocked revisions 74997 via svnmerge · be752bd0
      Tarek Ziadé authored
      ........
        r74997 | tarek.ziade | 2009-09-21 15:49:57 +0200 (Mon, 21 Sep 2009) | 1 line
      
        forgot to commit a file in previous commit (r74994, issue #6954)
      ........
      be752bd0
    • Tarek Ziadé's avatar
      Blocked revisions 74994 via svnmerge · ba537ddc
      Tarek Ziadé authored
      ........
        r74994 | tarek.ziade | 2009-09-21 15:41:08 +0200 (Mon, 21 Sep 2009) | 1 line
      
        #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
      ........
      ba537ddc
    • Tarek Ziadé's avatar
      Blocked revisions 74992 via svnmerge · 27781628
      Tarek Ziadé authored
      ........
        r74992 | tarek.ziade | 2009-09-21 15:23:35 +0200 (Mon, 21 Sep 2009) | 1 line
      
        improving distutils coverage
      ........
      27781628
    • Tarek Ziadé's avatar
      Blocked revisions 74988 via svnmerge · a50cfac1
      Tarek Ziadé authored
      ........
        r74988 | tarek.ziade | 2009-09-21 14:19:07 +0200 (Mon, 21 Sep 2009) | 1 line
      
        improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch)
      ........
      a50cfac1
  10. 20 Sep, 2009 5 commits