An open API service providing commit metadata for open source projects.

GitHub / python-cmd2/cmd2 / commits

cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python

SHA Message Author Date Stats
8d611e0a Add unit tests for Ctrl-C stopping scripts/transcripts Kevin Van Brunt <k****t@g****m> over 6 years ago
662a7842 Ctrl-C now stops a running text script instead of just the current script com... Kevin Van Brunt <k****t@g****m> over 6 years ago
990ec45e merge Merge pull request #908 from python-cmd2/shell_pyscript Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
c3e424ec do_shell() now saves the return code of the command it runs in self.last_resu... Kevin Van Brunt <k****t@g****m> over 6 years ago
36864f4d Updating change log for release Kevin Van Brunt <k****t@g****m> over 6 years ago
77e2a0fa merge Merge pull request #906 from python-cmd2/parsing_exception Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
a4160cfe Updated change log Kevin Van Brunt <k****t@g****m> over 6 years ago
afa5fd72 Fixed docstring Kevin Van Brunt <k****t@g****m> over 6 years ago
0248eaa5 Added unit test for Cmd2ArgparseError Kevin Van Brunt <k****t@g****m> over 6 years ago
b3eafe71 Added Cmd2ShlexError Kevin Van Brunt <k****t@g****m> over 6 years ago
d17f7942 Changed name of exception class as requested in code review Kevin Van Brunt <k****t@g****m> over 6 years ago
4ce15df0 Updated change log Kevin Van Brunt <k****t@g****m> over 6 years ago
4a2e0411 Prevent postcmd_hook from running when argparse fails Kevin Van Brunt <k****t@g****m> over 6 years ago
59739aa5 Added info to changelog in preparation for 1.0.0 release Todd Leonhardt <t****t@g****m> over 6 years ago
cc38f5d3 merge Merge pull request #904 from python-cmd2/scripting_docs kotfu <k****u@k****t>
Committed by: GitHub <n****y@g****m>
over 6 years ago
f2302042 Addressing PR feedback. kotfu <k****u@k****t> over 6 years ago
069309b7 merge Merge branch 'master' into scripting_docs kotfu <k****u@k****t> over 6 years ago
94f3c4cd merge Merge pull request #903 from python-cmd2/completion_docs kotfu <k****u@k****t>
Committed by: GitHub <n****y@g****m>
over 6 years ago
c7eeeaa8 Update scripting docs. Closes #765. kotfu <k****u@k****t> over 6 years ago
4d5c9286 Revise completion docs. Fixes #800. Updates #765. kotfu <k****u@k****t> over 6 years ago
405eb799 merge Merge pull request #902 from python-cmd2/public_method Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
8befe9e3 Making build_settables() public again Kevin Van Brunt <k****t@g****m> over 6 years ago
21dab8b1 merge Merge pull request #901 from python-cmd2/api_docs_cleanup Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
f18390b3 merge Merge branch 'master' into api_docs_cleanup Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
f636aa13 merge Merge pull request #900 from python-cmd2/bug-898 Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
3d488c72 Removed duplicate word and capitalized two comment sentences Kevin Van Brunt <k****t@g****m> over 6 years ago
b74b272c Clarify docstring for cmd_func kotfu <k****u@k****t> over 6 years ago
33049bf8 Add cross-references and links kotfu <k****u@k****t> over 6 years ago
5c52420b Remove extra newline and EOF kotfu <k****u@k****t> over 6 years ago
2dabc378 Update history documentation kotfu <k****u@k****t> over 6 years ago
1af80f27 Revise version statement kotfu <k****u@k****t> over 6 years ago
cf09ba28 Revise docstring for _build_settables kotfu <k****u@k****t> over 6 years ago
062fb0d7 Move list sorting from completion to misc kotfu <k****u@k****t> over 6 years ago
3b3c97d1 standardize language on ‘ansi style sequences’ kotfu <k****u@k****t> over 6 years ago
654e8981 Revise table of contents to include a description of each module kotfu <k****u@k****t> over 6 years ago
be84cb1c Specify spacing when using autoclass kotfu <k****u@k****t> over 6 years ago
52c2cde7 Add examples to argpars decorators kotfu <k****u@k****t> over 6 years ago
5f5c48d5 merge Merge branch 'master' into bug-898 Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
d25fd714 merge Merge pull request #899 from python-cmd2/api_docs Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
ec7b442e Updated python scripting exmaple to illustrate how Eric Lin <a****r@g****m> over 6 years ago
803f71a0 Fix flake8 error. kotfu <k****u@k****t> over 6 years ago
e034b671 Clarify that the API documentation is the public API. kotfu <k****u@k****t> over 6 years ago
acf269f0 Add py_bridge API documentation kotfu <k****u@k****t> over 6 years ago
44bf30ae Instead of using automodule, only document public api functions kotfu <k****u@k****t> over 6 years ago
94e6309c Add links to recently added API documentation kotfu <k****u@k****t> over 6 years ago
bd95a119 Add argparse stuff to api kotfu <k****u@k****t> over 6 years ago
f5806d06 Revisions and improvements for hooks and plugins kotfu <k****u@k****t> over 6 years ago
375776e8 Make build_settables a private method. kotfu <k****u@k****t> over 6 years ago
e21d197e Add stubs and documentation for parent methods. Fix #896 kotfu <k****u@k****t> over 6 years ago
6ab1940e merge Merge branch 'master' into api_docs kotfu <k****u@k****t> over 6 years ago
fea1bc15 merge Merge pull request #897 from python-cmd2/no_suppress_hint Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
ce87cb44 Removed hyphen from tab-completion Kevin Van Brunt <k****t@g****m> over 6 years ago
5e96ee67 Since CompletionError handling has been moved from ArgparseCompleter to compl... Kevin Van Brunt <k****t@g****m> over 6 years ago
c91fd003 plugin and hook documentation updates kotfu <k****u@k****t> over 6 years ago
36465ad9 Add history api documentation kotfu <k****u@k****t> over 6 years ago
387d13e7 Embedded examples and cross-links for categorize() and with_category() kotfu <k****u@k****t> over 6 years ago
6b119fed Fix merge error kotfu <k****u@k****t> over 6 years ago
f0c3cbff merge Merge branch 'master' into api_docs kotfu <k****u@k****t> over 6 years ago
22de8583 Updated comment Kevin Van Brunt <k****t@g****m> over 6 years ago
a2061ba7 merge Merge pull request #895 from python-cmd2/relocate_functions Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
a62622a8 Fixed docs error Kevin Van Brunt <k****t@g****m> over 6 years ago
157efc58 Moved categorize() to utils.py and made set_parser_prog() non-public Kevin Van Brunt <k****t@g****m> over 6 years ago
660d41b4 Formatting update in change log Kevin Van Brunt <k****t@g****m> over 6 years ago
8b6f4b3c merge Merge pull request #894 from python-cmd2/release_prep Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
5ff2c532 Updated change log for release Kevin Van Brunt <k****t@g****m> over 6 years ago
23a0de46 Renamed _autocomplete_default to _complete_argparse_command Kevin Van Brunt <k****t@g****m> over 6 years ago
566f38c1 merge Merge pull request #893 from python-cmd2/EmptyStatement_visibility Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
eecb0ac7 Updated CHANGELOG Todd Leonhardt <t****t@g****m> over 6 years ago
005a918d Oops forgot to commit a file Todd Leonhardt <t****t@g****m> over 6 years ago
f7441431 Moved custom cmd2 exceptions to a separate file and removed them from public API Todd Leonhardt <t****t@g****m> over 6 years ago
970c5fc4 merge Merge pull request #892 from python-cmd2/completion_updates Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
34ce17c9 Redrawing the prompt when an exception occurs during tab completion Kevin Van Brunt <k****t@g****m> over 6 years ago
fb118b9f Updated change log and comment Kevin Van Brunt <k****t@g****m> over 6 years ago
caa7865c Removed extra new line in error message Kevin Van Brunt <k****t@g****m> over 6 years ago
d3deca3c Added apply_style to CompletionError Kevin Van Brunt <k****t@g****m> over 6 years ago
065536a4 Added use of CompletionError to basic completion example Kevin Van Brunt <k****t@g****m> over 6 years ago
d214709e Fixed issue where argparse completion errors were being rewrapped as _ActionC... Kevin Van Brunt <k****t@g****m> over 6 years ago
e1dc7637 Updated unit test Kevin Van Brunt <k****t@g****m> over 6 years ago
d80b27f8 Made CompletionError exception available to non-argparse tab completion Kevin Van Brunt <k****t@g****m> over 6 years ago
878601bc Renamed AutoCompleter to ArgparseCompleter for clarity Kevin Van Brunt <k****t@g****m> over 6 years ago
2221e08e merge Merge pull request #890 from python-cmd2/complete_redirection Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
b6971fb9 Only tab complete after redirection tokens if redirection is allowed Kevin Van Brunt <k****t@g****m> over 6 years ago
729e152c merge Merge pull request #888 from python-cmd2/pyscript_fixes Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
555db5d9 Updated documentation and tests Kevin Van Brunt <k****t@g****m> over 6 years ago
1e57b0c4 Add API documentation for constants kotfu <k****u@k****t> over 6 years ago
3448438f Finish attribute documentation for Statement class kotfu <k****u@k****t> over 6 years ago
909bf0c1 Add documentation of multiline_command attribute kotfu <k****u@k****t> over 6 years ago
dfffdb07 Remove separate files for utility functions and classes kotfu <k****u@k****t> over 6 years ago
627ecc1d Add link to issue for more detail on how we determined our attribute document... kotfu <k****u@k****t> over 6 years ago
1e148050 Add documentation for parsing classes kotfu <k****u@k****t> over 6 years ago
51c831d2 move `categorize()` to `utils.py` and make `set_parser_prog` a private method kotfu <k****u@k****t> over 6 years ago
16d7cfb3 no - in tab-completion kotfu <k****u@k****t> over 6 years ago
c8ba8b94 merge Merge branch 'master' into api_docs kotfu <k****u@k****t> over 6 years ago
db9c3a6d Updated change log Kevin Van Brunt <k****t@g****m> over 6 years ago
9156618a Fixed bug where pyscripts could edit cmd2.Cmd.py_locals dictionary. Kevin Van Brunt <k****t@g****m> over 6 years ago
013b9e0a merge Merge pull request #887 from python-cmd2/completion_docs Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
7fe5cf7c Fixed missing import Kevin Van Brunt <k****t@g****m> over 6 years ago
19312f44 Updated documentation Kevin Van Brunt <k****t@g****m> over 6 years ago
8cfc02d4 Finished argparse completion example Kevin Van Brunt <k****t@g****m> over 6 years ago
ee93add8 Wrote examples for CompletionError and CompletionItem Kevin Van Brunt <k****t@g****m> over 6 years ago

← Back to repository