<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/textwrap.py, branch v3.8.9</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>bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)</title>
<updated>2019-06-30T04:40:41+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2019-06-30T04:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3e133c401a51f08404b68f11d921f0b406283741'/>
<id>3e133c401a51f08404b68f11d921f0b406283741</id>
<content type='text'>
* Added documentation for textwrap.dedent behavior.
* Remove an obsolete note about pre-2.5 behavior from the docstring.
(cherry picked from commit eb97b9211e7c99841d6cae8c63893b3525d5a401)

Co-authored-by: tmblweed &lt;tmblweed@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added documentation for textwrap.dedent behavior.
* Remove an obsolete note about pre-2.5 behavior from the docstring.
(cherry picked from commit eb97b9211e7c99841d6cae8c63893b3525d5a401)

Co-authored-by: tmblweed &lt;tmblweed@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30620: Remove dead lines from textwrap.dedent (GH-2064)</title>
<updated>2017-06-16T02:19:43+00:00</updated>
<author>
<name>Jonathan Eunice</name>
<email>jonathan.eunice@gmail.com</email>
</author>
<published>2017-06-16T02:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7a801839e9a88bdcac5aaab494b532230fcf7caa'/>
<id>7a801839e9a88bdcac5aaab494b532230fcf7caa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.</title>
<updated>2016-10-25T11:44:54+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-10-25T11:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f3ebc9fe3fae3d44da4d0da9764ed7c033115f12'/>
<id>f3ebc9fe3fae3d44da4d0da9764ed7c033115f12</id>
<content type='text'>
Based on patch by Kaarle Ritvanen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by Kaarle Ritvanen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21827: Fixed textwrap.dedent() for the case when largest common</title>
<updated>2015-10-28T19:43:12+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-10-28T19:43:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f8152c67f52874cd4aa63f1cb3e1216382f98057'/>
<id>f8152c67f52874cd4aa63f1cb3e1216382f98057</id>
<content type='text'>
whitespace is a substring of smallest leading whitespace.
Based on patch by Robert Li.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
whitespace is a substring of smallest leading whitespace.
Based on patch by Robert Li.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21827: Fixed textwrap.dedent() for the case when largest common</title>
<updated>2015-10-28T19:39:36+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-10-28T19:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ea4cb63e68d96697ff8eb9ea86da6158f27b95a2'/>
<id>ea4cb63e68d96697ff8eb9ea86da6158f27b95a2</id>
<content type='text'>
whitespace is a substring of smallest leading whitespace.
Based on patch by Robert Li.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
whitespace is a substring of smallest leading whitespace.
Based on patch by Robert Li.
</pre>
</div>
</content>
</entry>
<entry>
<title>Escaped backslashes in docstrings.</title>
<updated>2015-04-03T15:13:23+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-03T15:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=50ef0f41afd313ed3c433f724e6aaa79d7e55c02'/>
<id>50ef0f41afd313ed3c433f724e6aaa79d7e55c02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Escaped backslashes in docstrings.</title>
<updated>2015-04-03T15:12:41+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-03T15:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9f8a8910a415e31808debe6e9fed7f7c3638d42a'/>
<id>9f8a8910a415e31808debe6e9fed7f7c3638d42a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22687: Fixed some corner cases in breaking words in tetxtwrap.</title>
<updated>2015-03-24T16:32:27+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-24T16:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=72bd327db0b26e542a327449bef77bd2bc059da4'/>
<id>72bd327db0b26e542a327449bef77bd2bc059da4</id>
<content type='text'>
Got rid of quadratic complexity in breaking long words.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Got rid of quadratic complexity in breaking long words.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add shorten to __all_ (issues #18585 and #18725).</title>
<updated>2013-10-16T10:07:53+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-10-16T10:07:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3e4b52875e0162b536817da93f54b1988195c3ab'/>
<id>3e4b52875e0162b536817da93f54b1988195c3ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18725: The textwrap module now supports truncating multiline text.</title>
<updated>2013-10-15T18:22:54+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-10-15T18:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=acc9f3fb1622c0685b52097b977cafada742be99'/>
<id>acc9f3fb1622c0685b52097b977cafada742be99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
