1. 03 Oct, 2009 4 commits
  2. 02 Oct, 2009 3 commits
  3. 01 Oct, 2009 3 commits
  4. 30 Sep, 2009 3 commits
  5. 29 Sep, 2009 11 commits
  6. 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
  7. 27 Sep, 2009 5 commits
  8. 26 Sep, 2009 2 commits
  9. 25 Sep, 2009 1 commit
  10. 24 Sep, 2009 1 commit
  11. 23 Sep, 2009 2 commits
  12. 22 Sep, 2009 1 commit