Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Some more pyscripting tweaks. Fixed issue with capturing ppaged output. ↵ | Eric Lin | 2018-05-04 | 1 | -4/+17 | |
| | | | | Added pyscript bridge to ipy command. Saving progress. | |||||
* | Added support for customizing the pyscript bridge pystate object name. | Eric Lin | 2018-05-02 | 1 | -19/+41 | |
| | | | | | | | Removed all legacy pystate objects. Changed default behavior to clear _last_result before each command Added utility for creating named tuples with default values Added tests to exercise new changes. | |||||
* | Added CommandResult which returns stdout, stderr, and command data | Eric Lin | 2018-05-01 | 1 | -2/+37 | |
| | ||||||
* | Added support for different argument modes and tests to validate. | Eric Lin | 2018-05-01 | 1 | -3/+59 | |
| | ||||||
* | Further customization of argparse applying patch submitted to ↵ | Eric Lin | 2018-04-30 | 1 | -0/+1 | |
| | | | | | | | https://bugs.python.org/issue15112 Added additional tests - now at 100% coverage of pyscript_bridge.py Still need handling of special action types: StoreTrue/False, store_const, count | |||||
* | Added more tests exercising the pyscript bridge. | Eric Lin | 2018-04-30 | 1 | -4/+9 | |
| | ||||||
* | Added support for translating function positional and keyword arguments into ↵ | Eric Lin | 2018-04-28 | 1 | -9/+55 | |
| | | | | | | argparse command positional and flag arguments. Added initial set of tests | |||||
* | small tweak. saving state. | Eric Lin | 2018-04-27 | 1 | -6/+7 | |
| | ||||||
* | Initial approach to the pyscript revamp. | Eric Lin | 2018-04-24 | 1 | -0/+107 | |
Doesn't handle all argparse argument options yet (nargs, append, flag, probably more) For #368 |