1. 03 Oct, 2009 3 commits
  2. 02 Oct, 2009 1 commit
  3. 01 Oct, 2009 6 commits
  4. 30 Sep, 2009 1 commit
  5. 29 Sep, 2009 4 commits
  6. 28 Sep, 2009 2 commits
    • Mark Dickinson's avatar
      Blocked revisions 75119 via svnmerge · 717b1e67
      Mark Dickinson authored
      ................
        r75119 | mark.dickinson | 2009-09-28 20:21:11 +0100 (Mon, 28 Sep 2009) | 10 lines
      
        Merged revisions 75117 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          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).
        ........
      ................
      717b1e67
    • Mark Dickinson's avatar
      Blocked revisions 75113 via svnmerge · 7c4dc8d0
      Mark Dickinson authored
      ................
        r75113 | mark.dickinson | 2009-09-28 18:54:52 +0100 (Mon, 28 Sep 2009) | 16 lines
      
        Merged revisions 75110 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          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).
        ........
      ................
      7c4dc8d0
  7. 27 Sep, 2009 1 commit
  8. 26 Sep, 2009 2 commits
  9. 25 Sep, 2009 4 commits
  10. 24 Sep, 2009 4 commits
  11. 23 Sep, 2009 1 commit
  12. 22 Sep, 2009 4 commits
  13. 21 Sep, 2009 7 commits