Type: Class
- configure() (method)
- --batch or -b (command-line command)
- --useWorldTransform or -u (command-line command)
- --verbose or -v (command-line command)
- --help of -h (command-line command)
Refering articles:
- setlocalencoding() in site.py no longer necessary (Fixed bugs 09.10.06) more
- form, application, session, toolkit and console (08.03.06) — (obsolete) more
- UnicodeEncodeError (Problem reports 19.02.06) — Test 42 fails with a UnicodeEncodeError. more
- Solved flaws of the test suite (23.01.06) — Solved two long-standing flaws of the test suite. more
- get testcases running (14.11.05) — Get the testcases running after Working on HtmlDocument (13.10.05) more
- testing whether stdout is redirected to a file (22.08.05) — syscon now tests whether stdout is redirected to a file, and in this case it uses Console instead of TtyConsole so that progress messages are not shown. more
- jobs now interruptible (feature 18.04.05) — A Job on the Console reacts now to Escape. At least on a Windows console (if msvcrt is available). The UI may now subclass Job. So Task can no longer be a subclass of Job. But it contains a Job instance. more
- timtools now with py2exe *and* McMillan (code changes 06.04.05) — On the Download page there are now two variants of the TIM tools. Although they are functionally equivalent, they are packaged using different techniques (one with py2exe, the other with McMillan Installer. more
- use standard Python logging module? (code changes 10.03.05) — Should I use the standard logging module? Still thinking about relationship between Console, UI, Form etc. more