index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
pprint.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update pprint() to match the new repr style for frozensets
Raymond Hettinger
2008-01-31
1
-3/+2
*
Merged revisions 60245-60277 via svnmerge from
Christian Heimes
2008-01-25
1
-2/+8
*
Merged revisions 60176-60209 via svnmerge from
Christian Heimes
2008-01-23
1
-2/+15
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-1/+1
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-1/+4
*
Don't insist on cStringIO.
Guido van Rossum
2007-05-09
1
-1/+1
*
Nailed test_weakref.py. Pfew, messy!
Guido van Rossum
2007-02-11
1
-2/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-2/+2
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-1/+6
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-1/+1
*
Change PrettyPrinter.pprint(), so that output is written directly to the
Walter Dörwald
2005-11-11
1
-1/+2
*
Fix pprint to be able to handle objects that don't have a __repr__
Walter Dörwald
2004-11-15
1
-2/+2
*
typo - fixes 954030.
Skip Montanaro
2004-05-14
1
-2/+2
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-3/+3
*
Add parameters indent, width and depth to pprint.pprint() and pprint.pformat()
Walter Dörwald
2003-12-03
1
-4/+5
*
Patch #750542: pprint now will pretty print subclasses of list, tuple
Walter Dörwald
2003-12-03
1
-9/+13
*
Revert 1.25, as overloaded __repr__ is not considered.
Martin v. Löwis
2003-06-07
1
-8/+8
*
Patch #750542: Use issubclass instead of type identity.
Martin v. Löwis
2003-06-07
1
-8/+8
*
- PrettyPrinter.isreadable(), .isrecursive():
Fred Drake
2002-12-31
1
-21/+16
*
Change the "__ private" names to "_ protected"; this has been a pain for
Fred Drake
2002-07-08
1
-31/+31
*
Replace boolean test with is None.
Raymond Hettinger
2002-06-01
1
-1/+1
*
Partial introduction of bools where appropriate.
Guido van Rossum
2002-04-07
1
-21/+21
*
Add an experimental mechanism to support extending the pprint formatting.
Fred Drake
2002-04-02
1
-9/+13
*
__format(): Applied SF patch #482003 by Skip to fix multiline dict
Barry Warsaw
2001-11-28
1
-1/+1
*
Whitespace normalization.
Tim Peters
2001-11-13
1
-1/+1
*
Brute-force performance hackery; buys back about 20% of the time for
Fred Drake
2001-11-01
1
-121/+165
*
Remove obsolete email address.
Fred Drake
2001-10-09
1
-1/+1
*
Make pprint more locale-friendly; patch contributed by Denis S. Otkidach.
Fred Drake
2001-09-04
1
-3/+21
*
pprint's workhorse _safe_repr() function took time quadratic in the # of
Tim Peters
2001-05-14
1
-38/+27
*
SF bug[ #423781: pprint.isrecursive() broken.
Tim Peters
2001-05-14
1
-21/+29
*
__all__ for several more modules
Skip Montanaro
2001-02-12
1
-0/+2
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
Don't call len() if the value is already cached! Caught by Gerrit
Fred Drake
1999-12-22
1
-1/+1
*
Fix indent error in __format(): del context[objid] at the end should
Guido van Rossum
1999-09-02
1
-1/+2
*
_safe_repr(): Simplify the condition tests in the first possible
Fred Drake
1999-02-17
1
-7/+2
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-149/+149
*
Added code to emit trailing ',' for singleton tuples in two places.
Guido van Rossum
1997-09-14
1
-1/+7
*
Slight mods to make the module conform to the documentation.
Fred Drake
1997-07-18
1
-14/+63
*
Fix a couple of glitches identified by Greg Stein.
Fred Drake
1997-04-18
1
-4/+3
*
_safe_repr(): Make the context parameter required; ok since it's only for
Fred Drake
1997-04-16
1
-10/+9
*
Muchly changed and improved pprint.py:
Fred Drake
1997-04-16
1
-110/+167
*
Checking in a copy of Fred Drake's data structure pretty-printer
Guido van Rossum
1997-04-16
1
-0/+143