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
*
Updated CHANGELOG
0.7.7
Todd Leonhardt
2017-08-25
1
-1
/
+3
*
Merge pull request #220 from python-cmd2/piped_input_improvements
Todd Leonhardt
2017-08-24
2
-14
/
+136
|
\
|
*
Pick up a few more lines of test coverage
Jared Crapo
2017-08-23
1
-5
/
+7
|
*
Use context managers and decorators for mocks
Jared Crapo
2017-08-23
1
-33
/
+27
|
*
Removed unused capsys fixtures
Jared Crapo
2017-08-23
1
-6
/
+2
|
*
Rename tests that exercise pseudo_raw_input()
Jared Crapo
2017-08-23
1
-12
/
+12
|
*
add tests for pseudo_raw_input when isatty() is true
Jared Crapo
2017-08-23
1
-0
/
+42
|
*
Minor bug fix
Todd Leonhardt
2017-08-23
1
-3
/
+2
|
*
io.StringIO requires unicode conversion on python2.7
Jared Crapo
2017-08-23
1
-1
/
+1
|
*
Exit on <control>D when on a tty
Jared Crapo
2017-08-23
1
-0
/
+2
|
*
Figured out how to test piped input without hacking stdin
Jared Crapo
2017-08-23
1
-82
/
+41
|
*
Discovered hacking sys.stdin doesn’t always work
Jared Crapo
2017-08-23
1
-17
/
+75
|
*
Prompt and line now properly echoed on tty and pipe
Jared Crapo
2017-08-23
2
-10
/
+79
|
*
Don’t try and sane the tty if stdin isn’t a tty
Jared Crapo
2017-08-23
1
-2
/
+3
|
/
*
Improved what gets printed when running commands from a script with load comm...
Todd Leonhardt
2017-08-23
2
-6
/
+6
*
Merge pull request #217 from python-cmd2/update_changelog
Todd Leonhardt
2017-08-23
5
-8
/
+12
|
\
|
*
Improved wording
Todd Leonhardt
2017-08-23
1
-4
/
+3
|
*
Updated CHANGELOG with some text regarding recent enhancements to transcript ...
Todd Leonhardt
2017-08-22
5
-8
/
+13
|
/
*
Merge pull request #216 from kotfu/fix/transcript_regexes
Todd Leonhardt
2017-08-22
21
-143
/
+466
|
\
|
*
Merge branch 'master' into fix/transcript_regexes
Todd Leonhardt
2017-08-22
2
-12
/
+14
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #215 from python-cmd2/edit_options
Todd Leonhardt
2017-08-21
2
-12
/
+14
|
\
\
|
*
|
Fixed a unit test which was failing on Windows
Todd Leonhardt
2017-08-21
1
-2
/
+5
|
*
|
Converted edit command to an @options command for the better argument parsing...
Todd Leonhardt
2017-08-21
2
-11
/
+10
|
/
/
|
*
Clarify warnings about whitespace
Jared Crapo
2017-08-22
1
-5
/
+6
|
*
Fix a bug if there is only one slash
Jared Crapo
2017-08-22
2
-5
/
+11
|
*
modernize formatting
Jared Crapo
2017-08-22
1
-2
/
+2
|
*
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
|
/
[next]