summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another attempt at fixing README.rstTodd Leonhardt2017-03-161-5/+4
* Attempt at fixing the end of README.rstTodd Leonhardt2017-03-161-1/+2
* Merge pull request #82 from python-cmd2/regex_transcriptTodd Leonhardt2017-03-166-7/+76
|\
| * Apparently regex syntax is stricter for Python 3 on Windows.Todd Leonhardt2017-03-164-2/+9
| * Added a regex to transcript for color because its not present on Windows.Todd Leonhardt2017-03-162-4/+4
| * Added example of using a regular expression in a transcript test.Todd Leonhardt2017-03-165-7/+69
|/
* Merge pull request #80 from python-cmd2/cmd_resultTodd Leonhardt2017-03-143-66/+88
|\
| * Improved the CmdResult namedtuple subclassTodd Leonhardt2017-03-143-66/+88
|/
* Merge pull request #79 from python-cmd2/unicode_exampleTodd Leonhardt2017-03-141-3/+5
|\
| * Added intro with unicode characters to one example.Todd Leonhardt2017-03-141-3/+5
|/
* Merge pull request #78 from python-cmd2/whitespaceTodd Leonhardt2017-03-131-14/+17
|\
| * Minor whitespace tweaks to shorten a few really long lines.Todd Leonhardt2017-03-131-14/+17
|/
* Merge pull request #77 from python-cmd2/spellingTodd Leonhardt2017-03-1328-86/+110
|\
| * Commented out Mac OS X builds for Travis CI since they are still painfully ba...Todd Leonhardt2017-03-131-18/+19