summaryrefslogtreecommitdiff
path: root/configshell
Commit message (Expand)AuthorAgeFilesLines
* Package as both 'configshell' and 'configshell_fb'Andy Grover2014-12-022-5/+9
* Don't reuse "parameter" local variableAndy Grover2014-11-191-3/+3
* Fix exception on sortingAndy Grover2014-09-221-1/+1
* Fix ui_command_get() when no parameter is providedChristophe Vu-Brugier2014-07-011-4/+4
* Don't use elif when previous conditional returnsAndy Grover2014-03-141-1/+2
* Fix exception raised when 'help' is invokedChristophe Vu-Brugier2014-03-141-1/+1
* Another dumb thing to fix.Andy Grover2014-03-031-1/+1
* Remove unneeded sys importAndy Grover2014-03-031-1/+0
* Make error-level log messages go to stderrAndy Grover2014-03-032-8/+19
* Let exceptions through to callers of run_interactiveAndy Grover2014-03-032-193/+182
* Re-enable hack for tab-completion with nothing under the cursorAndy Grover2014-01-061-2/+8
* Fix an integer division on Python 3Christophe Vu-Brugier2013-10-181-1/+1
* Remove unused parameters in _complete_token_{command,path}()Christophe Vu-Brugier2013-10-121-20/+5
* Remove the readline completion hook fallback used with Python < 2.6Christophe Vu-Brugier2013-10-121-37/+3
* Comply with PEP 3310 "Catching Exceptions in Python 3000"Christophe Vu-Brugier2013-10-082-10/+10
* Replace simpleparse with pyparsingChristophe Vu-Brugier2013-09-121-46/+46
* Put package information in setup.py instead of importing configshell's initChristophe Vu-Brugier2013-08-281-6/+0
* Merge branch 'upstream' into devAndy Grover2013-07-236-66/+66
|\
| * configshell: Change copyright to Apache License 2.01.2upstreamNicholas Bellinger2013-07-046-66/+66
* | Make sure help ends with carriage returnAndy Grover2013-06-041-0/+1
* | Merge remote branch 'gh/master' into devv1.1.fb7Andy Grover2013-02-251-1/+1
|\ \
| * | Lambda not neededAndy Grover2013-01-041-1/+1
* | | Avoid exception when arrowing down past end of listAndy Grover2013-01-151-1/+4
|/ /
* | Fix debug log date format to YYYY-MM-DDv1.1.fb6Andy Grover2012-12-191-1/+1
* | Improve commentAndy Grover2012-12-031-1/+2
* | Fix sort againAndy Grover2012-12-031-4/+6
* | Sort first by ending number, if presentAndy Grover2012-12-031-2/+7
* | Make log warning color yellowv1.1.fb5Andy Grover2012-07-111-1/+1
* | Only return dict keys from list_config_groupsAndy Grover2012-02-061-1/+1
* | Remove unused list_group_params argumentsAndy Grover2012-02-061-13/+5
* | remove epydoc importv1.1.fb4Andy Grover2012-01-101-1/+0
* | Do not print color escape codes if stdout is not a ttyv1.1.fb3Andy Grover2011-12-141-1/+1
* | Don't use readline unless isattyAndy Grover2011-12-141-3/+10
* | Allow mixed-case values for true/falsev1.1.fb2Andy Grover2011-12-131-2/+2
* | Fix get_command_syntax bugAndy Grover2011-12-051-2/+1
* | Fix helptext - shell may not be interactiveAndy Grover2011-12-051-2/+2
* | Do not require epydoc at runtimeAndy Grover2011-12-051-0/+14
|/
* Fixed console get_width()Jerome Martin2011-11-011-13/+17
* Made warnings blue by default.Jerome Martin2011-07-201-1/+1
* Removed unused import (sys) in log.py.Jerome Martin2011-07-201-1/+0
* Improved handling of command_execution result.Jerome Martin2011-07-181-2/+7
* Main help text update, a few comments fixes.Jerome Martin2011-07-181-14/+25
* Refactored ConfigShell usage and add/del child.Jerome Martin2011-07-182-267/+265
* Refactored command parameter check.Jerome Martin2011-06-111-14/+88
* Now allows '%' in grammar for vars.Jerome Martin2011-06-101-2/+2
* Added methods to use configuration groups.Jerome Martin2011-06-081-126/+178
* Fixed ui_type_* to type name regressionsJerome Martin2011-06-081-11/+11
* Got rid of direct ui_type_* methods.Jerome Martin2011-06-081-22/+34
* Fixed child name display for add_child error.Jerome Martin2011-06-081-1/+1
* Added writable flag to config groups items.Jerome Martin2011-06-041-37/+55