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
/
test
/
test_pprint.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify various spots where: str() is called on something
Walter Dörwald
2007-06-11
1
-9/+3
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-2/+2
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-1/+1
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-4/+31
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-13/+13
*
Add parameters indent, width and depth to pprint.pprint() and pprint.pformat()
Walter Dörwald
2003-12-03
1
-0/+6
*
Patch #750542: pprint now will pretty print subclasses of list, tuple
Walter Dörwald
2003-12-03
1
-4/+39
*
Make sure PrettyPrinter methods that mirror the module-level
Fred Drake
2002-12-31
1
-3/+27
*
Standardize behavior: no docstrings in test functions.
Guido van Rossum
2002-08-22
1
-5/+6
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-2/+1
*
Add an experimental mechanism to support extending the pprint formatting.
Fred Drake
2002-04-02
1
-0/+21
*
__format(): Applied SF patch #482003 by Skip to fix multiline dict
Barry Warsaw
2001-11-28
1
-0/+19
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
1
-1/+7
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
1
-3/+8
*
Convert a couple of comments to docstrings -- PyUnit can use these when
Fred Drake
2001-05-14
1
-2/+2
*
pprint's workhorse _safe_repr() function took time quadratic in the # of
Tim Peters
2001-05-14
1
-1/+17
*
Convert the pprint test to use PyUnit.
Fred Drake
2001-05-14
1
-35/+57
*
SF bug[ #423781: pprint.isrecursive() broken.
Tim Peters
2001-05-14
1
-0/+36