summaryrefslogtreecommitdiff
path: root/cmd2.py
Commit message (Collapse)AuthorAgeFilesLines
* Switched to a safer way of dealing with the fact that Python 3 removed the ↵Todd Leonhardt2016-12-111-4/+2
| | | | built-in file() function.
* Enabling packrat for all parsing in both Python 2 and Python 3 since that ↵Todd Leonhardt2016-12-091-17/+2
| | | | bug was from a very old version of pyparsing and Python 3.2
* Whitespace change to be mostly PEP8 compliantTodd Leonhardt2016-12-091-89/+177
|
* Stage 3 of refactoring.Todd Leonhardt2016-12-091-5/+9
| | | | Transcript testing now works on both Python 2 and Python 3 thanks to six.next().
* Second stage of refactoring using six module for unified Python 2/3 codebaseTodd Leonhardt2016-12-091-46/+52
|
* First stage of refactoring to support full simultaneous Python 2 and 3 ↵Todd Leonhardt2016-12-091-23/+31
| | | | compatibility via use of the six module.
* Loading in a script file now works in Python 3.5Todd Leonhardt2016-12-091-0/+8
|
* Support Python 3 input(), related to #26Federico Ceratto2016-05-121-0/+5
|
* Update versionFederico Ceratto2016-02-231-2/+2
|
* subprocess.mswindows does not exist in python3.5Hans Lellelid2016-02-201-1/+1
| | | Am hoping that the sys.platform (https://docs.python.org/2/library/sys.html#sys.platform) check is sufficient, though perhaps there was a reason this was not done initially.
* Minor cleanupFederico Ceratto2016-02-201-151/+170
|
* Marking for 0.6.8 release0.6.8Catherine Devlin2014-12-081-1/+1
|
* In the event "which" is not installed, return NoneIan Cordasco2014-10-091-1/+7
|
* Fix exception handling syntax for python 3.3.Doug Hellmann2013-09-161-13/+13
|
* v0.6.6.1. No code changes, but using Python2 to generate sdist to avoid ↵Catherine Devlin2013-08-141-1/+1
| | | | writing 2to3 changes into PyPI.
* v0.6.6 silencing editor checkCatherine Devlin2013-08-061-1/+1
|
* Fixed "which" calls being verbose to stderr.desaintmartin2013-05-311-2/+2
| | | | Add "vi" to the list of possible editors.
* marking v0.6.5.10.6.5.1Catherine Devlin2013-03-181-1/+1
|
* v0.6.5Catherine Devlin2013-02-281-1/+1
|
* Indicate change in repository host to bitbucketCatherine Devlin2012-05-261-0/+1593