1. 31 May, 2008 2 kayıt (commit)
    • Eric Smith's avatar
      Optimization of str.format() for cases with unicode, long, and float · 1d138f1c
      Eric Smith yazdı
      arguments.  This gives about 30% speed improvement for the simplest
      (but most common) cases.  This patch skips the __format__ dispatch, and
      also avoids creating an object to hold the format_spec.
      
      Unfortunately, backporting this to 2.6 is going to be more challenging
      due to str/unicode issues with format_spec.  I'll work on that next.
      
      Then I'll spend some time profiling and see what that tells me.
      1d138f1c
    • Benjamin Peterson's avatar
      remove plat-mac references · fc8dca27
      Benjamin Peterson yazdı
      fc8dca27
  2. 30 May, 2008 7 kayıt (commit)
  3. 29 May, 2008 8 kayıt (commit)
  4. 28 May, 2008 2 kayıt (commit)
  5. 27 May, 2008 4 kayıt (commit)
  6. 26 May, 2008 17 kayıt (commit)