index
:
delta/python-packages/cmd2-git.git
1216-rich-print-mixin
2.0
async_prompt
black
black_config
blank_prompt
border_color
ci_improvements
cmdset_settables
codeql
colored_simple_table
colored_tables
colored_tables_orig
column_spacing
complete_flag_names
completion_item_choices
ctrl-c
ctrl-d
custom_command_completer
custom_completer_refactor
dashes
default_categories
duplicate_subcommand
editors
enh_default_categories
error_cleanup
exception_passthrough
exit_code
ext_test_0_2
extended_colors
f-strings
fix_broken_unit_test
fix_hint
github_actions
header_tabs
history_fix
import_wrapping
ipy_locals
last_result
master
misc
move_attach
mypy_continued
mypy_explicit_export
nested_table
nested_table_orig
ns_fix
ordered_history
pep561
plugin_version
poutput-psuccess
prompt_error
py_refactor
pypy_fix
redirected_aliases
settable_hint
silence
silence_startup_script
silent_start
table_newline
topic_width
unit_tests
util_fixes
win_tab_crash
github.com: python-cmd2/cmd2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Updated setup.py
Todd Leonhardt
2018-05-01
1
-14
/
+1
*
Really get rid of the inputFrom stuff, including documentation
kotfu
2018-04-29
1
-4
/
+4
*
Removed pyparsing from setup.py as a dependency
Todd Leonhardt
2018-04-28
1
-2
/
+2
*
Merge remote-tracking branch 'origin/master' into autocompleter
Eric Lin
2018-04-18
1
-1
/
+1
|
\
|
*
Attempting to fix tox run of unit tests
Todd Leonhardt
2018-04-17
1
-1
/
+1
|
*
Basic structure for cmd2 as a package
kotfu
2018-04-16
1
-1
/
+1
|
*
Revert "Basic structure for cmd2 as a package"
kotfu
2018-04-16
1
-1
/
+1
|
*
Basic structure for cmd2 as a package
kotfu
2018-04-16
1
-1
/
+1
|
*
Changed setup.py requirement for pyperclip to >= 1.5.27 instead of 1.6.0
Todd Leonhardt
2018-04-16
1
-1
/
+1
*
|
Bringing back color. Updated dependencies to include colorama.
Eric Lin
2018-04-17
1
-1
/
+1
*
|
More changes for Python 3.4
Eric Lin
2018-04-16
1
-0
/
+1
*
|
Try adding typing for Python 3.4
Eric Lin
2018-04-16
1
-1
/
+1
*
|
Changed setup.py requirement for pyperclip to >= 1.5.27 instead of 1.6.0
Todd Leonhardt
2018-04-16
1
-1
/
+1
|
/
*
Started removing dependency on six
Todd Leonhardt
2018-04-15
1
-2
/
+2
*
Removed reference to Python 2 and 2.7 in some sections of the documentation
Todd Leonhardt
2018-04-15
1
-3
/
+2
*
Removed unit test dependency on mock
Todd Leonhardt
2018-04-15
1
-2
/
+1
*
No longer try to test on Python 2.7 on either TravisCI or AppVeyor
Todd Leonhardt
2018-04-15
1
-13
/
+4
*
Merged master into delete_optparse branch
Todd Leonhardt
2018-04-15
1
-1
/
+1
|
\
|
*
Preparation for 0.8.5 release
Todd Leonhardt
2018-04-13
1
-1
/
+1
*
|
Updated version to 0.8.5
Todd Leonhardt
2018-04-10
1
-1
/
+1
|
/
*
Preparing for 0.8.4 release
0.8.4
Kevin Van Brunt
2018-04-10
1
-1
/
+1
*
Add wcwidth for setuptools>=18
Nicola Soranzo
2018-04-10
1
-0
/
+1
*
Updated version number of release
0.8.3
Kevin Van Brunt
2018-04-09
1
-1
/
+1
*
Corrected docs
Kevin Van Brunt
2018-04-06
1
-1
/
+1
*
Fixed bug where display width was not being calculated for display_matches
Kevin Van Brunt
2018-03-30
1
-0
/
+2
*
Add conditional dependency on enum34 for Python 2.7
Todd Leonhardt
2018-03-28
1
-0
/
+4
*
Wheel-compatible conditional requirements
Nicola Soranzo
2018-03-27
1
-10
/
+19
*
Added table_display.py
Todd Leonhardt
2018-03-14
1
-1
/
+1
*
Removed support for case-insensitive command parsing
Todd Leonhardt
2018-03-02
1
-1
/
+1
*
Fixed unit test bug on Windows
Todd Leonhardt
2018-03-02
1
-1
/
+1
*
Added use of pytest-forked to CI unit test runs
Todd Leonhardt
2018-03-02
1
-1
/
+1
*
Removed abbrev attribute
Kevin Van Brunt
2018-03-02
1
-1
/
+1
*
First past at unit test for persistent history feature
Todd Leonhardt
2018-02-09
1
-1
/
+1
*
Added optional persistent readline history feature
Todd Leonhardt
2018-02-08
1
-1
/
+1
*
Updated "main features" as visible from PyPI
Todd Leonhardt
2018-02-01
1
-2
/
+3
*
redirect_stderr wasn't added to contextlib until Python 3.5
Todd Leonhardt
2018-01-22
1
-2
/
+6
*
help command temporarily redirects sys.stdout and sys.stderr to self.stdout f...
Todd Leonhardt
2018-01-22
1
-0
/
+6
*
Added links to docs and examples to CHANGELOG.md
Todd Leonhardt
2018-01-20
1
-1
/
+1
*
Enabled Python 3.7 testing on Travis CI
Todd Leonhardt
2018-01-06
1
-1
/
+2
*
Disabled Python 3.7-dev build in Travis CI
Todd Leonhardt
2018-01-04
1
-1
/
+1
*
Fix Travis CI builds
Todd Leonhardt
2018-01-04
1
-1
/
+0
*
Updating version and changelog in preparation for minor bug fix realease
Todd Leonhardt
2018-01-04
1
-1
/
+1
*
Fixed a list concatenation bug in changes made to setup.py
Todd Leonhardt
2017-11-15
1
-1
/
+1
*
Modified setup.py and README.md to make pyreadline a dependency on Windwos
Todd Leonhardt
2017-11-15
1
-1
/
+5
*
Added fix for changes in pyperclip project structure in the most recent version
Todd Leonhardt
2017-11-08
1
-1
/
+1
*
Improved documentation for how a user can modify comment grammar/style
Todd Leonhardt
2017-09-22
1
-1
/
+1
*
Updated CHANGELOG with some text regarding recent enhancements to transcript ...
Todd Leonhardt
2017-08-22
1
-1
/
+1
*
Bump versions to 0.7.7a
Todd Leonhardt
2017-08-15
1
-1
/
+1
*
Updated CHANGES and bumped version in preparation for 0.7.6 release
Todd Leonhardt
2017-08-02
1
-1
/
+1
*
Bump version to 0.7.6a (from 0.7.5)
Todd Leonhardt
2017-07-08
1
-1
/
+1
[prev]
[next]