summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Filled in date for 0.9.3 release0.9.3Kevin Van Brunt2018-07-121-1/+1
* Merge pull request #468 from python-cmd2/hist_testsTodd Leonhardt2018-07-121-0/+71
|\
| * Added a session-scoped test fixture to ensure teardown of the persistent hist...Todd Leonhardt2018-07-121-14/+22
| * Added unit tests for persistent history fileKevin Van Brunt2018-07-121-0/+63
|/
* Merge pull request #467 from python-cmd2/historykmvanbrunt2018-07-125-37/+100
|\
| * Added description of history --clear flag to change logKevin Van Brunt2018-07-121-0/+2
| * Merge branch 'master' into historyTodd Leonhardt2018-07-125-40/+15
| |\ | |/ |/|
* | Merge pull request #466 from python-cmd2/delete_cmdresultTodd Leonhardt2018-07-125-40/+15
|\ \
| * | Add Python 3.7 to AppVeyor Windows build/testTodd Leonhardt2018-07-112-2/+12
| * | Deleted the CmdResult helper classTodd Leonhardt2018-07-113-38/+3
|/ /
| * Added unit testsKevin Van Brunt2018-07-121-4/+29
| * Merge branch 'master' into historyKevin Van Brunt2018-07-123-3/+26
| |\ | |/ |/|
* | Merge pull request #465 from python-cmd2/onecmd_strTodd Leonhardt2018-07-113-3/+26
|\ \
| * | Updated CHANGELOGTodd Leonhardt2018-07-111-1/+4
| * | Added a couple simple unit tests for the case where onecmd accepts a raw stringTodd Leonhardt2018-07-101-0/+15
| * | Allow onecmd to accept a raw string for backward compatibility with cmdTodd Leonhardt2018-07-101-2/+7
|/ /
| * Added --clear argument to history commandKevin Van Brunt2018-07-114-33/+69
|/
* Merge pull request #463 from ksunden/patch-2Todd Leonhardt2018-07-101-1/+1
|\
| * Use instance attribute for terminatorsKyle Sunden2018-07-101-1/+1
|/
* Bumped version to 0.9.3 now that 0.9.2 release is outTodd Leonhardt2018-06-285-4/+6
* Fixed date of 0.8.8 release in CHANGELOGTodd Leonhardt2018-06-281-1/+1
* Merge pull request #456 from python-cmd2/table_display0.9.2Todd Leonhardt2018-06-286-36/+166
|\
| * Updated CHANGELOGTodd Leonhardt2018-06-281-1/+3
| * Bump version to 0.9.2 in preparation for releaseTodd Leonhardt2018-06-284-4/+4
| * Rows with very high population density now have foreground text color set to redTodd Leonhardt2018-06-281-10/+28
| * Made table more readable when colored module is installedTodd Leonhardt2018-06-271-1/+1
| * Deleted unused constant for DEFAULT_GRIDTodd Leonhardt2018-06-271-19/+19
| * table and object_table commands now accept argparse arguments for formatting ...Todd Leonhardt2018-06-271-20/+28
| * Merge branch 'master' into table_displayTodd Leonhardt2018-06-271-2/+1
| |\ | |/ |/|
* | Merge pull request #455 from python-cmd2/mypy_cleanupTodd Leonhardt2018-06-271-2/+1
|\ \
| * \ Merge branch 'master' into mypy_cleanupTodd Leonhardt2018-06-271-3/+30
| |\ \ | |/ / |/| |
| * | Merge branch 'master' into mypy_cleanupTodd Leonhardt2018-06-261-0/+98
| |\ \
| * \ \ Merge branch 'master' into mypy_cleanupTodd Leonhardt2018-06-261-1/+1
| |\ \ \
| * | | | "invoke clean" will now also cleanup mypy daemon artifactsTodd Leonhardt2018-06-251-2/+1
| | | | * Merge branch 'master' into table_displayTodd Leonhardt2018-06-271-3/+30
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #460 from python-cmd2/autocompleterTodd Leonhardt2018-06-271-3/+30
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'master' into autocompleterTodd Leonhardt2018-06-2714-112/+309
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Added some explanation of CompletionItem usage in codeEric Lin2018-06-131-3/+30
| | | | * Fixed table width for MumbaiTodd Leonhardt2018-06-271-2/+1
| | | | * Merge branch 'master' into table_displayTodd Leonhardt2018-06-261-0/+98
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #459 from python-cmd2/argcomplete_exampleTodd Leonhardt2018-06-261-0/+98
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'master' into argcomplete_exampleTodd Leonhardt2018-06-261-1/+1
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Just added some comments at the top of the example to try to give some contextTodd Leonhardt2018-06-261-1/+18
| * | | | Example added demonstrating bash completion bridging argcomplete with AutoCom...Eric Lin2018-06-261-0/+81
| | |/ / | |/| |
| | | * Merge branch 'master' into table_displayTodd Leonhardt2018-06-261-1/+1
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #458 from python-cmd2/startup_spacesTodd Leonhardt2018-06-261-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix bug for startup script with spacesTodd Leonhardt2018-06-261-1/+1
|/ / /
| | * Added city names in their native tongue in parentheses to demonstrate unicode...Todd Leonhardt2018-06-261-17/+12
| | * Updating the example with unicode characters as well as demonstrating the sam...Eric Lin2018-06-261-21/+86
| | * table_display.py example now uses tableformatter instead of tabulateTodd Leonhardt2018-06-261-17/+60
| |/ |/|