1. 3ccb787 Merged revisions 64446,64490,64495,64526,64567 via svnmerge from by Georg Brandl · 16 years ago
  2. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  3. 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
  4. 4b8db41 Update pprint() to match the new repr style for frozensets by Raymond Hettinger · 16 years ago
  5. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 16 years ago
  6. 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 17 years ago
  7. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  8. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  9. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  10. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  11. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  12. c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 21 years ago
  13. 7a7ede5 Patch #750542: pprint now will pretty print subclasses of list, tuple by Walter Dörwald · 21 years ago
  14. b456e4f Make sure PrettyPrinter methods that mirror the module-level by Fred Drake · 22 years ago
  15. 32c2ae7 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 22 years ago
  16. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  17. aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 22 years ago
  18. 00859c0 __format(): Applied SF patch #482003 by Skip to fix multiline dict output. by Barry Warsaw · 23 years ago
  19. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  20. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  21. 992d387 Convert a couple of comments to docstrings -- PyUnit can use these when by Fred Drake · 23 years ago
  22. 95b3f78 pprint's workhorse _safe_repr() function took time quadratic in the # of by Tim Peters · 23 years ago
  23. 43913dd Convert the pprint test to use PyUnit. by Fred Drake · 23 years ago
  24. a814db5 SF bug[ #423781: pprint.isrecursive() broken. by Tim Peters · 23 years ago