summaryrefslogtreecommitdiff
path: root/Lib/test/test_pprint.py
Commit message (Expand)AuthorAgeFilesLines
* remove archaic functions from test_supportEzio Melotti2010-01-241-35/+32
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
* don't rely on the order dict repr #5605Benjamin Peterson2009-03-301-2/+2
* Fixed issue #2888. Now the behaviour of pprint when working with nestedFacundo Batista2008-06-211-0/+11
* #1713041: fix pprint's handling of maximum depth.Georg Brandl2008-05-121-0/+15
* Shorter pprint's for empty sets and frozensets. Fix indentation of frozenset...Raymond Hettinger2008-01-241-0/+192
* pprint functions used to sort a dict (by key) if and only ifTim Peters2006-06-021-4/+31
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-13/+13
* Add parameters indent, width and depth to pprint.pprint() and pprint.pformat()Walter Dörwald2003-12-031-0/+6
* Patch #750542: pprint now will pretty print subclasses of list, tupleWalter Dörwald2003-12-031-4/+39
* Make sure PrettyPrinter methods that mirror the module-levelFred Drake2002-12-311-3/+27
* Standardize behavior: no docstrings in test functions.Guido van Rossum2002-08-221-5/+6
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-2/+1
* Add an experimental mechanism to support extending the pprint formatting.Fred Drake2002-04-021-0/+21
* __format(): Applied SF patch #482003 by Skip to fix multiline dictBarry Warsaw2001-11-281-0/+19
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+7
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-3/+8
* Convert a couple of comments to docstrings -- PyUnit can use these whenFred Drake2001-05-141-2/+2
* pprint's workhorse _safe_repr() function took time quadratic in the # ofTim Peters2001-05-141-1/+17
* Convert the pprint test to use PyUnit.Fred Drake2001-05-141-35/+57
* SF bug[ #423781: pprint.isrecursive() broken.Tim Peters2001-05-141-0/+36