1. 469ee9d backout 66e30c4870bb for breaking OSX (#13150) by Benjamin Peterson · 12 years ago
  2. 28b7c05 - Issue #13150: sysconfig no longer parses the Makefile and config.h files by doko@ubuntu.com · 12 years ago
  3. b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 16 years ago
  4. 2da91c3 Fixed issue #2888. Now the behaviour of pprint when working with nested by Facundo Batista · 17 years ago
  5. 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 17 years ago
  6. 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
  7. c226c31 Let pprint() support sets and frozensets (suggested by David Mertz). by Raymond Hettinger · 18 years ago
  8. dcd6b52 #1351692: in pprint, always call format() for dict and list items to enable by Georg Brandl · 18 years ago
  9. d609b1a pprint functions used to sort a dict (by key) if and only if by Tim Peters · 19 years ago
  10. e62e936 Change PrettyPrinter.pprint(), so that output is written directly to the by Walter Dörwald · 20 years ago
  11. 1b626ca Fix pprint to be able to handle objects that don't have a __repr__ by Walter Dörwald · 21 years ago
  12. 2dc0c13 typo - fixes 954030. by Skip Montanaro · 21 years ago
  13. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  14. c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 22 years ago
  15. 7a7ede5 Patch #750542: pprint now will pretty print subclasses of list, tuple by Walter Dörwald · 22 years ago
  16. d02879d Revert 1.25, as overloaded __repr__ is not considered. by Martin v. Löwis · 22 years ago
  17. e570003 Patch #750542: Use issubclass instead of type identity. by Martin v. Löwis · 22 years ago
  18. 397b615 - PrettyPrinter.isreadable(), .isrecursive(): by Fred Drake · 23 years ago
  19. e6691ef Change the "__ private" names to "_ protected"; this has been a pain for by Fred Drake · 23 years ago
  20. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 23 years ago
  21. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 23 years ago
  22. aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 23 years ago
  23. 00859c0 __format(): Applied SF patch #482003 by Skip to fix multiline dict output. by Barry Warsaw · 24 years ago
  24. 8876848 Whitespace normalization. by Tim Peters · 24 years ago
  25. 49cc01e Brute-force performance hackery; buys back about 20% of the time for by Fred Drake · 24 years ago
  26. 3e5e661 Remove obsolete email address. by Fred Drake · 24 years ago
  27. 1ef106c Make pprint more locale-friendly; patch contributed by Denis S. Otkidach. by Fred Drake · 24 years ago
  28. 95b3f78 pprint's workhorse _safe_repr() function took time quadratic in the # of by Tim Peters · 24 years ago
  29. a814db5 SF bug[ #423781: pprint.isrecursive() broken. by Tim Peters · 24 years ago
  30. c62c81e __all__ for several more modules by Skip Montanaro · 24 years ago
  31. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 25 years ago
  32. fbff97a Don't call len() if the value is already cached! Caught by Gerrit by Fred Drake · 26 years ago
  33. 183fd40 Fix indent error in __format(): del context[objid] at the end should by Guido van Rossum · 26 years ago
  34. d804f4e _safe_repr(): Simplify the condition tests in the first possible by Fred Drake · 26 years ago
  35. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  36. a1dbe50 Added code to emit trailing ',' for singleton tuples in two places. by Guido van Rossum · 28 years ago
  37. e0ffabe Slight mods to make the module conform to the documentation. by Fred Drake · 28 years ago
  38. 5fd026d Fix a couple of glitches identified by Greg Stein. by Fred Drake · 28 years ago
  39. f39d051 _safe_repr(): Make the context parameter required; ok since it's only for by Fred Drake · 28 years ago
  40. a89fda0 Muchly changed and improved pprint.py: by Fred Drake · 28 years ago
  41. 5e92aff Checking in a copy of Fred Drake's data structure pretty-printer by Guido van Rossum · 28 years ago