summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merge pull request #451 from python-cmd2/command_resultTodd Leonhardt2018-06-258-21/+31
|\ \
| * \ Merge branch 'master' into command_resultTodd Leonhardt2018-06-251-1/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #453 from python-cmd2/unused_paramTodd Leonhardt2018-06-251-1/+0
|\ \ \
| * | | Removed unused class memberKevin Van Brunt2018-06-251-1/+0
|/ / /
| * | Deprecated CmdResult helper class and promoted CommandResultTodd Leonhardt2018-06-238-21/+31
|/ /
* | Merge pull request #447 from python-cmd2/pyreadlineTodd Leonhardt2018-06-221-4/+6
|\ \
| * | Corrected how we force a redisplay in pyreadlineKevin Van Brunt2018-06-221-4/+6
|/ /
* | Merge pull request #445 from python-cmd2/cleanup_clipTodd Leonhardt2018-06-203-63/+63
|\ \
| * | Moved clipboard/pastebuffer functionality to new file clipboard.pyTodd Leonhardt2018-06-183-63/+63
|/ /
* | Merge pull request #444 from python-cmd2/ownersTodd Leonhardt2018-06-172-0/+44
|\ \
| * | Added multiple owners for cmd2/cmd2.pyTodd Leonhardt2018-06-172-0/+5
| * | Merge branch 'master' into ownersTodd Leonhardt2018-06-173-22/+66
| |\ \ | |/ / |/| |
* | | Merge pull request #441 from python-cmd2/ppaged_pager_envTodd Leonhardt2018-06-173-22/+66
|\ \ \
| * | | Improved docstring for ppaged()Todd Leonhardt2018-06-161-0/+2
| * | | Altered behavior further to lean towards giving the developer more power over...Todd Leonhardt2018-06-163-29/+41
| * | | Updated CHANGELOG to reflect the recent changesTodd Leonhardt2018-06-161-2/+6
| * | | Dramatically changed the approach to this PRTodd Leonhardt2018-06-163-23/+31
| * | | Merge branch 'master' into ppaged_pager_envTodd Leonhardt2018-06-133-7/+11
| |\ \ \ | |/ / / |/| | |
| * | | Fix unit test on WindowsTodd Leonhardt2018-06-111-1/+1
| * | | Added pager settable parameter to control the command used to display paged o...Todd Leonhardt2018-06-115-19/+37
| | * | Updated CODEOWNERS file to try to reflect who the experts are for various cod...Todd Leonhardt2018-06-161-0/+39
| |/ / |/| |