summaryrefslogtreecommitdiff
path: root/cmd2/transcript.py
Commit message (Expand)AuthorAgeFilesLines
* Updated main code to use f-stringsKevin Van Brunt2021-04-131-9/+3
* And that's the last of it. Passes mypy.Eric Lin2021-04-061-1/+3
* history, py_bridge, transcript now passs mypyEric Lin2021-04-061-14/+14
* More mypy validation changes. cmd2.py is nearly fully mypy compliant now.Eric Lin2021-04-021-2/+12
* Start making small changes to fix mypy warningsTodd Leonhardt2021-02-211-0/+3
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
* Add black for automatic code formatTodd Leonhardt2021-01-311-13/+15
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-3/+8
* Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...Kevin Van Brunt2019-12-191-4/+4
* Moved code related to ANSI escape codes to new file called ansi.pyKevin Van Brunt2019-06-261-5/+5
* Updated CHANGELOG and slightly refactored/reorganized comments and code in tr...Todd Leonhardt2019-06-161-15/+15
* Made comment more accurateKevin Van Brunt2019-06-071-1/+1
* Refactored how and when transcript file glob patterns are expanded in order t...Todd Leonhardt2019-06-061-8/+4
* Transcript testing now properly handles commands which signal the application...Todd Leonhardt2019-06-061-3/+9
* Refactor exit_code implementationTodd Leonhardt2019-05-201-0/+1
* Fix flake8 issuesTodd Leonhardt2018-12-061-7/+8
* Refactored filtering in path_complete to use a functionKevin Van Brunt2018-10-261-1/+1
* Fixed transcript testing bug where last command in transcript has no expected...Todd Leonhardt2018-09-301-1/+4
* Fixed several hack classes build to simulate file descriptorsTodd Leonhardt2018-09-231-22/+1
* This just fixes a couple minor lint warnings related to raw strings and escapesTodd Leonhardt2018-09-131-1/+1
* Working on improving type hintingTodd Leonhardt2018-06-091-10/+8
* Make changes requested in PR #413kotfu2018-05-241-7/+22
* Defer import of unittestkotfu2018-05-061-0/+213