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
*
Fix bug in history command
Jared Crapo
2017-08-22
1
-4
/
+6
*
Add comments to all regex test files
Jared Crapo
2017-08-22
15
-10
/
+34
*
Documentation edits and revisions
Jared Crapo
2017-08-22
2
-33
/
+28
*
Revise and clean up documentation
Jared Crapo
2017-08-21
3
-31
/
+58
*
Updates to CmdLineApp()
Jared Crapo
2017-08-21
1
-5
/
+5
*
Make the same as test_transcription.py
Jared Crapo
2017-08-21
1
-4
/
+5
*
regex implementation complete. Still a few bugs.
Jared Crapo
2017-08-21
12
-34
/
+67
*
Checkpoint. Many tests working, multiline seems broken
Jared Crapo
2017-08-21
2
-14
/
+70
*
Simple but working version of new regex transcript
Jared Crapo
2017-08-21
2
-14
/
+55
*
Write documentation for revised transcription feature
Jared Crapo
2017-08-21
4
-34
/
+176
*
Tweaks to some of the transcript regex tests
Jared Crapo
2017-08-21
2
-0
/
+7
*
Add lots more transcript tests
Jared Crapo
2017-08-20
12
-2
/
+38
*
parametrize transcript tests
Jared Crapo
2017-08-20
1
-56
/
+8
*
rename transcript files
Jared Crapo
2017-08-20
4
-4
/
+4
*
Move transcripts into their own directory
Jared Crapo
2017-08-20
4
-3
/
+3
*
Merge pull request #214 from python-cmd2/change_default
Todd Leonhardt
2017-08-20
7
-21
/
+29
|
\
|
*
feedback_to_output now defaults to False
Todd Leonhardt
2017-08-20
7
-21
/
+29
|
/
*
Merge pull request #212 from kotfu/fix/test_regex_transcript
Todd Leonhardt
2017-08-20
4
-6
/
+24
|
\
|
*
Ensure editor and the file to edit can have spaces in them
Jared Crapo
2017-08-19
4
-6
/
+24
|
/
*
Merge pull request #211 from kotfu/fix/feedback_to_output
Todd Leonhardt
2017-08-19
2
-22
/
+61
|
\
|
*
close files opened by mkstemp
Jared Crapo
2017-08-19
1
-2
/
+5
|
*
.pfeedback() now honors feedback_to_output setting
Jared Crapo
2017-08-19
2
-22
/
+58
|
/
*
Merge pull request #208 from python-cmd2/bump_versions
Todd Leonhardt
2017-08-15
4
-4
/
+4
|
\
|
*
Bump versions to 0.7.7a
Todd Leonhardt
2017-08-15
4
-4
/
+4
|
/
*
Updated CHANGELOG
Todd Leonhardt
2017-08-15
1
-0
/
+5
*
Merge pull request #207 from python-cmd2/pygtk_bug
Todd Leonhardt
2017-08-15
1
-0
/
+10
|
\
|
*
Updated comment
Kevin Van Brunt
2017-08-15
1
-2
/
+4
|
*
Added workaround for bug in Python 2 on Linux when pygtk is installed
Todd Leonhardt
2017-08-15
1
-0
/
+8
|
/
*
Updated CHANGELOG.md to set date of 0.7.6 release
Todd Leonhardt
2017-08-11
1
-1
/
+1
*
Merge pull request #204 from python-cmd2/pipe_simplify
0.7.6
Todd Leonhardt
2017-08-10
1
-7
/
+2
|
\
|
*
The default buffer size is fine for 99% of pipe operations
Todd Leonhardt
2017-08-10
1
-7
/
+2
|
/
*
Merge pull request #203 from python-cmd2/buffer_size
Todd Leonhardt
2017-08-10
1
-5
/
+16
|
\
|
*
Improved comment
Kevin Van Brunt
2017-08-10
1
-1
/
+3
|
*
Merge branch 'master' into buffer_size
Todd Leonhardt
2017-08-10
1
-1
/
+1
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #202 from python-cmd2/pyperclip_linux
Todd Leonhardt
2017-08-10
1
-1
/
+1
|
\
\
|
*
|
Fix for occasional extra output at startup when using Python 2.7 on Linux
Todd Leonhardt
2017-08-10
1
-1
/
+1
|
/
/
|
*
Added pipe buffer size that can be tweaked if stdin/stdout need to be larger ...
Kevin Van Brunt
2017-08-10
1
-5
/
+14
|
/
*
Merge pull request #200 from python-cmd2/ruggedization
Todd Leonhardt
2017-08-09
2
-17
/
+20
|
\
|
*
Made a few code ruggedizations
Todd Leonhardt
2017-08-09
2
-17
/
+20
|
/
*
Changed format of how release version and date appears in CHANGELOG.md
Todd Leonhardt
2017-08-09
1
-52
/
+13
*
Renamed CHANGES.md to CHANGELOG.md
Todd Leonhardt
2017-08-09
3
-7
/
+4
*
Minor tweak to wording of a comment for clarification
Todd Leonhardt
2017-08-08
1
-1
/
+1
*
Slight rewording to a comment to make it more accurate
Todd Leonhardt
2017-08-08
1
-1
/
+1
*
Merge pull request #198 from python-cmd2/pipe_improvement
Todd Leonhardt
2017-08-08
5
-70
/
+142
|
\
|
*
Replaced direct calls to self.stdout.write() with calls to self.poutput().
Todd Leonhardt
2017-08-08
2
-23
/
+47
|
*
Fixed unit test error on combination of Python 2.7 and Windows
Todd Leonhardt
2017-08-07
2
-1
/
+5
|
*
Changed how the pipe file descriptors get opened on Python 3 vs 2
Todd Leonhardt
2017-08-07
2
-7
/
+18
|
*
First attempt at improving how command output gets piped to a shell command
Todd Leonhardt
2017-08-07
3
-56
/
+89
|
/
*
Updated CHANGES and bumped version in preparation for 0.7.6 release
Todd Leonhardt
2017-08-02
5
-5
/
+6
*
Merge pull request #196 from python-cmd2/strip_ansi
Todd Leonhardt
2017-08-02
1
-6
/
+30
|
\
[next]