<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2.git, branch feature/refactor</title>
<subtitle>
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2.git/'/>
<entry>
<title>Move documentation to top-level.</title>
<updated>2011-12-30T17:30:54+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-12-30T17:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2.git/commit/?id=e8c7d7a4de0c6cb8cf6760d4d07bd8001455b18d'/>
<id>e8c7d7a4de0c6cb8cf6760d4d07bd8001455b18d</id>
<content type='text'>
Following the examples I’ve seen in other Python projects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Following the examples I’ve seen in other Python projects.
</pre>
</div>
</content>
</entry>
<entry>
<title>(Messy!) fix for some import errors.</title>
<updated>2011-12-26T16:08:49+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-12-26T16:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2.git/commit/?id=4ad50dbd97d27717c7307597e0349e767ccd880a'/>
<id>4ad50dbd97d27717c7307597e0349e767ccd880a</id>
<content type='text'>
After swearing off Eclipse for many many years, I shamefully started using it again for the functionality provided by the PyDev plug-in.

Despite living in the world’s ugliest IDE, PyDev is SUPER helpful in spotting errors and resolving dependencies.  I tip my hat to the PyDev folks!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After swearing off Eclipse for many many years, I shamefully started using it again for the functionality provided by the PyDev plug-in.

Despite living in the world’s ugliest IDE, PyDev is SUPER helpful in spotting errors and resolving dependencies.  I tip my hat to the PyDev folks!
</pre>
</div>
</content>
</entry>
<entry>
<title>Defined `__package__`</title>
<updated>2011-11-15T20:03:21+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-11-15T20:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2.git/commit/?id=89ba8c4a7626555067833b7136ee99bed4004319'/>
<id>89ba8c4a7626555067833b7136ee99bed4004319</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Various Python3 edits.</title>
<updated>2011-11-15T20:03:05+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-11-15T20:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2.git/commit/?id=69ceb1b3b4c685e628210c8e68620b4ae71689a2'/>
<id>69ceb1b3b4c685e628210c8e68620b4ae71689a2</id>
<content type='text'>
* using `isinstance()` on files checks against 2 classes instead of just 1 (a match for either returns true)

* remove `u` from the beginning of strings (Python3 has no `unicode` or `basestring` types)

* Python3 style exceptions

* Use `.format()` over `%` (not strictly Python3, but still--it’s code modernization :P)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* using `isinstance()` on files checks against 2 classes instead of just 1 (a match for either returns true)

* remove `u` from the beginning of strings (Python3 has no `unicode` or `basestring` types)

* Python3 style exceptions

* Use `.format()` over `%` (not strictly Python3, but still--it’s code modernization :P)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `.format()` over `%`; Python3 style exceptions.</title>
<updated>2011-11-15T20:00:37+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-11-15T20:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2.git/commit/?id=527ff957fa65262c0e8c7d9a7c69575ccf726684'/>
<id>527ff957fa65262c0e8c7d9a7c69575ccf726684</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `EmbeddedConsoleExit` to `errors.py`.</title>
<updated>2011-11-15T19:59:47+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-11-15T19:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2.git/commit/?id=636e4528bbaac98a24bc059b813116444e0873ba'/>
<id>636e4528bbaac98a24bc059b813116444e0873ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaked non-significant whitespace.</title>
<updated>2011-11-15T19:59:13+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-11-15T19:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2.git/commit/?id=b7c033da7f13a56c40276e8211ee14bb58793d7b'/>
<id>b7c033da7f13a56c40276e8211ee14bb58793d7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaked docstrings; switched from `%` to `.format()`.</title>
<updated>2011-11-15T19:55:33+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-11-15T19:55:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2.git/commit/?id=1dfdf8c5c86517dc62da3b109f05ddd5738e7770'/>
<id>1dfdf8c5c86517dc62da3b109f05ddd5738e7770</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Non-significant whitespace tweaks; switched to `.format()` use over the old `%`.</title>
<updated>2011-11-15T19:54:55+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-11-15T19:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2.git/commit/?id=398d5cc3c41413d2bf172cc115128c90568a233a'/>
<id>398d5cc3c41413d2bf172cc115128c90568a233a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Non-significant whitespace adjustments (readability).</title>
<updated>2011-11-15T19:53:15+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-11-15T19:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2.git/commit/?id=493d8a2b7a338a2a34fb1e10a0b89cec4455fbf9'/>
<id>493d8a2b7a338a2a34fb1e10a0b89cec4455fbf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
