1. 96831c7 bpo-30670: Add pp function to the pprint module (GH-11769) by Rémi Lapeyre · 5 years ago
  2. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  3. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  4. 265cee0 Issue25506: Fixed a copy-pasting error in test_pprint. by Serhiy Storchaka · 9 years ago
  5. 1f507a8 Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  6. cbfe07e Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  7. 6371446 #24215: also back out changeset that broke test_trace in 3.4. by R David Murray · 9 years ago
  8. 7bc452d Back out changeset 955dffec3d94 since it broke the buildbots. by R David Murray · 9 years ago
  9. 6d90fd5 Added tests for more builtin types. Made test_pprint discoverable. by Serhiy Storchaka · 9 years ago
  10. 5dbb40f Added tests for more builtin types. Made test_pprint discoverable. by Serhiy Storchaka · 9 years ago
  11. bedbf96 Issue #23870: The pprint module now supports all standard collections by Serhiy Storchaka · 9 years ago
  12. 62aa7dc Issue #22721: An order of multiline pprint output of set or dict containing by Serhiy Storchaka · 9 years ago
  13. aa4c36f Issue #23775: pprint() of OrderedDict now outputs the same representation by Serhiy Storchaka · 9 years ago
  14. f3fa308 Issue #23776: Removed asserts from pprint.PrettyPrinter constructor. by Serhiy Storchaka · 9 years ago
  15. 87eb482 Issue #23502: The pprint module now supports mapping proxies. by Serhiy Storchaka · 9 years ago
  16. 022f203 Issue #17530: pprint now wraps long bytes objects and bytearrays. by Serhiy Storchaka · 9 years ago
  17. a750ce3 Issue #19105: pprint now more efficiently uses free space at the right. by Serhiy Storchaka · 9 years ago
  18. fe3dc37 Issue #19104: pprint now produces evaluable output for wrapped strings. by Serhiy Storchaka · 10 years ago
  19. 7c411a4 Issue #19132: The pprint module now supports compact mode. by Serhiy Storchaka · 11 years ago
  20. 092bd38 Issue #19137: The pprint module now correctly formats instances of set and by Serhiy Storchaka · 11 years ago
  21. 5184438 Issue #19137: The pprint module now correctly formats instances of set and by Serhiy Storchaka · 11 years ago
  22. 64c16c3 Issue #17150: pprint now uses line continuations to wrap long string literals. by Antoine Pitrou · 11 years ago
  23. 0fd1062 Fix test_pprint random dict ordering. by Florent Xicluna · 12 years ago
  24. 6e571d6 Fix test_pprint random dict ordering. by Florent Xicluna · 12 years ago
  25. 6a01fc5 Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key. by Florent Xicluna · 12 years ago
  26. d6da90f Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key. by Florent Xicluna · 12 years ago
  27. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago
  28. c944cfc Issue9131: Mark fragile test as CPython-specific by Daniel Stutzbach · 14 years ago
  29. bad3c88 Have pprint() respect the order in an OrderedDict. by Raymond Hettinger · 14 years ago
  30. b19f43d Merged revisions 77729 via svnmerge from by Ezio Melotti · 15 years ago
  31. a7da166 Issue 3976: fix pprint for sets, frozensets, and dicts containing unorderable types. by Raymond Hettinger · 15 years ago
  32. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  33. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  34. 3ccb787 Merged revisions 64446,64490,64495,64526,64567 via svnmerge from by Georg Brandl · 16 years ago
  35. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  36. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 16 years ago
  37. 4b8db41 Update pprint() to match the new repr style for frozensets by Raymond Hettinger · 17 years ago
  38. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
  39. 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 17 years ago
  40. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  41. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  42. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  43. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  44. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  45. c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 21 years ago
  46. 7a7ede5 Patch #750542: pprint now will pretty print subclasses of list, tuple by Walter Dörwald · 21 years ago
  47. b456e4f Make sure PrettyPrinter methods that mirror the module-level by Fred Drake · 22 years ago
  48. 32c2ae7 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 22 years ago
  49. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  50. aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 22 years ago
  51. 00859c0 __format(): Applied SF patch #482003 by Skip to fix multiline dict output. by Barry Warsaw · 23 years ago
  52. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  53. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  54. 992d387 Convert a couple of comments to docstrings -- PyUnit can use these when by Fred Drake · 23 years ago
  55. 95b3f78 pprint's workhorse _safe_repr() function took time quadratic in the # of by Tim Peters · 23 years ago
  56. 43913dd Convert the pprint test to use PyUnit. by Fred Drake · 23 years ago
  57. a814db5 SF bug[ #423781: pprint.isrecursive() broken. by Tim Peters · 23 years ago