- May 27, 2011
-
-
Seblu authored
fatal which now use os._exit, lack of a return code.
-
Matthieu Gonnet authored
Clear function used to check if sys.stdout was a tty and didn't allow you to use clear in an other fd. This check has been deleted in this patch and you can now use clear in a buffer
-
Seblu authored
clearing terminal is now a function of class Printer. Command clear, now use it.
-
Matthieu Gonnet authored
The fd default argument in the out and err fonction causes bad issues because it was initialized when the class was instanciated. Consequently this patch set the default argument to None and permit you to change the stdout and stderr file descriptor without causing troubles
-
- Feb 18, 2011
-
-
Seblu authored
-
- Feb 14, 2011
- Feb 10, 2011
-
-
Seblu authored
-
- Feb 08, 2011
-
-
Seblu authored
-
- Feb 07, 2011
-
-
Seblu authored
-
- Jan 08, 2011
- Jan 07, 2011
- Jan 06, 2011
-
-
Seblu authored
expert has its own history
-
- Jan 04, 2011
- Jan 03, 2011
-
-
Seblu authored
-
- Dec 31, 2010
- Dec 30, 2010
-
-
Seblu authored
fix command history traceback
-
- Dec 29, 2010
- Dec 28, 2010
-
-
Seblu authored
* printer and history merged * printer now handle raw_input and getpass function * clierror module to cccli.exception * lot of reorganisation * history saving of question is disable * split tql spec and readme * update tql spec and readme content
-
- Dec 23, 2010
-
-
Seblu authored
-
- Dec 22, 2010
-
-
Seblu authored
-
- Dec 20, 2010
-
-
Seblu authored
-