summaryrefslogtreecommitdiff
path: root/docs/features/embedded_python_shells.rst
Commit message (Collapse)AuthorAgeFilesLines
* Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.Kevin Van Brunt2021-03-301-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() dictionaryKevin Van Brunt2021-03-241-9/+4
|
* ipy command now includes all of self.py_locals in the IPython environmentKevin Van Brunt2021-03-241-13/+11
|
* Deprecate Python 3.5Todd Leonhardt2021-02-201-2/+5
|
* Removed dash from 'tab complete' stringKevin Van Brunt2020-02-131-1/+1
|
* Clean up class and method referenceskotfu2020-02-051-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_pyTodd Leonhardt2020-01-271-1/+1
| | | | This more accurately reflects what it controls
* Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵Todd Leonhardt2020-01-271-3/+1
| | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt
* Minor update to embedded python shells docsTodd Leonhardt2019-11-031-0/+2
|
* Integrate freefeatures into new doc structurekotfu2019-07-161-4/+4
|
* Lots of work on the migrating documentation for #719kotfu2019-07-141-1/+132
|
* Skeleton doc structure complete for #709kotfu2019-07-021-0/+4