Files
cpython/Include
Tim Peters a7259597f1 SF bug 433228: repr(list) woes when len(list) big.
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.
2001-06-16 05:11:17 +00:00
..
2001-01-25 20:04:14 +00:00
1994-01-02 00:11:39 +00:00
2001-04-20 19:13:02 +00:00
2001-03-02 06:10:17 +00:00
2001-04-20 19:13:02 +00:00
2001-04-20 19:13:02 +00:00
2001-03-23 02:46:52 +00:00