Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pprint's workhorse _safe_repr() function took time quadratic in the # of | Tim Peters | 2001-05-14 | 1 | -1/+17 |
| | | | | | | | elements when crunching a list, dict or tuple. Now takes linear time instead -- huge speedup for even moderately large containers, and the code is notably simpler too. Added some basic "is the output correct?" tests to test_pprint. | ||||
* | Convert the pprint test to use PyUnit. | Fred Drake | 2001-05-14 | 1 | -35/+57 |
| | |||||
* | SF bug[ #423781: pprint.isrecursive() broken. | Tim Peters | 2001-05-14 | 1 | -0/+36 |