<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/pprint.py, branch faster-bytes-iter</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-37376: pprint support for SimpleNamespace (GH-14318)</title>
<updated>2019-06-26T23:13:18+00:00</updated>
<author>
<name>Carl Bordum Hansen</name>
<email>carl@bordum.dk</email>
</author>
<published>2019-06-26T23:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=06a8916cf465f139dca958685b0da899364b8a8c'/>
<id>06a8916cf465f139dca958685b0da899364b8a8c</id>
<content type='text'>
https://bugs.python.org/issue37376</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.python.org/issue37376</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30670: Add pp function to the pprint module (GH-11769)</title>
<updated>2019-03-22T17:22:20+00:00</updated>
<author>
<name>Rémi Lapeyre</name>
<email>remi.lapeyre@henki.fr</email>
</author>
<published>2019-03-22T17:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=96831c7fcf888af187bbae8254608cccb4d6a03c'/>
<id>96831c7fcf888af187bbae8254608cccb4d6a03c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180)</title>
<updated>2018-12-17T10:30:34+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-12-17T10:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=8db5b54463118e5eb60cb3582e3108623f01f5df'/>
<id>8db5b54463118e5eb60cb3582e3108623f01f5df</id>
<content type='text'>
TextTestRunner of unittest.runner now uses time.perf_counter() rather
than time.time() to measure the execution time of a test: time.time()
can go backwards, whereas time.perf_counter() is monotonic.

Similar change made in libregrtest, pprint and random.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TextTestRunner of unittest.runner now uses time.perf_counter() rather
than time.time() to measure the execution time of a test: time.time()
can go backwards, whereas time.perf_counter() is monotonic.

Similar change made in libregrtest, pprint and random.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26778: Fixed "a/an/and" typos in code comment and documentation.</title>
<updated>2016-04-17T05:32:47+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-04-17T05:32:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=6a7b3a77b4b2be0badd24ee5f0fdbaa2e0e79c3d'/>
<id>6a7b3a77b4b2be0badd24ee5f0fdbaa2e0e79c3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18682: Optimized pprint functions for builtin scalar types.</title>
<updated>2015-05-16T18:38:05+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-05-16T18:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=8eb1f077c2be03f72ef31ddd2cfe805ffbfbd524'/>
<id>8eb1f077c2be03f72ef31ddd2cfe805ffbfbd524</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23870: The pprint module now supports all standard collections</title>
<updated>2015-05-12T10:35:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-05-12T10:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=bedbf96e848c46822f44beb264f7fbbea02e1d89'/>
<id>bedbf96e848c46822f44beb264f7fbbea02e1d89</id>
<content type='text'>
except named tuples.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
except named tuples.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22721: An order of multiline pprint output of set or dict containing</title>
<updated>2015-04-06T19:52:44+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-06T19:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=62aa7dc7c9b279df9bfd23c3553b1c27725dc76b'/>
<id>62aa7dc7c9b279df9bfd23c3553b1c27725dc76b</id>
<content type='text'>
orderable and non-orderable elements no longer depends on iteration order of
set or dict.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
orderable and non-orderable elements no longer depends on iteration order of
set or dict.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23775: pprint() of OrderedDict now outputs the same representation</title>
<updated>2015-03-26T06:51:33+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-26T06:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=aa4c36fbbb47fe54d578cb7f04f53179360e5aa7'/>
<id>aa4c36fbbb47fe54d578cb7f04f53179360e5aa7</id>
<content type='text'>
as repr().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as repr().
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23776: Removed asserts from pprint.PrettyPrinter constructor.</title>
<updated>2015-03-26T06:43:21+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-26T06:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=f3fa308817a578c8809c70f6b24b1c489eeef803'/>
<id>f3fa308817a578c8809c70f6b24b1c489eeef803</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23502: The pprint module now supports mapping proxies.</title>
<updated>2015-03-24T17:31:50+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-24T17:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=87eb482e30ec76976e7c04b1547faaab0df40261'/>
<id>87eb482e30ec76976e7c04b1547faaab0df40261</id>
<content type='text'>
In particular the __dict__ attributes of building types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In particular the __dict__ attributes of building types.
</pre>
</div>
</content>
</entry>
</feed>
