1. 30 Eyl, 2009 3 kayıt (commit)
  2. 29 Eyl, 2009 11 kayıt (commit)
  3. 28 Eyl, 2009 4 kayıt (commit)
    • R. David Murray's avatar
      Merged revisions 75111 via svnmerge from · a89633c4
      R. David Murray yazdı
      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 yazdı
      ........
        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 yazdı
      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 yazdı
      ........
        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
  4. 27 Eyl, 2009 5 kayıt (commit)
  5. 26 Eyl, 2009 2 kayıt (commit)
  6. 25 Eyl, 2009 1 kayıt (commit)
  7. 24 Eyl, 2009 1 kayıt (commit)
  8. 23 Eyl, 2009 2 kayıt (commit)
  9. 22 Eyl, 2009 4 kayıt (commit)
  10. 21 Eyl, 2009 6 kayıt (commit)
  11. 20 Eyl, 2009 1 kayıt (commit)