| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy. | Kevin Van Brunt | 2021-03-30 | 1 | -68/+30 |
| | | | | | | | | | | | Added include_py keyword parameter to cmd2.Cmd.__init__(). If False, then the py command will not be available. Removed ability to run Python commands from the command line with py. Made banners and exit messages of Python and IPython consistent. Changed utils.is_text_file() to raise OSError if file cannot be read. | ||||
| * | Removed ipy's access to the CLI's globals() dictionary | Kevin Van Brunt | 2021-03-24 | 1 | -9/+4 |
| | | |||||
| * | ipy command now includes all of self.py_locals in the IPython environment | Kevin Van Brunt | 2021-03-24 | 1 | -13/+11 |
| | | |||||
| * | Deprecate Python 3.5 | Todd Leonhardt | 2021-02-20 | 1 | -2/+5 |
| | | |||||
| * | Removed dash from 'tab complete' string | Kevin Van Brunt | 2020-02-13 | 1 | -1/+1 |
| | | |||||
| * | Clean up class and method references | kotfu | 2020-02-05 | 1 | -3/+3 |
| | | | | | | - In docs/api/cmd.rst, the `cmd2.Cmd` class was defined as `cmd2.cmd2.Cmd`, which required the extraneous `cmd2` every time we referenced it. This extra `cmd2` is no longer required. - always refer to a bare cmd2 using ``cmd2`` per our documentation conventions | ||||
| * | Renamed locals_in_py to self_in_py | Todd Leonhardt | 2020-01-27 | 1 | -1/+1 |
| | | | | | This more accurately reflects what it controls | ||||
| * | Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵ | Todd Leonhardt | 2020-01-27 | 1 | -3/+1 |
| | | | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt | ||||
| * | Minor update to embedded python shells docs | Todd Leonhardt | 2019-11-03 | 1 | -0/+2 |
| | | |||||
| * | Integrate freefeatures into new doc structure | kotfu | 2019-07-16 | 1 | -4/+4 |
| | | |||||
| * | Lots of work on the migrating documentation for #719 | kotfu | 2019-07-14 | 1 | -1/+132 |
| | | |||||
| * | Skeleton doc structure complete for #709 | kotfu | 2019-07-02 | 1 | -0/+4 |
