summaryrefslogtreecommitdiffstats
path: root/Lib/pprint.py
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Don't call len() if the value is already cached! Caught by GerritFred Drake1999-12-221-1/+1
* Fix indent error in __format(): del context[objid] at the end shouldGuido van Rossum1999-09-021-1/+2
* _safe_repr(): Simplify the condition tests in the first possibleFred Drake1999-02-171-7/+2
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-149/+149
* Added code to emit trailing ',' for singleton tuples in two places.Guido van Rossum1997-09-141-1/+7
* Slight mods to make the module conform to the documentation.Fred Drake1997-07-181-14/+63
* Fix a couple of glitches identified by Greg Stein.Fred Drake1997-04-181-4/+3
* _safe_repr(): Make the context parameter required; ok since it's only forFred Drake1997-04-161-10/+9
* Muchly changed and improved pprint.py:Fred Drake1997-04-161-110/+167
* Checking in a copy of Fred Drake's data structure pretty-printerGuido van Rossum1997-04-161-0/+143