summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1216-rich-print-mixinInitial rich mixin classEric Lin2 years
2.0Merge branch 'master' into 2.0Todd Leonhardt3 years
async_promptUpdated async_alert() to account for self.prompt not matching Readline's curr...Kevin Van Brunt3 years
blackMerge branch 'master' into blackTodd Leonhardt3 years
black_configAdded black to Pipfile and black configuration to pyrpoject.tomlTodd Leonhardt3 years
blank_promptFixed issue in ansi.async_alert_str() which would raise IndexError if prompt ...Kevin Van Brunt2 years
border_colorAdded ability to set border background color on BorderTables and AlternatingT...Kevin Van Brunt2 years
ci_improvementsAdds pre-commit config to run various lintersxNinjaKittyx3 years
cmdset_settablesResolves comments from PREric Lin3 years
codeqlOnboard to GitHub CodeQL security scanningTodd Leonhardt4 years
colored_simple_tableAdded ability to colorize all aspects of SimpleTablesKevin Van Brunt3 years
colored_tablesAdded ability to colorize all aspects of BorderedTables and AlternatingTables.Kevin Van Brunt3 years
colored_tables_origAdded ability to colorize all aspects of BorderedTable and AlternatingTableKevin Van Brunt3 years
column_spacingMade the amount of space between columns in a SimpleTable configurableKevin Van Brunt3 years
complete_flag_namesFixed example codeKevin Van Brunt3 years
completion_item_choicesArgparseCompleter now sorts CompletionItems created with numerical values as ...Kevin Van Brunt2 years
ctrl-cStopping a shell command with Ctrl-C now raises a KeyboardInterrupt to suppor...Kevin Van Brunt3 years
ctrl-ddo_eof() now just calls the quit functionKevin Van Brunt3 years
custom_command_completerUpdated documentation for setting custom parsersKevin Van Brunt3 years
custom_completer_refactorAdded ap_completer_type arg to Cmd2ArgumentParser.__init__().Kevin Van Brunt3 years
dashesMerge branch 'master' into dasheskotfu4 years
default_categoriesStart to some improvements to default categories. Next: tag CommandSet classe...Eric Lin4 years
duplicate_subcommandFixed issue where instantiating more than one cmd2-based class which uses the...Kevin Van Brunt4 years
editorsFix unit test that was failing when EDITOR environment variable was setTodd Leonhardt3 years
enh_default_categoriesMinor type hinting fixes.Eric Lin4 years
error_cleanupReplaced some pexcept() calls with perror().Kevin Van Brunt3 years
exception_passthroughAdded cmd2.exceptions.PassThroughExceptionKevin Van Brunt3 years
exit_codeNo longer using -1 as an exit codeKevin Van Brunt3 years
ext_test_0_2Updated URL and documentation in preparation for cmd2-ext-test 0.2.0 releaseEric Lin4 years
extended_colorsAdded support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...Kevin Van Brunt3 years
f-stringsIncreased unit test coverage for pexcept()Kevin Van Brunt3 years
fix_broken_unit_testSkip a test which is failing on Python 3.8 and 3.9 for now to fix a unit testTodd Leonhardt3 years
fix_hintfixes the type hint in exampleEric Lin4 years
github_actionsRemoved CONTRIBUTING.md file from the manifest (i.e. from the PyPI package)Todd Leonhardt3 years
header_tabsFixed FileNotFoundError which occurred when running 'history --clear' and no ...Kevin Van Brunt3 years
history_fixMerge branch 'master' into history_fixTodd Leonhardt3 years
import_wrappingChanged isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin3 years
ipy_localsFixed type hintsKevin Van Brunt3 years
last_resultAll cmd2 built-in commands now populate self.last_resultKevin Van Brunt3 years
masterMake sys.stdout check clearer.Andrew Clark IV12 months
miscUpdated documentationKevin Van Brunt3 years
move_attachMerge branch 'master' into move_attachKevin Van Brunt4 years
mypy_continuedAdd mypy validation actionEric Lin3 years
mypy_explicit_exportChanged CommandResult.stderr to a str instead of Optional[str]Kevin Van Brunt3 years
nested_tableAdded settings to Column class which prevent a table from overriding existing...Kevin Van Brunt3 years
nested_table_origAdded settings to Column class which prevent a table from overriding existing...Kevin Van Brunt3 years
ns_fixFixed issue where a ns_provider could be passed None instead of its correct c...Kevin Van Brunt2 years
ordered_historyChanged History to use OrderDict to support Python 3.6 in non-CPython environ...Kevin Van Brunt3 years
pep561Added py.typed to signal that we support type annotations for PEP-561. Fixes ...Eric Lin3 years
plugin_versionRemoved relative_toEric Lin3 years
poutput-psuccessUpdating docs intersphinx to latestEric Lin12 months
prompt_errorFixed AttributeError in rl_get_prompt() when prompt is None.Kevin Van Brunt3 years
py_refactorRenamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.Kevin Van Brunt3 years
pypy_fixAdded handling for OSError caused by trying to load a GNU readline shared lib...Kevin Van Brunt3 years
redirected_aliasesFixed issue where quoted redirectors and terminators in aliases and macros we...Kevin Van Brunt4 years
settable_hintFixed bug where setting always_show_hint=True did not show a hint when comple...Kevin Van Brunt3 years
silenceSmall refactorKevin Van Brunt4 years
silence_startup_scriptRenamed silent_startup_script to silence_startup_script for clarityKevin Van Brunt3 years
silent_startMerge branch 'master' into silent_startTodd Leonhardt3 years
table_newlineFixed issue where TableCreator was tossing blank last linesKevin Van Brunt3 years
topic_widthUpdated documentationKevin Van Brunt3 years
unit_testsAdded self.last_result unit tests for the history command.Kevin Van Brunt3 years
util_fixesShared implementation of write it StdSimEric Lin3 years
win_tab_crashFixed tab completion crash on WindowsKevin Van Brunt3 years
 
