<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2.git/cmd2/cmd2.py, branch feature/refactor</title>
<subtitle>
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2.git/'/>
<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://91.123.203.49/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>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://91.123.203.49/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>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://91.123.203.49/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>
<entry>
<title>Tweaked file's docstring, regrouped imports</title>
<updated>2011-11-15T19:51:40+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-11-15T19:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2.git/commit/?id=a919d67b9ffc3836b6df38b4601825a9516ff71a'/>
<id>a919d67b9ffc3836b6df38b4601825a9516ff71a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added first-line comment, declaring UTF-8 encoding.</title>
<updated>2011-11-12T18:29:35+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-11-12T18:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2.git/commit/?id=c63fe654cfaef34b747ed638a5f2149a4ecd022b'/>
<id>c63fe654cfaef34b747ed638a5f2149a4ecd022b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docstring stubs added. (Non-leading!) Whitespace for readability.</title>
<updated>2011-11-12T17:46:59+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-11-12T17:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2.git/commit/?id=e3a26c6d709e0e13270aa46d8f8136e93508137c'/>
<id>e3a26c6d709e0e13270aa46d8f8136e93508137c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved all non-“boilerplate” files under cmd2</title>
<updated>2011-10-10T13:45:56+00:00</updated>
<author>
<name>Zearin</name>
<email>zearin@gonk.net</email>
</author>
<published>2011-10-10T13:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2.git/commit/?id=4b45997e02fca4f78e85f4ab2d43fe7adc213246'/>
<id>4b45997e02fca4f78e85f4ab2d43fe7adc213246</id>
<content type='text'>
/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
/.
</pre>
</div>
</content>
</entry>
</feed>
