Skip to content
  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 blink in watch command · 9dd12283
      Matthieu Gonnet authored
      The watch command uses a buffer instead of the standard output. Using this the watch
      command can execute commands and wait the end of the execution to clear and print the buffer.
      The watch command also catch cliException and KeyboardInterrupt in order to proceed to clean exit.
      9dd12283
    • Matthieu Gonnet's avatar
      Clean exit in time command · 34e1cf38
      Matthieu Gonnet authored
      The time command now catch the ccli exception and KeyboardInterrupt and
      print the execution time before a clean exit.
      34e1cf38
    • 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. May 23, 2011
  3. May 20, 2011
  4. May 18, 2011
  5. May 16, 2011
  6. May 13, 2011
  7. May 11, 2011
    • Seblu's avatar
      Check remote functions in local command · 5b5b0e6b
      Seblu authored
      Introduce new class RemoteCommand, which help checking needed remote functions are available
      before adding a command to list of commands
      5b5b0e6b
  8. May 06, 2011
  9. May 02, 2011
  10. Apr 27, 2011
  11. Apr 13, 2011
  12. Apr 12, 2011
  13. Apr 08, 2011
  14. Mar 30, 2011
  15. Mar 21, 2011
  16. Mar 17, 2011
  17. Mar 16, 2011