TagDownloadAuthorAge
2.4.3cmd2-git-2.4.3.tar.gz  Kevin Van Brunt15 months
2.4.2cmd2-git-2.4.2.tar.gz  Kevin Van Brunt22 months
2.4.1cmd2-git-2.4.1.tar.gz  Kevin Van Brunt2 years
2.4.0cmd2-git-2.4.0.tar.gz  Kevin Van Brunt2 years
2.3.3cmd2-git-2.3.3.tar.gz  Kevin Van Brunt2 years
2.3.2cmd2-git-2.3.2.tar.gz  Kevin Van Brunt2 years
2.3.1cmd2-git-2.3.1.tar.gz  Kevin Van Brunt2 years
2.3.0cmd2-git-2.3.0.tar.gz  Kevin Van Brunt2 years
2.2.0cmd2-git-2.2.0.tar.gz  Kevin Van Brunt3 years
2.1.2cmd2-git-2.1.2.tar.gz  Kevin Van Brunt3 years
2.1.1cmd2-git-2.1.1.tar.gz  Kevin Van Brunt3 years
2.1.0cmd2-git-2.1.0.tar.gz  Kevin Van Brunt3 years
plugin-ext-test-2.0.0cmd2-git-plugin-ext-test-2.0.0.tar.gz  Eric Lin3 years
plugin-ext-test-0.3.0cmd2-git-plugin-ext-test-0.3.0.tar.gz  Eric Lin3 years
2.0.1cmd2-git-2.0.1.tar.gz  Todd Leonhardt3 years
2.0.0cmd2-git-2.0.0.tar.gz  Kevin Van Brunt3 years
1.5.0cmd2-git-1.5.0.tar.gz  Todd Leonhardt3 years
1.4.0cmd2-git-1.4.0.tar.gz  Todd Leonhardt3 years
1.3.11cmd2-git-1.3.11.tar.gz  Kevin Van Brunt4 years
1.3.10cmd2-git-1.3.10.tar.gz  Kevin Van Brunt4 years
plugin-ext-test-0.2.0cmd2-git-plugin-ext-test-0.2.0.tar.gz  Eric Lin4 years
1.3.9cmd2-git-1.3.9.tar.gz  Kevin Van Brunt4 years
1.3.8cmd2-git-1.3.8.tar.gz  Kevin Van Brunt4 years
1.3.7cmd2-git-1.3.7.tar.gz  Eric Lin4 years
1.3.6cmd2-git-1.3.6.tar.gz  Kevin Van Brunt4 years
1.3.5cmd2-git-1.3.5.tar.gz  Kevin Van Brunt4 years
1.3.4cmd2-git-1.3.4.tar.gz  Kevin Van Brunt4 years
1.3.3cmd2-git-1.3.3.tar.gz  Kevin Van Brunt4 years
1.3.2cmd2-git-1.3.2.tar.gz  Eric Lin4 years
1.3.1cmd2-git-1.3.1.tar.gz  Eric Lin4 years
1.3.0cmd2-git-1.3.0.tar.gz  Eric Lin4 years
1.2.1cmd2-git-1.2.1.tar.gz  Todd Leonhardt4 years
1.2.0cmd2-git-1.2.0.tar.gz  Todd Leonhardt4 years
1.1.0cmd2-git-1.1.0.tar.gz  Todd Leonhardt4 years
1.0.2cmd2-git-1.0.2.tar.gz  Kevin Van Brunt4 years
1.0.1cmd2-git-1.0.1.tar.gz  Kevin Van Brunt4 years
1.0.0cmd2-git-1.0.0.tar.gz  Todd Leonhardt4 years
0.10.1cmd2-git-0.10.1.tar.gz  Kevin Van Brunt4 years
0.10.0cmd2-git-0.10.0.tar.gz  Todd Leonhardt4 years
0.9.25cmd2-git-0.9.25.tar.gz  Todd Leonhardt4 years
0.9.24cmd2-git-0.9.24.tar.gz  Todd Leonhardt4 years
0.9.23cmd2-git-0.9.23.tar.gz  Todd Leonhardt4 years
0.9.22cmd2-git-0.9.22.tar.gz  Kevin Van Brunt4 years
0.9.21cmd2-git-0.9.21.tar.gz  Kevin Van Brunt4 years
0.9.20cmd2-git-0.9.20.tar.gz  Kevin Van Brunt4 years
0.9.19cmd2-git-0.9.19.tar.gz  Kevin Van Brunt5 years
0.9.18cmd2-git-0.9.18.tar.gz  Kevin Van Brunt5 years
0.9.17cmd2-git-0.9.17.tar.gz  Kevin Van Brunt5 years
python2cmd2-git-python2.tar.gz  Todd Leonhardt5 years
0.9.16cmd2-git-0.9.16.tar.gz  Todd Leonhardt5 years
0.9.15cmd2-git-0.9.15.tar.gz  Todd Leonhardt5 years
0.9.14cmd2-git-0.9.14.tar.gz  Todd Leonhardt5 years
0.9.13cmd2-git-0.9.13.tar.gz  Todd Leonhardt5 years
0.9.12cmd2-git-0.9.12.tar.gz  Todd Leonhardt5 years
0.9.11cmd2-git-0.9.11.tar.gz  Kevin Van Brunt5 years
0.9.10cmd2-git-0.9.10.tar.gz  Kevin Van Brunt5 years
0.9.9cmd2-git-0.9.9.tar.gz  Kevin Van Brunt5 years
0.9.8cmd2-git-0.9.8.tar.gz  Todd Leonhardt5 years
0.9.7cmd2-git-0.9.7.tar.gz  Kevin Van Brunt5 years
test_onecmd2-git-test_one.tar.gz  Todd Leonhardt6 years
0.9.6cmd2-git-0.9.6.tar.gz  kmvanbrunt6 years
0.9.5cmd2-git-0.9.5.tar.gz  Kevin Van Brunt6 years
0.9.4cmd2-git-0.9.4.tar.gz  Todd Leonhardt6 years
0.8.9cmd2-git-0.8.9.tar.gz  Todd Leonhardt6 years
0.9.3cmd2-git-0.9.3.tar.gz  Kevin Van Brunt6 years
0.9.2cmd2-git-0.9.2.tar.gz  Todd Leonhardt6 years
speedup_importcmd2-git-speedup_import.tar.gz  Todd Leonhardt6 years
0.8.8cmd2-git-0.8.8.tar.gz  Kevin Van Brunt6 years
0.9.1cmd2-git-0.9.1.tar.gz  kotfu6 years
0.8.7cmd2-git-0.8.7.tar.gz  kotfu6 years
0.9.0.1cmd2-git-0.9.0.1.tar.gz  kotfu6 years
0.8.6.1cmd2-git-0.8.6.1.tar.gz  kotfu6 years
0.8.7rc1cmd2-git-0.8.7rc1.tar.gz  kotfu6 years
0.9.0cmd2-git-0.9.0.tar.gz  Todd Leonhardt6 years
0.8.6cmd2-git-0.8.6.tar.gz  Todd Leonhardt6 years
0.8.5cmd2-git-0.8.5.tar.gz  Todd Leonhardt6 years
0.8.4cmd2-git-0.8.4.tar.gz  Kevin Van Brunt6 years
0.8.3cmd2-git-0.8.3.tar.gz  Kevin Van Brunt6 years
0.8.2cmd2-git-0.8.2.tar.gz  Todd Leonhardt6 years
0.8.1cmd2-git-0.8.1.tar.gz  Todd Leonhardt6 years
0.8.0cmd2-git-0.8.0.tar.gz  Todd Leonhardt6 years
0.7.9cmd2-git-0.7.9.tar.gz  Todd Leonhardt6 years
0.7.8cmd2-git-0.7.8.tar.gz  Todd Leonhardt6 years
0.7.7cmd2-git-0.7.7.tar.gz  Todd Leonhardt7 years
0.7.6cmd2-git-0.7.6.tar.gz  Todd Leonhardt7 years
0.7.5cmd2-git-0.7.5.tar.gz  Todd Leonhardt7 years
0.7.4cmd2-git-0.7.4.tar.gz  Todd Leonhardt7 years
0.7.3cmd2-git-0.7.3.tar.gz  Todd Leonhardt7 years
0.7.2cmd2-git-0.7.2.tar.gz  Todd Leonhardt7 years
0.7.1cmd2-git-0.7.1.tar.gz  Todd Leonhardt7 years
0.7.0cmd2-git-0.7.0.tar.gz  Federico Ceratto7 years
0.6.9cmd2-git-0.6.9.tar.gz  Federico Ceratto8 years
0.6.8cmd2-git-0.6.8.tar.gz  Federico Ceratto8 years
0.6.7cmd2-git-0.6.7.tar.gz  Doug Hellmann11 years
0.6.5.1cmd2-git-0.6.5.1.tar.gz  Catherine Devlin11 years
0.6.5cmd2-git-0.6.5.tar.gz  Catherine Devlin11 years
0.6.4cmd2-git-0.6.4.tar.gz  Catherine Devlin13 years
0.6.3cmd2-git-0.6.3.tar.gz  Catherine Devlin13 years
0.6.2cmd2-git-0.6.2.tar.gz  Catherine Devlin13 years
0.6.0cmd2-git-0.6.0.tar.gz  Catherine Devlin14 years
0.5.5cmd2-git-0.5.5.tar.gz  Catherine Devlin15 years
0.5.2cmd2-git-0.5.2.tar.gz  Catherine Devlin15 years
0.5.1cmd2-git-0.5.1.tar.gz  Catherine Devlin15 years
0.5.0cmd2-git-0.5.0.tar.gz  Catherine Devlin15 years
0.4.8cmd2-git-0.4.8.tar.gz  Catherine Devlin15 years
0.4.7cmd2-git-0.4.7.tar.gz  Catherine Devlin15 years
0.4.6cmd2-git-0.4.6.tar.gz  Catherine Devlin15 years
0.4.5cmd2-git-0.4.5.tar.gz  Catherine Devlin15 years
0.4.4cmd2-git-0.4.4.tar.gz  Catherine Devlin15 years
0.4.3cmd2-git-0.4.3.tar.gz  Catherine Devlin16 years
0.4.2cmd2-git-0.4.2.tar.gz  Catherine Devlin16 years
0.4.1cmd2-git-0.4.1.tar.gz  Catherine Devlin16 years
0.4cmd2-git-0.4.tar.gz  Catherine Devlin16 years
0.3.7cmd2-git-0.3.7.tar.gz  Catherine Devlin16 years
0.3.6cmd2-git-0.3.6.tar.gz  Catherine Devlin16 years
0.3.5cmd2-git-0.3.5.tar.gz  Catherine Devlin16 years
0.3.4.1cmd2-git-0.3.4.1.tar.gz  Catherine Devlin16 years
0.3.1cmd2-git-0.3.1.tar.gz  Catherine Devlin16 years