<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/tests/test_transcript.py, branch 0.8.0</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>Remove do_save() and do_run() for #252</title>
<updated>2018-01-17T03:59:33+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2018-01-17T03:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=d8ade122f0cd23dfcad18872536cc3709334e77f'/>
<id>d8ade122f0cd23dfcad18872536cc3709334e77f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmdenvironment command has been removed and its functionality now exists as a -a/--all option to the set command</title>
<updated>2018-01-15T20:49:18+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-01-15T20:49: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=f7cc1610c8a5d981ab5ee728d61ab241ecf5d8fd'/>
<id>f7cc1610c8a5d981ab5ee728d61ab241ecf5d8fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>show command has been removed</title>
<updated>2018-01-15T20:04:12+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-01-15T20:04: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=1d1c55b7e3769bc63e8e8db3ada0a8c0d64949e6'/>
<id>1d1c55b7e3769bc63e8e8db3ada0a8c0d64949e6</id>
<content type='text'>
It's functionality has been moved inside the set command.

The set command now uses an argparse parser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's functionality has been moved inside the set command.

The set command now uses an argparse parser.
</pre>
</div>
</content>
</entry>
<entry>
<title>__relative_load command is now hidden from help menu by default</title>
<updated>2018-01-15T18:56:09+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-01-15T18:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=8d9c2813134c38f80ead43578d97b15a44503471'/>
<id>8d9c2813134c38f80ead43578d97b15a44503471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made a couple cleanup changes</title>
<updated>2018-01-15T06:34:50+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-01-15T06:34: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=141d95194b30d959f6c21f4546100551c442b13d'/>
<id>141d95194b30d959f6c21f4546100551c442b13d</id>
<content type='text'>
1) cmd2 no longer imports make_option from optparse
- test files and examples now import this directly
- this helps emphasize that this old optparse methodology of adding options to commands is deprecated

2) All argparsers have been given custom names instead of just "argparser"
- this helps with readability and maintainability, especially with IDE renaming and such
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1) cmd2 no longer imports make_option from optparse
- test files and examples now import this directly
- this helps emphasize that this old optparse methodology of adding options to commands is deprecated

2) All argparsers have been given custom names instead of just "argparser"
- this helps with readability and maintainability, especially with IDE renaming and such
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test_transcript.py in python 3.7</title>
<updated>2018-01-07T04:02:18+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2018-01-07T04:02: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=e8481e18a64a4b4500e6bade7c2602bb0739f9cc'/>
<id>e8481e18a64a4b4500e6bade7c2602bb0739f9cc</id>
<content type='text'>
re.escape() changed behavior in python 3.7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
re.escape() changed behavior in python 3.7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug if there is only one slash</title>
<updated>2017-08-22T17:14:03+00:00</updated>
<author>
<name>Jared Crapo</name>
<email>jared@kotfu.net</email>
</author>
<published>2017-08-22T17:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e3f88038367d6c6ec617ddc84dfcdb91f0dceccf'/>
<id>e3f88038367d6c6ec617ddc84dfcdb91f0dceccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comments to all regex test files</title>
<updated>2017-08-22T16:45:44+00:00</updated>
<author>
<name>Jared Crapo</name>
<email>jared@kotfu.net</email>
</author>
<published>2017-08-22T16:18:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=20d752047185214806694bc7a045a8af8e5a240f'/>
<id>20d752047185214806694bc7a045a8af8e5a240f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates to CmdLineApp()</title>
<updated>2017-08-22T03:44:35+00:00</updated>
<author>
<name>Jared Crapo</name>
<email>jared@kotfu.net</email>
</author>
<published>2017-08-22T03:44: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=886ff04fb841db140799de4c9ad683adf5093384'/>
<id>886ff04fb841db140799de4c9ad683adf5093384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regex implementation complete. Still a few bugs.</title>
<updated>2017-08-22T02:39:21+00:00</updated>
<author>
<name>Jared Crapo</name>
<email>jared@kotfu.net</email>
</author>
<published>2017-08-22T02:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=208fd69238c97a83c373343573e9f19c59124adc'/>
<id>208fd69238c97a83c373343573e9f19c59124adc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
