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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Marking for 0.6.8 release
0.6.8
Catherine Devlin
2014-12-08
4
-4
/
+11
*
In the event "which" is not installed, return None
Ian Cordasco
2014-10-09
1
-1
/
+7
*
update Trove classifiers
Catherine Devlin
2014-03-13
2
-1
/
+8
*
Added tag 0.6.7 for changeset b720d5c229e5
Doug Hellmann
2013-09-16
0
-0
/
+0
*
bump version number before release
0.6.7
Doug Hellmann
2013-09-16
2
-1
/
+2
*
Fix exception handling syntax for python 3.3.
Doug Hellmann
2013-09-16
1
-13
/
+13
*
Make sure we use the python interpreter from the virtualenv created by tox to...
Doug Hellmann
2013-09-16
1
-3
/
+3
*
Use the latest version of pyparsing when possible
Doug Hellmann
2013-09-09
1
-2
/
+2
*
v0.6.6.1. No code changes, but using Python2 to generate sdist to avoid writ...
Catherine Devlin
2013-08-14
3
-2
/
+10
*
v0.6.6 silencing editor check
Catherine Devlin
2013-08-06
3
-2
/
+9
*
Merged in desaintmartin/cmd2/desaintmartin/fixed-which-calls-being-verbose-to...
Catherine Devlin
2013-06-15
1
-2
/
+2
|
\
|
*
Fixed "which" calls being verbose to stderr.
desaintmartin
2013-05-31
1
-2
/
+2
|
/
*
Added tag v0.6.5.1 for changeset f1168cf68716
Catherine Devlin
2013-03-18
0
-0
/
+0
*
marking v0.6.5.1
0.6.5.1
Catherine Devlin
2013-03-18
3
-2
/
+7
*
Fix the setup.py so it doesn't throw when running under Python 2.6.
Tomaz Muraus
2013-02-28
1
-1
/
+1
*
v0.6.5
Catherine Devlin
2013-02-28
2
-2
/
+2
*
Added tag 0.6.5 for changeset 206e3226707a
Catherine Devlin
2013-02-28
0
-0
/
+0
*
Added tag 0.6.5 for changeset 7460e5754481
0.6.5
Catherine Devlin
2013-02-28
0
-0
/
+0
*
new NEWS.txt
Catherine Devlin
2013-02-28
1
-0
/
+12
*
account for pyparsing 2.0.0's support of Python 3 onlyy
Catherine Devlin
2013-02-19
1
-1
/
+5
|
\
|
*
pyparsing 2.0.0 only if on Python3
Catherine Devlin
2013-02-19
1
-1
/
+5
|
*
Added tag 0.6.4 for changeset c4c35f002aef
Catherine Devlin
2011-08-25
0
-0
/
+0
|
*
to version 0.6.4
0.6.4
Catherine Devlin
2011-08-25
2
-2
/
+2
|
*
custom double-redirector fixed
Catherine Devlin
2011-08-25
3
-2
/
+23
|
*
better SkipTo around quoted strings
Catherine Devlin
2011-08-21
1
-27
/
+17
|
*
new unit tests for better quote/terminator handling
Catherine Devlin
2011-08-21
1
-3
/
+30
|
*
get history in script form
Catherine Devlin
2011-07-31
2
-2
/
+7
|
*
Added tag 0.6.3 for changeset 73e741441ac0
Catherine Devlin
2011-07-28
0
-0
/
+0
|
*
added bug number
0.6.3
Catherine Devlin
2011-07-28
1
-0
/
+2
|
*
no packrat for python3, darn
Catherine Devlin
2011-07-28
2
-2
/
+17
|
*
accept different default editors in example test
Catherine Devlin
2011-07-28
1
-1
/
+1
|
*
use packrat
Catherine Devlin
2011-07-28
1
-21
/
+1
|
*
delete pdb
Catherine Devlin
2011-07-28
1
-1
/
+0
|
*
oh glory be for ignore argument in SkipTo
Catherine Devlin
2011-07-28
1
-39
/
+21
|
*
require pyparsing 1.5.6 for its Python 3 power
Catherine Devlin
2011-07-20
2
-7
/
+2
|
*
describe Distribute requirement
Catherine Devlin
2011-07-20
1
-6
/
+8
|
*
Python 3 installation instructions
Catherine Devlin
2011-07-20
2
-0
/
+22
|
*
Additional support for native pbcopy for clipboard redirect (">") on MacOSX.
Jason Ledbetter
2011-06-22
1
-0
/
+22
|
*
raise a specific error overriding optparse .error
Catherine Devlin
2011-02-02
1
-1
/
+1
|
*
generalizing xclip error trap
Catherine Devlin
2011-02-02
1
-1
/
+1
|
*
fix xclip trapping bug
Catherine Devlin
2011-02-02
1
-9
/
+10
|
*
use exception inheritence instead of listing all optparse exceptions
Catherine Devlin
2011-02-02
1
-3
/
+1
|
*
nesting try/finally for 2.4 compatibility
Catherine Devlin
2011-02-01
1
-19
/
+22
|
*
replacing self.perror();return with raise for catchability
Catherine Devlin
2010-11-17
1
-8
/
+7
|
*
begin work on v 0.6.3
Catherine Devlin
2010-11-12
2
-2
/
+2
|
*
added arg_desc to @options, thanks Renzo Crispiatico
Catherine Devlin
2010-11-12
4
-43
/
+67
|
*
Added tag 0.6.2 for changeset 9d5ff2ddfdea
Catherine Devlin
2010-11-09
0
-0
/
+0
|
*
doc update
0.6.2
Catherine Devlin
2010-11-09
2
-6
/
+11
|
*
broke down StopIteration catches
Catherine Devlin
2010-11-08
1
-40
/
+52
|
*
before changing StopIteration catch
Catherine Devlin
2010-11-08
1
-0
/
+5
[next]