Commit | Date | |
---|---|---|
2012-04-17 17:04:04 | Tree | |
2012-04-17 16:50:11 | Tree | |
[r15769]
by
bugman
Shifted the terminal colouring ANSI escape sequences into their own 'ansi' module. This will allow the colours to be easily changed. |
2012-04-17 16:49:22 | Tree |
[r15768]
by
bugman
The test suite is now only imported in the test modes of operation. This should also speed up program initialisation. |
2012-04-17 16:32:17 | Tree |
[r15767]
by
bugman
The import of the gui package now only occurs in GUI mode. This will speed up the program start up. It also has the side effect of bypassing the hack of the |
2012-04-17 16:27:46 | Tree |
2012-04-17 16:23:53 | Tree | |
[r15765]
by
bugman
Added isatty() methods to all of the dummy file objects within relax. This fixes a number of errors caused by the recent introduction of coloured text. |
2012-04-17 16:18:35 | Tree |
[r15764]
by
bugman
ANSI escape characters are now turned off forcibly when in GUI mode. The prompt.interpreter.Interpreter class was being initialised during the import startup phase due to |
2012-04-17 15:41:06 | Tree |
[r15763]
by
bugman
Reverted r15756 as the status.text_colouring flag is no longer needed. The command used was: ..... |
2012-04-17 15:01:00 | Tree |
[r15762]
by
bugman
The sys.std*.isatty() methods are now being used to determine if text output should be coloured. This removes the need for the status.text_colouring flag, and can handle changes in IO redirection |
2012-04-17 14:50:34 | Tree |