<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/cmd2/utils.py, branch 0.9.14</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Moved code related to ANSI escape codes to new file called ansi.py</title>
<updated>2019-06-26T06:33:18+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-06-26T06:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e34bba44ef53228aeba613ac6e928b2c315111cf'/>
<id>e34bba44ef53228aeba613ac6e928b2c315111cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added bold and underline to style()</title>
<updated>2019-06-26T05:20:48+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-06-26T05:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e6f65e607c6ad2350dfce05f3d5080d0ffbe35f1'/>
<id>e6f65e607c6ad2350dfce05f3d5080d0ffbe35f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unneeded (optional) text from docstrings</title>
<updated>2019-06-26T04:24:08+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-06-26T04:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=db984de915944d6421e70b2064400fb3c0ec2f9c'/>
<id>db984de915944d6421e70b2064400fb3c0ec2f9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed style_message to style</title>
<updated>2019-06-26T04:07:52+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-06-26T04:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=61698b2fc28daad462da9e459318e3208e0d7920'/>
<id>61698b2fc28daad462da9e459318e3208e0d7920</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed end argument from style_message</title>
<updated>2019-06-25T20:02:01+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-06-25T20:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=1be669baed037a1b7a0647242532b2867a3b8ba8'/>
<id>1be669baed037a1b7a0647242532b2867a3b8ba8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flake8 errors, don't use Style.RESET, fix docstring, change some pexcept() calls to perror()</title>
<updated>2019-06-25T02:54:58+00:00</updated>
<author>
<name>Daniel Ahn</name>
<email>sangbumahn@gmail.com</email>
</author>
<published>2019-06-25T02:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=2461740fc18e9d7fd0eb7aab20fcc168d2318dd0'/>
<id>2461740fc18e9d7fd0eb7aab20fcc168d2318dd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial Commit for Issue 698</title>
<updated>2019-06-25T00:54:15+00:00</updated>
<author>
<name>xNinjaKittyx</name>
<email>sangbumahn@gmail.com</email>
</author>
<published>2019-06-25T00:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e8206628eefe8234cb5118807c6f40e983c2a316'/>
<id>e8206628eefe8234cb5118807c6f40e983c2a316</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added center_text() utility function for centering text in a terminal along with unit tests for it</title>
<updated>2019-06-16T18:41:49+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-06-16T18:41:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=a9ce49bfc46610e03d62a1e4afbfdde9f5b0f7ee'/>
<id>a9ce49bfc46610e03d62a1e4afbfdde9f5b0f7ee</id>
<content type='text'>
This function isn't used yet, but I have plans to use it when improving the output of transcript testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function isn't used yet, but I have plans to use it when improving the output of transcript testing
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a few comments where "redirecting" accidentally got changed to "_redirecting"</title>
<updated>2019-06-15T20:27:29+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-06-15T20:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f77c44dd79b484f96a3077fd7ca64fd5b3c35fa1'/>
<id>f77c44dd79b484f96a3077fd7ca64fd5b3c35fa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Began work to minimize public API</title>
<updated>2019-06-15T19:00:59+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-06-15T19:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=70bf9e1a12b89bb913c11fb07893ab4b9cab2576'/>
<id>70bf9e1a12b89bb913c11fb07893ab4b9cab2576</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
