| Commit message (Expand) | Author | Age |
* | Merged revisions 77731 via svnmerge from | Ezio Melotti | 2010-01-24 |
* | Issue 3976: fix pprint for sets, frozensets, and dicts containing unorderable... | Raymond Hettinger | 2009-11-19 |
* | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 |
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 |
* | Merged revisions 64446,64490,64495,64526,64567 via svnmerge from | Georg Brandl | 2008-07-16 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 |
* | Update pprint() to match the new repr style for frozensets | Raymond Hettinger | 2008-01-31 |
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 |
* | Simplify various spots where: str() is called on something | Walter Dörwald | 2007-06-11 |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 |
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 |
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 |
* | Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() | Walter Dörwald | 2003-12-03 |
* | Patch #750542: pprint now will pretty print subclasses of list, tuple | Walter Dörwald | 2003-12-03 |
* | Make sure PrettyPrinter methods that mirror the module-level | Fred Drake | 2002-12-31 |
* | Standardize behavior: no docstrings in test functions. | Guido van Rossum | 2002-08-22 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 |
* | Add an experimental mechanism to support extending the pprint formatting. | Fred Drake | 2002-04-02 |
* | __format(): Applied SF patch #482003 by Skip to fix multiline dict | Barry Warsaw | 2001-11-28 |
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 |
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 |
* | Convert a couple of comments to docstrings -- PyUnit can use these when | Fred Drake | 2001-05-14 |
* | pprint's workhorse _safe_repr() function took time quadratic in the # of | Tim Peters | 2001-05-14 |
* | Convert the pprint test to use PyUnit. | Fred Drake | 2001-05-14 |
* | SF bug[ #423781: pprint.isrecursive() broken. | Tim Peters | 2001-05-14 |