1. 0fd1062 Fix test_pprint random dict ordering. by Florent Xicluna · 12 years ago
  2. 6e571d6 Fix test_pprint random dict ordering. by Florent Xicluna · 12 years ago
  3. 6a01fc5 Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key. by Florent Xicluna · 12 years ago
  4. d6da90f Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key. by Florent Xicluna · 12 years ago
  5. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago
  6. c944cfc Issue9131: Mark fragile test as CPython-specific by Daniel Stutzbach · 14 years ago
  7. bad3c88 Have pprint() respect the order in an OrderedDict. by Raymond Hettinger · 14 years ago
  8. b19f43d Merged revisions 77729 via svnmerge from by Ezio Melotti · 15 years ago
  9. a7da166 Issue 3976: fix pprint for sets, frozensets, and dicts containing unorderable types. by Raymond Hettinger · 15 years ago
  10. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  11. 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
  12. 3ccb787 Merged revisions 64446,64490,64495,64526,64567 via svnmerge from by Georg Brandl · 16 years ago
  13. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  14. 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
  15. 4b8db41 Update pprint() to match the new repr style for frozensets by Raymond Hettinger · 17 years ago
  16. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
  17. 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 17 years ago
  18. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  19. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  20. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  21. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  22. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  23. c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 21 years ago
  24. 7a7ede5 Patch #750542: pprint now will pretty print subclasses of list, tuple by Walter Dörwald · 21 years ago
  25. b456e4f Make sure PrettyPrinter methods that mirror the module-level by Fred Drake · 22 years ago
  26. 32c2ae7 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 22 years ago
  27. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  28. aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 22 years ago
  29. 00859c0 __format(): Applied SF patch #482003 by Skip to fix multiline dict output. by Barry Warsaw · 23 years ago
  30. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  31. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  32. 992d387 Convert a couple of comments to docstrings -- PyUnit can use these when by Fred Drake · 23 years ago
  33. 95b3f78 pprint's workhorse _safe_repr() function took time quadratic in the # of by Tim Peters · 23 years ago
  34. 43913dd Convert the pprint test to use PyUnit. by Fred Drake · 23 years ago
  35. a814db5 SF bug[ #423781: pprint.isrecursive() broken. by Tim Peters · 23 years ago