<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch 0.9.8</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>Merge pull request #624 from python-cmd2/doc_updates</title>
<updated>2019-02-07T02:40:00+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-02-07T02:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=bc9fd93cf00dc8adddb87b1fd973309d6c38c2a5'/>
<id>bc9fd93cf00dc8adddb87b1fd973309d6c38c2a5</id>
<content type='text'>
Minor doc updates that fix a few typos and inaccuracies</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor doc updates that fix a few typos and inaccuracies</pre>
</div>
</content>
</entry>
<entry>
<title>Minor doc updates that fix a few typos and inaccuracies</title>
<updated>2019-02-07T01:38:23+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-02-07T01:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ec404a6451a608ae6fcc34420b7abf8ae436d464'/>
<id>ec404a6451a608ae6fcc34420b7abf8ae436d464</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #623 from python-cmd2/pyscript_quit</title>
<updated>2019-02-07T01:18:26+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-02-07T01:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=911d9651dd5370f4432b45ba1e481309d01178d5'/>
<id>911d9651dd5370f4432b45ba1e481309d01178d5</id>
<content type='text'>
Fixed issue where calling exit() or quit() from a pyscript would close the whole console</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed issue where calling exit() or quit() from a pyscript would close the whole console</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress KeyboardInterrupt in portions of py/pyscript where the interactive console isn't running</title>
<updated>2019-02-06T16:08:03+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-02-06T16:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=555f023c6a494a867d75959276c8a4c0746f2fbb'/>
<id>555f023c6a494a867d75959276c8a4c0746f2fbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue where calling exit() or quit() from a pyscript would close the whole console</title>
<updated>2019-02-06T08:55:19+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-02-06T08:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=dc6590f39395aa479d3ea1f445b1fc960e264e71'/>
<id>dc6590f39395aa479d3ea1f445b1fc960e264e71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed comment</title>
<updated>2019-02-06T08:48:14+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-02-06T08:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=7d93134ff806a1adb2af55343dc69dcddb4c110c'/>
<id>7d93134ff806a1adb2af55343dc69dcddb4c110c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #619 from python-cmd2/string_stream</title>
<updated>2019-01-24T21:19:36+00:00</updated>
<author>
<name>kmvanbrunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-01-24T21:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=c7f7757dbd5279d30318a3fe30e1f0bf7d415901'/>
<id>c7f7757dbd5279d30318a3fe30e1f0bf7d415901</id>
<content type='text'>
Fixed buffering issue when echoing StdSim data</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed buffering issue when echoing StdSim data</pre>
</div>
</content>
</entry>
<entry>
<title>Increased code coverage</title>
<updated>2019-01-24T21:10:18+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-01-24T21:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=95961816178cfe7c2bf7ef2e6dd450d53a5a7982'/>
<id>95961816178cfe7c2bf7ef2e6dd450d53a5a7982</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added StdSim bug fix</title>
<updated>2019-01-24T21:00:38+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-01-24T21:00:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=1fdb9a9463eeafb7b8644f341a1df36007c00c52'/>
<id>1fdb9a9463eeafb7b8644f341a1df36007c00c52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Echoing string data directly to inner_stream instead of inner_stream.buffer to make sure line buffering is respected</title>
<updated>2019-01-24T20:57:26+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-01-24T20:57:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e5fc3229aa87bb87c40af228c00206b774867483'/>
<id>e5fc3229aa87bb87c40af228c00206b774867483</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
