summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 1.1.fb20v1.1.fb20Andy Grover2016-04-071-1/+1
* configshell-fb: depend on python-six/python3-six in debian/controlChristoph Hellwig2016-03-231-2/+2
* version 1.1.fb19v1.1.fb19Andy Grover2015-11-301-1/+1
* Merge pull request #21 from cvubrugier/fix-ipv6-portal-completionAndy Grover2015-11-151-2/+2
|\
| * Fix completion of IPv6 portalsChristophe Vu-Brugier2015-11-151-2/+2
|/
* Handle getting urwid focus position betterAndy Grover2015-11-131-8/+3
* update version to 1.1.fb18v1.1.fb18Andy Grover2015-06-231-1/+1
* Merge pull request #19 from cvubrugier/simplify-completionAndy Grover2015-06-232-86/+32
|\
| * Simplify the _display_completions() methodChristophe Vu-Brugier2015-06-112-84/+31
| * Remove the complete_key attribute from class ConfigShellChristophe Vu-Brugier2015-06-111-2/+1
|/
* Merge pull request #18 from cvubrugier/fix-completionAndy Grover2015-06-081-5/+2
|\
| * Fix the command line completion with Python 3Christophe Vu-Brugier2015-06-081-2/+0
| * Fix integer divisions that are broken with Python 3Christophe Vu-Brugier2015-06-081-3/+2
|/
* Merge pull request #16 from cvubrugier/python3-sixAndy Grover2015-06-037-36/+45
|\
| * Support Python 3 with "six" instead of running `2to3`Christophe Vu-Brugier2015-06-037-36/+45
|/
* update version to 1.1.fb17v1.1.fb17Andy Grover2015-01-131-1/+1
* Add symlink from configshell_fb to configshell/Andy Grover2014-12-022-1/+1
* Package as both 'configshell' and 'configshell_fb'Andy Grover2014-12-023-6/+11
* version 1.1.fb16v1.1.fb16Andy Grover2014-12-021-1/+1
* Don't reuse "parameter" local variableAndy Grover2014-11-191-3/+3
* update versionv1.1.fb15Andy Grover2014-09-241-1/+1
* Fix exception on sortingAndy Grover2014-09-221-1/+1
* update versionv1.1.fb14Andy Grover2014-08-281-1/+1
* Merge pull request #13 from cvubrugier/masterAndy Grover2014-07-011-4/+4
|\
| * Fix ui_command_get() when no parameter is providedChristophe Vu-Brugier2014-07-011-4/+4
|/
* update version to 1.1.fb13v1.1.fb13Andy Grover2014-03-251-1/+1
* Don't use elif when previous conditional returnsAndy Grover2014-03-141-1/+2
* Merge pull request #11 from cvubrugier/masterAndy Grover2014-03-141-1/+1
|\
| * Fix exception raised when 'help' is invokedChristophe Vu-Brugier2014-03-141-1/+1
|/
* update version to 1.1.fb12v1.1.fb12Andy Grover2014-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
* update version to 1.1.11v1.1.fb11Andy Grover2014-01-061-1/+1
* Re-enable hack for tab-completion with nothing under the cursorAndy Grover2014-01-061-2/+8
* update version to 1.1.10v1.1.fb10Andy Grover2013-10-301-1/+1
* Update README.md for in-repo pkgscript rationaleAndy Grover2013-10-251-0/+10
* Update maintainer email in debian/controlAndy Grover2013-10-221-1/+1
* Merge pull request #10 from JonnyJD/make_debAndy Grover2013-10-2015-110/+99
|\
| * debian: also build python 3 packageJohannes Dewender2013-10-206-6/+55
| * debian: update packaging to use dh_pythonJohannes Dewender2013-10-209-84/+17
| * debian: fix dependenciesJohannes Dewender2013-10-181-2/+3
| * fix package name in debian/rulesJohannes Dewender2013-10-181-2/+3
| * debian: fix setuptools usageJohannes Dewender2013-10-182-1/+4
| * rename debian package to configshell-fbJohannes Dewender2013-10-1810-27/+29
* | Merge pull request #9 from cvubrugier/masterAndy Grover2013-10-181-1/+1
|\ \ | |/ |/|
| * Fix an integer division on Python 3Christophe Vu-Brugier2013-10-181-1/+1
|/
* Merge pull request #8 from JonnyJD/make_debAndy Grover2013-10-161-3/+3
|\
| * fix version in package buildsJohannes Dewender2013-10-161-3/+3
|/