1. 16 Haz, 2001 2 kayıt (commit)
    • Tim Peters's avatar
      SF bug 433228: repr(list) woes when len(list) big. · a7259597
      Tim Peters yazdı
      Gave Python linear-time repr() implementations for dicts, lists, strings.
      This means, e.g., that repr(range(50000)) is no longer 50x slower than
      pprint.pprint() in 2.2 <wink>.
      
      I don't consider this a bugfix candidate, as it's a performance boost.
      
      Added _PyString_Join() to the internal string API.  If we want that in the
      public API, fine, but then it requires runtime error checks instead of
      asserts.
      a7259597
    • Tim Peters's avatar
      SF bug 433228: repr(list) woes when len(list) big · 239508cd
      Tim Peters yazdı
      call_object:  If the object isn't callable, display its type in the error
      msg rather than its repr.
      Bugfix candidate.
      239508cd
  2. 15 Haz, 2001 3 kayıt (commit)
  3. 14 Haz, 2001 8 kayıt (commit)
  4. 13 Haz, 2001 11 kayıt (commit)
  5. 12 Haz, 2001 9 kayıt (commit)
  6. 11 Haz, 2001 7 kayıt (commit)