<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/pprint.py, branch 3.4</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Issue #19104: pprint now produces evaluable output for wrapped strings.</title>
<updated>2014-12-20T18:57:15+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-20T18:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fe3dc376fa73fce563be26417ea763b05115990b'/>
<id>fe3dc376fa73fce563be26417ea763b05115990b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove builtin "caching" in pprint</title>
<updated>2013-10-03T19:29:36+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2013-10-03T19:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7d36e2fc5c4bc6e80beced40b6299eac39cefb0e'/>
<id>7d36e2fc5c4bc6e80beced40b6299eac39cefb0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use cached builtins.</title>
<updated>2013-10-02T16:15:54+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-10-02T16:15:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=57d5c089662c43d091aff2266bff63190e019504'/>
<id>57d5c089662c43d091aff2266bff63190e019504</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19132: The pprint module now supports compact mode.</title>
<updated>2013-10-02T08:56:18+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-10-02T08:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7c411a40413d9525aeb6114d71be3e012dbf81f5'/>
<id>7c411a40413d9525aeb6114d71be3e012dbf81f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19137: The pprint module now correctly formats instances of set and</title>
<updated>2013-10-02T08:43:30+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-10-02T08:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=092bd388ced26650cf0a5a4838a87f7ca8a9ea97'/>
<id>092bd388ced26650cf0a5a4838a87f7ca8a9ea97</id>
<content type='text'>
frozenset subclasses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
frozenset subclasses.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19137: The pprint module now correctly formats instances of set and</title>
<updated>2013-10-02T08:40:49+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-10-02T08:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=51844384f4b225d214e122edd8af65c75e50a150'/>
<id>51844384f4b225d214e122edd8af65c75e50a150</id>
<content type='text'>
frozenset subclasses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
frozenset subclasses.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17150: pprint now uses line continuations to wrap long string literals.</title>
<updated>2013-03-23T19:30:39+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2013-03-23T19:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=64c16c3311d6ef8077498096e8874756477027de'/>
<id>64c16c3311d6ef8077498096e8874756477027de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key.</title>
<updated>2012-07-21T09:17:38+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2012-07-21T09:17:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d6da90f93d6d44365f5c9f6a2290be90ccfc8d60'/>
<id>d6da90f93d6d44365f5c9f6a2290be90ccfc8d60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Have pprint() respect the order in an OrderedDict.</title>
<updated>2010-09-09T12:31:00+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2010-09-09T12:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bad3c88094f43f3bc7dcce22f47b8c2a8dddabcf'/>
<id>bad3c88094f43f3bc7dcce22f47b8c2a8dddabcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 3976: fix pprint for sets, frozensets, and dicts containing unorderable types.</title>
<updated>2009-11-19T01:07:05+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2009-11-19T01:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a7da1663ecf9a881970b096a6dd0494584d0f795'/>
<id>a7da1663ecf9a881970b096a6dd0494584d0f795</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
