summaryrefslogtreecommitdiff
path: root/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed Python warningsKevin Van Brunt2017-06-301-7/+10
* Verifying a file to be loaded as a text script is either ASCII or UTF-8Kevin Van Brunt2017-06-301-1/+48
* Bumped version to 0.7.4 and updated CHANGES fileTodd Leonhardt2017-06-291-1/+1
* Made output pipe to shell command featuer much more reliableTodd Leonhardt2017-06-291-11/+10
* Command-line pipe is now handled by subprocess module instead of shellTodd Leonhardt2017-06-291-12/+11
* Refactored to replace custom StubbornDict with collections.OrderedDictTodd Leonhardt2017-06-291-82/+18
* Mac and Linux now have more similar subprocess.Popen interaction with CLI uti...Todd Leonhardt2017-06-291-7/+10
* Just checking for presence of the xclip executable in the file system path is...Todd Leonhardt2017-06-281-6/+5
* Attempt at fixing how xclip is checked for on Linux systemsTodd Leonhardt2017-06-281-3/+2
* Completely removed use of self.default_file_nameTodd Leonhardt2017-06-281-7/+22
* Fixed crash in edit if called with no argument and empty historyTodd Leonhardt2017-06-281-1/+5
* Updated comments to relect where default_file_name is usedTodd Leonhardt2017-06-281-6/+11
* Simplified implementation of do__relative_loadTodd Leonhardt2017-06-281-15/+17
* Removed the ability for load command to load a script from a URLTodd Leonhardt2017-06-281-43/+10
* Ensure path completion results are sorted alphabetically on all OSesTodd Leonhardt2017-06-251-3/+5
* Fix Linux clipboard code so it works on both Python 2 and Python 3Todd Leonhardt2017-06-251-3/+14
* Various fixes and improvementsTodd Leonhardt2017-06-251-20/+11
* Set version to 0.7.4b for nowTodd Leonhardt2017-06-241-1/+1
* Reword output for cmdenvironmentTodd Leonhardt2017-06-161-5/+7
* Removed some help_* methodsTodd Leonhardt2017-06-161-105/+21
* Fixed tab completion of command and shell commandsTodd Leonhardt2017-06-151-11/+16
* Added override of cmd.completenames() methodTodd Leonhardt2017-06-151-3/+16
* Updated CHANGES.md file and bumped version to 0.7.3Todd Leonhardt2017-06-141-1/+1
* Changed default value for USE_ARG_LIST global to TrueTodd Leonhardt2017-06-141-3/+3
* pyscript now expands the script path before calling do_pyTodd Leonhardt2017-06-131-1/+1
* Added new pyscript commandTodd Leonhardt2017-06-131-0/+36
* Minor cleanupTodd Leonhardt2017-06-131-1/+1
* Ruggedized do_py by adding try/except/finallyTodd Leonhardt2017-06-131-46/+50
* Fixes a bug which caused transcript failures to display twiceTodd Leonhardt2017-06-131-2/+1
* Manually set readline delimiters to not include a dash ("-")Todd Leonhardt2017-06-091-0/+4
* Fix a bug in history commandTodd Leonhardt2017-06-041-2/+5
* Updated cmdenvironment commandTodd Leonhardt2017-06-031-3/+6
* Removed redundant list commandTodd Leonhardt2017-06-031-35/+14
* Made a few minor clarifying comment tweaksTodd Leonhardt2017-06-011-3/+5
* Added "exclude_from_help" list as a cmd2.Cmd public attributeTodd Leonhardt2017-06-011-1/+43
* Whitespace changesTodd Leonhardt2017-06-011-36/+39
* Moved _parsed into ParserManagerCatherine Devlin2017-05-301-49/+59
* Moved parser creation into ParserManagerCatherine Devlin2017-05-301-75/+105
* Adding parseline method backTodd Leonhardt2017-05-291-0/+31
* Merge branch 'master' of https://github.com/python-cmd2/cmd2Catherine Devlin2017-05-291-2/+2
|\
| * Fix corner case in command completion of shell commandsTodd Leonhardt2017-05-231-1/+1
| * Bumping version to 0.7.3aTodd Leonhardt2017-05-221-1/+1
* | Remove unused `parseline` methodCatherine Devlin2017-05-291-29/+3
|/
* Started moving stuff aroundTodd Leonhardt2017-05-221-70/+79
* Made several methods and attributes which an end user should never need to ca...Todd Leonhardt2017-05-221-36/+37
* Bumping version to 0.7.20.7.2Todd Leonhardt2017-05-221-1/+1
* Abbreviations are no longer accepted for multiline commandsTodd Leonhardt2017-05-201-2/+2
* Fixed a hard-coded path separatorTodd Leonhardt2017-05-181-2/+2
* Updated an example, features, and changes based on new support for path and c...Todd Leonhardt2017-05-171-6/+11
* Minor tweaksTodd Leonhardt2017-05-171-2/+2