Skip to content
Snippets Groups Projects
  1. May 27, 2011
    • Seblu's avatar
      Fix fatal traceback · e5c0b8c5
      Seblu authored
      fatal which now use os._exit, lack of a return code.
      e5c0b8c5
    • Matthieu Gonnet's avatar
      Fix clear function in Printer · 32e44ba6
      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
      32e44ba6
    • Seblu's avatar
      Add clear function to the Printer · 6c7b043f
      Seblu authored
      clearing terminal is now a function of class  Printer.
      Command clear, now use it.
      6c7b043f
    • Matthieu Gonnet's avatar
      Fix fd argument allocation in out and err Printer methods · f3845fec
      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
      f3845fec
  2. Feb 18, 2011
  3. Feb 14, 2011
  4. Feb 10, 2011
  5. Feb 08, 2011
  6. Feb 07, 2011
  7. Jan 08, 2011
  8. Jan 07, 2011
  9. Jan 06, 2011
  10. Jan 04, 2011
  11. Jan 03, 2011
  12. Dec 31, 2010
  13. Dec 30, 2010
  14. Dec 29, 2010
    • Seblu's avatar
      fix traceback on empty line in parser · 861fbed9
      Seblu authored
      fix traceback when typing enter with history disable (method Printer().ask())
      clean quit on server disconnect
      prompt in color
      add login in prompt
      new cli exceptions class
      proper handle auth failure
      861fbed9
    • Seblu's avatar
      lexer handle quoting · 84647964
      Seblu authored
      read from argline like stdin
      fix bug on debuging
      84647964
  15. Dec 28, 2010
    • Seblu's avatar
      global cleaning / bug fixes · 1e4aa1e2
      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
      1e4aa1e2
  16. Dec 23, 2010
  17. Dec 22, 2010
  18. Dec 20, 2010
Loading