summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated LICENSE with current year.2.4.3Kevin Van Brunt2023-01-271-1/+1
* Updating CHANGELOG for 2.4.3 release.Kevin Van Brunt2023-01-271-1/+1
* Removed Python 3.6 testing since the testing network no longer supports it on...Kevin Van Brunt2023-01-276-6/+8
* Fixed mypy and flake8 errors.Kevin Van Brunt2023-01-273-4/+6
* Fixed ValueError caused when passing Cmd.columnize() strings wider than displ...Kevin Van Brunt2023-01-273-2/+19
* Merge pull request #1253 from python-cmd2/1252-str-to-boolkotfu2022-11-073-23/+43
|\
| * Clean up spacingkotfu2022-11-051-1/+1
| * Add tests for to_bool() when passing boolean valueskotfu2022-11-051-0/+5
| * Fix black errorskotfu2022-11-051-1/+1
| * Update type hints and comments on to_bool()kotfu2022-11-051-5/+8
| * Enhance str_to_bool() to accept other typeskotfu2022-11-053-20/+32
|/
* Use latest version of mypy and fix type hinting accordingly (#1239)Todd Leonhardt2022-07-147-14/+26
* Fix YAML indentation error in dependabot.yml (#1237)Todd Leonhardt2022-07-141-2/+2
* Remove Azure Pipeline config file and add pip dependency scanning for Dependa...Todd Leonhardt2022-07-142-58/+5
* Bump actions/setup-python from 2 to 4 (#1235)dependabot[bot]2022-07-145-5/+5
* Bump github/codeql-action from 1 to 2 (#1234)dependabot[bot]2022-07-141-3/+3
* Bump actions/checkout from 2 to 3 (#1233)dependabot[bot]2022-07-146-6/+6
* chore: Included githubactions in the dependabot config (#1231)neilnaveen2022-07-141-0/+6
* chore: Set permissions for GitHub actions (#1230)Naveen2022-07-145-0/+19
* Fixing Sphinx error2.4.2Kevin Van Brunt2022-07-131-1/+1
* Updated CHANGELOG for 2.4.2 release.Kevin Van Brunt2022-07-132-2/+7
* Fixed duplicate subparser name in test_add_parser_custom_completerMichał Górny2022-05-231-1/+1
* Moved documentation annotation stripping into utility function. Changed argpa...Eric Lin2022-04-255-21/+48
* Updated change log for 2.4.1 release2.4.1Kevin Van Brunt2022-04-131-1/+1
* Fixed formatting errorKevin Van Brunt2022-04-131-1/+1
* Add an educational postcommand hookCase Ploeg2022-04-131-1/+14
* update postparsing hooksCase Ploeg2022-04-131-6/+8
* async_alert() raises a RuntimeError if called from the main thread.Kevin Van Brunt2022-04-132-11/+26
* Fixed value for ansi.Bg.YELLOWKevin Van Brunt2022-04-132-1/+6
* Fix test suite ansi.allow_style handling (#1217)Jakub Kulík2022-04-131-17/+36
* Fixed path to schema image in READMEKevin Van Brunt2022-03-161-1/+1
* final changes (#1200)Jerrad2022-03-015-297/+196
* Fixed spelling in a docstringKevin Van Brunt2022-02-241-1/+1
* Fixed type hint in unit test code2.4.0Kevin Van Brunt2022-02-221-2/+3
* Updated change log and license for releaseKevin Van Brunt2022-02-222-2/+2
* Reduced amount of style characters carried over from previous lines when alig...Kevin Van Brunt2022-02-228-61/+335
* cmd2 now uses pyreadline3 when running any version of Python on WindowsKevin Van Brunt2022-02-179-58/+23
* Improved some readline-related commentsKevin Van Brunt2022-02-172-8/+25
* Deleted cmd2.fg and cmd2.bg which were deprecated in 2.3.0. Use cmd2.Fg and c...Kevin Van Brunt2022-02-174-74/+3
* Fixed issue where tab completion was quoting argparse flags in some cases.Kevin Van Brunt2022-02-163-33/+39
* Update modular_commands.rst (#1199)Varun Mittal2022-02-151-2/+2
* Use latest version of black (#1201)Todd Leonhardt2022-02-151-1/+1
* Added PassThroughException to __init__.py imports. (#1194)Kevin Van Brunt2022-01-262-2/+9
* Updates cmd2 External Test Plugin URL (#1193)Evgeniy Vasilev2022-01-261-1/+1
* Added substantial documentation concerning pyscript (#1187)Jerrad2022-01-261-14/+413
* Fixed issue in ansi.async_alert_str() which would raise IndexError if prompt ...Kevin Van Brunt2022-01-172-1/+3
* Added 'no cover' pragma to importKevin Van Brunt2021-12-151-1/+1
* Simplified importKevin Van Brunt2021-12-151-12/+3
* Added broader exception handling when enabling clipboard functionality via py...Kevin Van Brunt2021-12-153-7/+13
* Updated change log for release2.3.3Kevin Van Brunt2021-11-291-1/+1