<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/cmd2/utils.py, branch 0.9.4</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>Addeded utility function for combining unicode normalization and casefolding into a single step</title>
<updated>2018-08-03T03:54:41+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-08-03T03:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ca27fac72bf8e0b5885587b354b8fcb889f8ee79'/>
<id>ca27fac72bf8e0b5885587b354b8fcb889f8ee79</id>
<content type='text'>
Also:
- Updated the alphabetical sort utility function to use this
- Started adding explicit unit tests for functions in utils.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Updated the alphabetical sort utility function to use this
- Started adding explicit unit tests for functions in utils.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Added alphabetical_sort() function</title>
<updated>2018-08-01T16:00:08+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-08-01T16:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=47f963e4912ce8e765cf0f724e5d19f2cecd4bce'/>
<id>47f963e4912ce8e765cf0f724e5d19f2cecd4bce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added matches_sorted member to support custom sorting order of tab-completion matches</title>
<updated>2018-08-01T07:08:22+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-08-01T07:08:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=519283d460e4797ca1376348b63f737749ccc016'/>
<id>519283d460e4797ca1376348b63f737749ccc016</id>
<content type='text'>
Made all sorting alphabetical
Fixed case where extra slash was printing when tab completing users on Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made all sorting alphabetical
Fixed case where extra slash was printing when tab completing users on Windows
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into history</title>
<updated>2018-07-12T05:09:05+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-07-12T05:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=131e0d2e6481dfde4e061c0ae4afdff3edf01851'/>
<id>131e0d2e6481dfde4e061c0ae4afdff3edf01851</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deleted the CmdResult helper class</title>
<updated>2018-07-11T23:46:48+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-07-11T23:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=6bb7e4c110f8779e550502c251648b7e7af93154'/>
<id>6bb7e4c110f8779e550502c251648b7e7af93154</id>
<content type='text'>
The CmdResult helper class was deprecated in the previous release.  This commit deletes it.
- The new CommandResult class is an improved replacement

Also:
- Deleted the namedtuple_with_two_defaults helper function which is now no longer used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CmdResult helper class was deprecated in the previous release.  This commit deletes it.
- The new CommandResult class is an improved replacement

Also:
- Deleted the namedtuple_with_two_defaults helper function which is now no longer used
</pre>
</div>
</content>
</entry>
<entry>
<title>Added --clear argument to history command</title>
<updated>2018-07-11T06:40:26+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-07-11T06:40:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=969dab29bbaed194edce881d60643f5e95a02366'/>
<id>969dab29bbaed194edce881d60643f5e95a02366</id>
<content type='text'>
Added better error checking when loading readline history file
Improved some error messages
Changed IOError usages to OSError since they were merged in Python 3.3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added better error checking when loading readline history file
Improved some error messages
Changed IOError usages to OSError since they were merged in Python 3.3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added yet more type hinting</title>
<updated>2018-06-10T19:26:39+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-06-10T19:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=6ba8d96321bf4052105f6f7fb6027d9e7073ea6c'/>
<id>6ba8d96321bf4052105f6f7fb6027d9e7073ea6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Working on improving type hinting</title>
<updated>2018-06-09T22:57:13+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-06-09T22:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=6f06dd97b30ba2bed40d580f3dc966dc9be103fd'/>
<id>6f06dd97b30ba2bed40d580f3dc966dc9be103fd</id>
<content type='text'>
Also:
- Refactored perror() to remove a rarely used optional argument which was unecessary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Refactored perror() to remove a rarely used optional argument which was unecessary
</pre>
</div>
</content>
</entry>
<entry>
<title>Make changes requested in PR #413</title>
<updated>2018-05-25T01:02:32+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2018-05-25T01:02:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=190fecb34ac91e25f64615f378d6d59ef6d77de8'/>
<id>190fecb34ac91e25f64615f378d6d59ef6d77de8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move more code from cmd2.py into utils.py</title>
<updated>2018-05-06T23:55:30+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2018-05-06T23:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=fc495a4201cee744807bee058115824287cd6b33'/>
<id>fc495a4201cee744807bee058115824287cd6b33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
