| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update version to 0.9.1 for #4210.9.1 | kotfu | 2018-05-28 | 5 | -5/+8 |
| | | |||||
| * | For python 3 don’t build universal wheels0.9.0.1 | kotfu | 2018-05-28 | 1 | -2/+0 |
| | | |||||
| * | Update version to 0.9.0.1 for #421 | kotfu | 2018-05-28 | 4 | -4/+4 |
| | | |||||
| * | Update version to 0.9.1rc1 to try and fix #421 | kotfu | 2018-05-28 | 5 | -8/+10 |
| | | |||||
| * | Fix error in setup.py | Todd Leonhardt | 2018-05-28 | 1 | -1/+0 |
| | | | | | PyPI doesn't recognize PyPy3 as a valid programming language | ||||
| * | Update CHANGELOG in preparation for 0.9.0 release0.9.0 | Todd Leonhardt | 2018-05-28 | 2 | -1/+4 |
| | | |||||
| * | Merge pull request #420 from python-cmd2/preparse | Todd Leonhardt | 2018-05-27 | 3 | -16/+14 |
| |\ | | | | | Fixed bug where preparse() wasn't called before parsing | ||||
| | * | Reverted preparse behavior to where it was (i.e. currently unused) | Todd Leonhardt | 2018-05-27 | 2 | -1/+2 |
| | | | |||||
| | * | Updated CHANGELOG with stuff from 0.8.6 release | Todd Leonhardt | 2018-05-27 | 1 | -5/+13 |
| | | | |||||
| | * | Fixed bug where preparse() wasn't called before parsing | Todd Leonhardt | 2018-05-27 | 2 | -12/+1 |
| |/ | | | | | Also: - Deleted postparse() since it was redundant with postparsing_precmd() | ||||
| * | Merge pull request #419 from python-cmd2/py_updates | Todd Leonhardt | 2018-05-27 | 4 | -12/+5 |
| |\ | | | | | Removed unused function | ||||
| | * | Fixed conditional.py script | Todd Leonhardt | 2018-05-26 | 3 | -3/+5 |
| | | | | | | | | | | | | | Also: - Made self.locals_in_py = True for main.py and examples/python_scripting.py - This makes debugging easier in the embedded IPython shell provided by the opt-in ipy command | ||||
| | * | Removed unused function | Kevin Van Brunt | 2018-05-26 | 1 | -9/+0 |
| |/ | |||||
| * | Merge pull request #416 from python-cmd2/pyshell_readline | kmvanbrunt | 2018-05-26 | 3 | -19/+166 |
| |\ | | | | | Pyshell readline | ||||
| | * | Merge branch 'master' into pyshell_readline | Kevin Van Brunt | 2018-05-25 | 31 | -478/+630 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #413 from python-cmd2/speedup_import | kotfu | 2018-05-24 | 31 | -480/+630 |
| |\ \ | | | | | | | Defer certain imports | ||||
| | * | | Make changes requested in PR #413 | kotfu | 2018-05-24 | 3 | -11/+41 |
| | | | | |||||
| | * | | Oops, fixed another merge error | kotfu | 2018-05-23 | 1 | -263/+0 |
| | | | | |||||
| | * | | Modify clipboard function references | kotfu | 2018-05-23 | 1 | -4/+4 |
| | | | | |||||
| | * | | Add EmptyStatement exception to default imports | kotfu | 2018-05-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix import stragglers | kotfu | 2018-05-23 | 4 | -12/+17 |
| | | | | |||||
| | * | | Fix merge error | kotfu | 2018-05-23 | 1 | -2/+0 |
| | | | | |||||
| | * | | Standardize cmd2 imports in tests and examples | kotfu | 2018-05-23 | 21 | -72/+63 |
| | | | | |||||
| | * | | Merge branch 'master' into speedup_import | kotfu | 2018-05-23 | 40 | -625/+614 |
| | |\ \ | |/ / |/| | | | | | | | | | | | | | | # Conflicts: # cmd2/cmd2.py # tests/test_completion.py # tests/test_submenu.py | ||||
| | * | | Add note about known issue of slow import | kotfu | 2018-05-23 | 1 | -0/+3 |
| | | | | |||||
| | * | | Update for current best practices for dev dependency installation | kotfu | 2018-05-18 | 2 | -45/+38 |
| | | | | |||||
| | * | | Add Statement to default import | kotfu | 2018-05-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Updated measurements | kotfu | 2018-05-06 | 1 | -1/+9 |
| | | | | |||||
| | * | | Move more code from cmd2.py into utils.py | kotfu | 2018-05-06 | 3 | -127/+119 |
| | | | | |||||
| | * | | Add progress update. | kotfu | 2018-05-06 | 1 | -3/+9 |
| | | | | |||||
| | * | | Add measurement for extraction of AddSubmenu() | kotfu | 2018-05-06 | 1 | -0/+10 |
| | | | | |||||
| | * | | Extract AddSubmenu() into it’s own module | kotfu | 2018-05-06 | 5 | -267/+271 |
| | | | | |||||
| | * | | Add measurements for last 5 deferrals | kotfu | 2018-05-06 | 1 | -0/+9 |
| | | | | |||||
| | * | | Defer 5 more imports | kotfu | 2018-05-06 | 1 | -7/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - datetime - functools - io - subprocess - traceback | ||||
| | * | | Add measurement for last five imports | kotfu | 2018-05-06 | 1 | -0/+8 |
| | | | | |||||
| | * | | Defer five imports | kotfu | 2018-05-06 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - atexit - codecs - signal - tempfile - copy | ||||
| | * | | Add measurement for InteractiveConsole | kotfu | 2018-05-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | Defer import of InteractiveConsole | kotfu | 2018-05-06 | 2 | -2/+13 |
| | | | | |||||
| | * | | Add measurement for deferring unittest | kotfu | 2018-05-06 | 1 | -1/+12 |
| | | | | |||||
| | * | | Defer import of unittest | kotfu | 2018-05-06 | 3 | -212/+218 |
| | | | | |||||
| | * | | Add measurement script and document to track progress | kotfu | 2018-05-06 | 2 | -0/+50 |
| | | | | |||||
| | * | | Add default imports back in | kotfu | 2018-05-06 | 1 | -0/+2 |
| | | | | |||||
| | | * | Added changes related to py console | Kevin Van Brunt | 2018-05-25 | 1 | -0/+4 |
| | | | | |||||
| | | * | Updated comments and removed unneeded call | Kevin Van Brunt | 2018-05-25 | 1 | -8/+11 |
| | | | | |||||
| | | * | Fixed issue where IPython was overwriting prompts and exception formatting ↵ | Kevin Van Brunt | 2018-05-25 | 1 | -1/+25 |
| | | | | | | | | | | | | | in the Python console | ||||
| | | * | Made Python console tab complete from the correct namespace. | Kevin Van Brunt | 2018-05-24 | 1 | -59/+58 |
| | | | | | | | | | | | | | Reduced the amount of code within a try block. | ||||
| | | * | Merge branch 'master' into pyshell_readline | Kevin Van Brunt | 2018-05-24 | 3 | -1/+30 |
| | | |\ | |_|/ |/| | | |||||
| * | | | Merge pull request #411 from python-cmd2/autocompleter | Todd Leonhardt | 2018-05-23 | 3 | -1/+30 |
| |\ \ \ | | | | | | | | | Fixes problem with not passing the parameter hint suppression down to… | ||||
| | * | | | Fixes problem with not passing the parameter hint suppression down to ↵ | Eric Lin | 2018-05-22 | 3 | -1/+30 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | sub-commands Added hint suppression on a per-parameter basis Added helper function to force an parameter to fall back to bash completion instead of using Cmd2 completion. - Hinting is still enabled by default but can be suppressed in the helper function. | ||||
| | | * | Clearing py's history before rebuilding it | Kevin Van Brunt | 2018-05-23 | 1 | -6/+8 |
| | | | | |||||
