<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch fix_broken_unit_test</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>Skip a test which is failing on Python 3.8 and 3.9 for now to fix a unit test</title>
<updated>2021-01-21T02:44:25+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-01-21T02:44:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=140613f0a7eae76ad4756fa10690da6dcbb9eba1'/>
<id>140613f0a7eae76ad4756fa10690da6dcbb9eba1</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 #1032 from klieret/master</title>
<updated>2021-01-02T15:33:46+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-01-02T15:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=779aa0e9aa4b59a4f865e797ee0b5b70052a11e0'/>
<id>779aa0e9aa4b59a4f865e797ee0b5b70052a11e0</id>
<content type='text'>
Fix wrong superclass in doc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix wrong superclass in doc</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong superclass in doc</title>
<updated>2021-01-02T11:19:40+00:00</updated>
<author>
<name>Kilian</name>
<email>kilian.lieret@posteo.de</email>
</author>
<published>2021-01-02T11:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=9ee1d838877faf4c90c43bff49da5ce24881991d'/>
<id>9ee1d838877faf4c90c43bff49da5ce24881991d</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 #1021 from python-cmd2/editors</title>
<updated>2020-11-25T23:52:56+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-11-25T23:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=03c65c60b39e369958b056c5c844d36d515c8a63'/>
<id>03c65c60b39e369958b056c5c844d36d515c8a63</id>
<content type='text'>
Updated utils.find_editor() to include more Windows editors</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated utils.find_editor() to include more Windows editors</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unit test that was failing when EDITOR environment variable was set</title>
<updated>2020-11-21T19:44:15+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-11-21T19:44: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=20951e94a213eaec3a2f46f8089099256329d0e7'/>
<id>20951e94a213eaec3a2f46f8089099256329d0e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update editor list for Linux/Mac - add joe and change order of various graphical editors</title>
<updated>2020-11-21T18:57:12+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-11-21T18:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=48924c662faeaafb024ffc821698918d7c954fd2'/>
<id>48924c662faeaafb024ffc821698918d7c954fd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated utils.find_editor() to include more Windows editors</title>
<updated>2020-11-19T20:27:59+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-11-19T18:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=5dc5c694712a63ed5cd0063c67a99b5c0838f2f9'/>
<id>5dc5c694712a63ed5cd0063c67a99b5c0838f2f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGELOG with info on recent bug fix PR</title>
<updated>2020-11-18T02:55:57+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-11-18T02:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=9f1c6b1f000593b777c3ee2c62b68edd053f2a3a'/>
<id>9f1c6b1f000593b777c3ee2c62b68edd053f2a3a</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 #1018 from gmmephisto/fix-find-editor</title>
<updated>2020-11-18T02:48:50+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-11-18T02:48:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=31c2d8fcdad3b4f8be96ea604622e5b47d031a56'/>
<id>31c2d8fcdad3b4f8be96ea604622e5b47d031a56</id>
<content type='text'>
feat(utils): probe editors in system path</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(utils): probe editors in system path</pre>
</div>
</content>
</entry>
<entry>
<title>feat(utils): probe editors in system path</title>
<updated>2020-11-16T22:05:15+00:00</updated>
<author>
<name>Mikhail Ushanov</name>
<email>gm.mephisto@gmail.com</email>
</author>
<published>2020-11-16T22:05: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=6c5eea6e8eb4ed6dbd3deaeba5e1ff86161553ee'/>
<id>6c5eea6e8eb4ed6dbd3deaeba5e1ff86161553ee</id>
<content type='text'>
Signed-off-by: Mikhail Ushanov &lt;gm.mephisto@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mikhail Ushanov &lt;gm.mephisto@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
