summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move documentation to top-level.feature/refactorZearin2011-12-3044-0/+2674
* (Messy!) fix for some import errors.Zearin2011-12-262-13/+23
* Defined `__package__`Zearin2011-11-151-1/+3
* Various Python3 edits.Zearin2011-11-151-46/+11
* Use `.format()` over `%`; Python3 style exceptions.Zearin2011-11-151-30/+30
* Move `EmbeddedConsoleExit` to `errors.py`.Zearin2011-11-151-4/+0
* Tweaked non-significant whitespace.Zearin2011-11-151-15/+56
* Tweaked docstrings; switched from `%` to `.format()`.Zearin2011-11-151-5/+41
* Non-significant whitespace tweaks; switched to `.format()` use over the old `%`.Zearin2011-11-151-13/+49
* Non-significant whitespace adjustments (readability).Zearin2011-11-151-20/+58
* Tweaked file's docstring, regrouped importsZearin2011-11-151-49/+101
* Added first-line comment, declaring UTF-8 encoding.Zearin2011-11-128-11/+21
* Made INSTALL permissions include executable (to match README).Zearin2011-11-121-0/+0
* Elaborated comment to explain I am still a relative newcomer to Python.Zearin2011-11-121-0/+4
* Docstring stubs added. (Non-leading!) Whitespace for readability.Zearin2011-11-126-113/+206
* Added `.rst` extension to ReST files.Zearin2011-11-112-0/+0
* Whitespace adjustments (for readability)Zearin2011-10-173-23/+26
* Moved all non-“boilerplate” files under cmd2Zearin2011-10-1059-0/+0
* Added runTranscriptTests() to tests.py.Zearin2011-10-101-25/+41
* Added docstring to `fund_named()`.Zearin2011-10-081-0/+2
* Moved all `do_*` methods to commands.py.Zearin2011-10-082-501/+520
* Moved code from cmd2.py into errors.py, parsers.py, support.py, and tests.py.Zearin2011-10-075-928/+1189
* Changed docstring comment to a normal comment.Zearin2011-10-071-10/+13
* Added header comments to describe each file's purpose.Zearin2011-10-076-0/+32
* Added bare files to begin refactoring.Zearin2011-10-076-0/+0
* Added header comments to ignoreBug.py and setup.py indicating they should des...Zearin2011-10-072-0/+11
* Removed leftovers from installing with pip.Zearin2011-10-07569-87168/+0
* Ignore Mercurial dotfiles (.hg*).Zearin2011-10-0799-169/+2
* Initial import.Zearin2011-10-05725-0/+92080