summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Moved parser creation into ParserManagerCatherine Devlin2017-05-302-78/+111
* Merge pull request #108 from python-cmd2/remove_parselineTodd Leonhardt2017-05-291-2/+7
|\
| * Adding parseline method backTodd Leonhardt2017-05-291-0/+31
| * Merge branch 'master' of https://github.com/python-cmd2/cmd2Catherine Devlin2017-05-293-4/+4
| |\ | |/ |/|
* | Merge pull request #107 from python-cmd2/shell_completionTodd Leonhardt2017-05-231-1/+1
|\ \
| * | Fix corner case in command completion of shell commandsTodd Leonhardt2017-05-231-1/+1
|/ /
* | Bumping version to 0.7.3aTodd Leonhardt2017-05-223-3/+3
| * Remove unused `parseline` methodCatherine Devlin2017-05-291-29/+3
|/
* Merge pull request #104 from python-cmd2/refactorCatherine Devlin2017-05-221-105/+115
|\
| * 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-224-4/+11
* Adding a MANIFEST.in fileTodd Leonhardt2017-05-221-0/+3
* Updated fabfile to use CHANGES.md instead of CHANGES.rstTodd Leonhardt2017-05-221-3/+3
* Merge pull request #103 from python-cmd2/multiline_abbreviations0.7.1Todd Leonhardt2017-05-214-3/+15
|\
| * Added a unit test and updated changesTodd Leonhardt2017-05-212-1/+8
| * Abbreviations are no longer accepted for multiline commandsTodd Leonhardt2017-05-202-2/+7
|/
* Merge pull request #101 from python-cmd2/windows_pathTodd Leonhardt2017-05-183-4/+4
|\
| * Fixed a hard-coded path separatorTodd Leonhardt2017-05-183-4/+4
|/
* Merge pull request #99 from python-cmd2/tab_completionTodd Leonhardt2017-05-174-34/+191
|\
| * Updated an example, features, and changes based on new support for path and c...Todd Leonhardt2017-05-174-18/+16
| * Minor tweaksTodd Leonhardt2017-05-171-2/+2
| * Tons of tab completion changesTodd Leonhardt2017-05-171-22/+181
|/
* Renamed CHANGES.rst to CHANGES.mdTodd Leonhardt2017-05-161-8/+7
* Merge pull request #97 from python-cmd2/path_completionTodd Leonhardt2017-05-161-26/+13
|\
| * Improved local path completionTodd Leonhardt2017-05-161-26/+13
|/
* Merge pull request #95 from python-cmd2/auto_completionTodd Leonhardt2017-05-161-0/+56
|\
| * Added path_complete() static method for local file system path completionTodd Leonhardt2017-05-161-0/+56
|/
* Merge pull request #93 from python-cmd2/gnureadlineTodd Leonhardt2017-05-112-11/+38
|\
| * Fix Windows unit testsTodd Leonhardt2017-05-111-1/+7
| * Windows terminal doesn't use ANSI escape codesTodd Leonhardt2017-05-111-0/+4
| * Added code to protect against GNU Readline bugTodd Leonhardt2017-05-111-1/+27
| * Documentation updateTodd Leonhardt2017-05-111-1/+1
| * Reverting change which prefers gnureadline if availableTodd Leonhardt2017-05-111-9/+0
|/
* Updated POC infoTodd Leonhardt2017-05-032-2/+2
* Merge pull request #91 from python-cmd2/readline_improvementsTodd Leonhardt2017-05-031-9/+13
|\
| * Added some checks to deal with unit testing on Windows systems with no readlineTodd Leonhardt2017-05-031-6/+15
| * Try to import gnureadline and then if that fails import readlineTodd Leonhardt2017-05-031-17/+12
|/
* Merge pull request #89 from python-cmd2/transcript_fixesTodd Leonhardt2017-04-265-56/+32
|\
| * Fixed transcript testing issuesTodd Leonhardt2017-04-265-56/+32
|/
* Merge pull request #87 from python-cmd2/transcript_testingTodd Leonhardt2017-04-261-0/+7
|\
| * Transcript testing now calls preloop() before and postloop() afterTodd Leonhardt2017-04-261-0/+7
|/
* Merge pull request #84 from python-cmd2/pipe_fixTodd Leonhardt2017-04-041-5/+11
|\
| * Don't throw exception when piping command output to a shell commandTodd Leonhardt2017-04-041-5/+11
|/
* Fixed a broken linkTodd Leonhardt2017-03-171-1/+1
* README.md now uses ```python ``` blocks for displaying Python code.Todd Leonhardt2017-03-171-119/+131
* Forgot to save before pushing ...Todd Leonhardt2017-03-171-17/+12
* Converted README.rst to README.md.Todd Leonhardt2017-03-171-249/+221
* Not sure why GitHub isn't recognizing the README.rstTodd Leonhardt2017-03-171-5/+1
* Third time is a charm?Todd Leonhardt2017-03-161-1/+1