1. 29 Sep, 2009 4 commits
  2. 28 Sep, 2009 4 commits
    • R. David Murray's avatar
      Merged revisions 75111 via svnmerge from · 42997180
      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.
      ........
      42997180
    • Mark Dickinson's avatar
      Blocked revisions 75117 via svnmerge · 7d2adc31
      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).
      ........
      7d2adc31
    • R. David Murray's avatar
      Merged revisions 75115 via svnmerge from · 69d17de7
      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.
      ........
      69d17de7
    • Mark Dickinson's avatar
      Blocked revisions 75110 via svnmerge · 26aaa66e
      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).
      ........
      26aaa66e
  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 · 1f6dbbfa
      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.
      ........
      1f6dbbfa
    • Mark Dickinson's avatar
      Blocked revisions 75003 via svnmerge · 814dd155
      Mark Dickinson authored
      ........
        r75003 | mark.dickinson | 2009-09-21 17:16:44 +0100 (Mon, 21 Sep 2009) | 1 line
      
        Silence MSVC compiler warnings.
      ........
      814dd155
    • Tarek Ziadé's avatar
      Blocked revisions 74997 via svnmerge · 609b4365
      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)
      ........
      609b4365
    • Tarek Ziadé's avatar
      Blocked revisions 74994 via svnmerge · 71734b25
      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.
      ........
      71734b25
    • Tarek Ziadé's avatar
      Blocked revisions 74992 via svnmerge · f5a8da28
      Tarek Ziadé authored
      ........
        r74992 | tarek.ziade | 2009-09-21 15:23:35 +0200 (Mon, 21 Sep 2009) | 1 line
      
        improving distutils coverage
      ........
      f5a8da28
    • Tarek Ziadé's avatar
      Blocked revisions 74988 via svnmerge · 0ba5eabb
      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)
      ........
      0ba5eabb
  10. 20 Sep, 2009 10 commits
  11. 19 Sep, 2009 1 commit