1. 13 Şub, 2008 2 kayıt (commit)
    • Jeffrey Yasskin's avatar
      Working on issue #1762: Brought · 57bd60b4
      Jeffrey Yasskin yazdı
        ./python.exe -m timeit -s 'from fractions import Fraction; f = Fraction(3, 2)' 'isinstance(3, Fraction); isinstance(f, Fraction)'
      from 12.3 usec/loop to 3.44 usec/loop and
        ./python.exe -m timeit -s 'from fractions import Fraction' 'Fraction(3, 2)'
      from 48.8 usec to 23.6 usec by avoiding genexps and sets in __instancecheck__
      and inlining the common case from __subclasscheck__.
      57bd60b4
    • Georg Brandl's avatar
      #2063: correct order of utime and stime in os.times() · 0a40ffb1
      Georg Brandl yazdı
      result on Windows.
      0a40ffb1
  2. 12 Şub, 2008 10 kayıt (commit)
  3. 11 Şub, 2008 8 kayıt (commit)
  4. 10 Şub, 2008 11 kayıt (commit)
  5. 09 Şub, 2008 9 kayıt (commit)