<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/cmd2/rl_utils.py, branch complete_flag_names</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Added handling for OSError caused by trying to load a GNU readline shared library in</title>
<updated>2021-04-28T14:11:10+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-04-28T14:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=52aad8b80a619b13a67f9306b621df9c0e02bacf'/>
<id>52aad8b80a619b13a67f9306b621df9c0e02bacf</id>
<content type='text'>
Python environments like PyPy which have a pure Python implementation of readline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python environments like PyPy which have a pure Python implementation of readline.
</pre>
</div>
</content>
</entry>
<entry>
<title>More mypy validation changes. cmd2.py is nearly fully mypy compliant now.</title>
<updated>2021-04-02T22:00:03+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-04-01T17:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=48d26a3d668b80f0b319085b0000adbc07054e84'/>
<id>48d26a3d668b80f0b319085b0000adbc07054e84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add in isort changes</title>
<updated>2021-02-01T04:24:47+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-01T04:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=9cb49fb2a3b980f97d5fb27ea37c6dfeee3b9ec4'/>
<id>9cb49fb2a3b980f97d5fb27ea37c6dfeee3b9ec4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add black for automatic code format</title>
<updated>2021-02-01T03:29:57+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-01T03:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=f456b802754c3d1095b488d670bebba21018d823'/>
<id>f456b802754c3d1095b488d670bebba21018d823</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update conditional pyreadline3 dependency for Win</title>
<updated>2021-01-28T00:16:43+00:00</updated>
<author>
<name>Kyle King</name>
<email>KyleKing@users.noreply.github.com</email>
</author>
<published>2021-01-28T00:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=a96c0f53b2a62a94582624c76c7d990012891204'/>
<id>a96c0f53b2a62a94582624c76c7d990012891204</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed isort to force wrapping of imports to reduce merge conflicts from minor import changes.</title>
<updated>2021-01-22T15:40:50+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-01-05T16:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=a3b1b6ddf81cdc0b253f15feeb167ff348afd14f'/>
<id>a3b1b6ddf81cdc0b253f15feeb167ff348afd14f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added info on semantic versioning and branching strategy to CONTRIBUTING.md</title>
<updated>2020-04-25T01:21:35+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-04-25T01:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=9b78cf4913202995dcf065ecf5077bf16fa01f95'/>
<id>9b78cf4913202995dcf065ecf5077bf16fa01f95</id>
<content type='text'>
Also:
- Added isort to Pipenv dev
- Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke
- Ran isort to sort includes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Added isort to Pipenv dev
- Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke
- Ran isort to sort includes
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed ansi_safe_wcswidth() to style_aware_wcswidth()</title>
<updated>2019-12-19T22:00:29+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-12-19T22:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=b0e5aabad9c902ee5d664bf58885245060114f61'/>
<id>b0e5aabad9c902ee5d664bf58885245060114f61</id>
<content type='text'>
Renamed ansi_aware_write() to style_aware_write()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renamed ansi_aware_write() to style_aware_write()
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified line of code</title>
<updated>2019-11-26T00:23:13+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-11-26T00:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=f60ba9f0dc5817f834fb154a2339f65e76116ccc'/>
<id>f60ba9f0dc5817f834fb154a2339f65e76116ccc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added # pragma: no cover to some code in rl_utils</title>
<updated>2019-11-25T03:49:15+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-11-25T03:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=c297e567792eeaea26020de7235358e95e22ae0d'/>
<id>c297e567792eeaea26020de7235358e95e22ae0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
