summaryrefslogtreecommitdiff
path: root/Lib/test/test_pprint.py
Commit message (Expand)AuthorAgeFilesLines
* Issue25506: Fixed a copy-pasting error in test_pprint.Serhiy Storchaka2015-10-291-1/+1
* Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-201-9/+8
|\
| * Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-201-9/+8
| * #24215: also back out changeset that broke test_trace in 3.4.R David Murray2015-05-191-8/+9
* | Back out changeset 955dffec3d94 since it broke the buildbots.R David Murray2015-05-191-8/+9
* | Added tests for more builtin types.Serhiy Storchaka2015-05-161-9/+8
|\ \ | |/
| * Added tests for more builtin types.Serhiy Storchaka2015-05-161-9/+8
* | Issue #23870: The pprint module now supports all standard collectionsSerhiy Storchaka2015-05-121-0/+148
* | Issue #22721: An order of multiline pprint output of set or dict containingSerhiy Storchaka2015-04-061-0/+39
* | Issue #23775: pprint() of OrderedDict now outputs the same representationSerhiy Storchaka2015-03-261-18/+22
* | Issue #23776: Removed asserts from pprint.PrettyPrinter constructor.Serhiy Storchaka2015-03-261-4/+17
* | Issue #23502: The pprint module now supports mapping proxies.Serhiy Storchaka2015-03-241-0/+29
* | Issue #17530: pprint now wraps long bytes objects and bytearrays.Serhiy Storchaka2015-03-241-0/+100
* | Issue #19105: pprint now more efficiently uses free space at the right.Serhiy Storchaka2015-02-141-11/+86
|/
* Issue #19104: pprint now produces evaluable output for wrapped strings.Serhiy Storchaka2014-12-201-10/+13
* Issue #19132: The pprint module now supports compact mode.Serhiy Storchaka2013-10-021-0/+12
* Issue #19137: The pprint module now correctly formats instances of set andSerhiy Storchaka2013-10-021-12/+67
|\
| * Issue #19137: The pprint module now correctly formats instances of set andSerhiy Storchaka2013-10-021-12/+67
* | Issue #17150: pprint now uses line continuations to wrap long string literals.Antoine Pitrou2013-03-231-0/+38
|/
* Fix test_pprint random dict ordering.Florent Xicluna2012-07-211-2/+3
|\
| * Fix test_pprint random dict ordering.Florent Xicluna2012-07-211-2/+3
* | Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with uno...Florent Xicluna2012-07-211-0/+9
|\ \ | |/
| * Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with uno...Florent Xicluna2012-07-211-0/+9
* | Implement PEP 412: Key-sharing dictionaries (closes #13903)Benjamin Peterson2012-04-231-0/+4
|/
* Issue9131: Mark fragile test as CPython-specificDaniel Stutzbach2010-09-211-0/+22
* Have pprint() respect the order in an OrderedDict.Raymond Hettinger2010-09-091-0/+16
* Merged revisions 77729 via svnmerge fromEzio Melotti2010-01-241-35/+32
* Issue 3976: fix pprint for sets, frozensets, and dicts containing unorderable...Raymond Hettinger2009-11-191-0/+19
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-2/+2
* Merged revisions 64446,64490,64495,64526,64567 via svnmerge fromGeorg Brandl2008-07-161-0/+11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-0/+15
* Update pprint() to match the new repr style for frozensetsRaymond Hettinger2008-01-311-158/+158
* Merged revisions 60245-60277 via svnmerge fromChristian Heimes2008-01-251-0/+192
* Simplify various spots where: str() is called on somethingWalter Dörwald2007-06-111-9/+3
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-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