1. 2da91c3 Fixed issue #2888. Now the behaviour of pprint when working with nested by Facundo Batista · 17 years ago
  2. 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 17 years ago
  3. 5310b69 Shorter pprint's for empty sets and frozensets. Fix indentation of frozensets. Add tests including two complex data structures. by Raymond Hettinger · 18 years ago
  4. d609b1a pprint functions used to sort a dict (by key) if and only if by Tim Peters · 19 years ago
  5. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  6. c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 22 years ago
  7. 7a7ede5 Patch #750542: pprint now will pretty print subclasses of list, tuple by Walter Dörwald · 22 years ago
  8. b456e4f Make sure PrettyPrinter methods that mirror the module-level by Fred Drake · 23 years ago
  9. 32c2ae7 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 23 years ago
  10. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  11. aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 23 years ago
  12. 00859c0 __format(): Applied SF patch #482003 by Skip to fix multiline dict output. by Barry Warsaw · 24 years ago
  13. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  14. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 24 years ago
  15. 992d387 Convert a couple of comments to docstrings -- PyUnit can use these when by Fred Drake · 24 years ago
  16. 95b3f78 pprint's workhorse _safe_repr() function took time quadratic in the # of by Tim Peters · 24 years ago
  17. 43913dd Convert the pprint test to use PyUnit. by Fred Drake · 24 years ago
  18. a814db5 SF bug[ #423781: pprint.isrecursive() broken. by Tim Peters · 24 years ago