1. 28 Eyl, 2009 2 kayıt (commit)
    • 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
  2. 27 Eyl, 2009 5 kayıt (commit)
  3. 26 Eyl, 2009 2 kayıt (commit)
  4. 25 Eyl, 2009 1 kayıt (commit)
  5. 24 Eyl, 2009 1 kayıt (commit)
  6. 23 Eyl, 2009 2 kayıt (commit)
  7. 22 Eyl, 2009 4 kayıt (commit)
  8. 21 Eyl, 2009 6 kayıt (commit)
  9. 20 Eyl, 2009 10 kayıt (commit)
  10. 19 Eyl, 2009 3 kayıt (commit)
  11. 18 Eyl, 2009 4 kayıt (commit)