* Also enhanced reporting error exit reporting through the scons logger to provide
the exception in the compilation report.
* More error exits in scons should do this.
* Python3.3: Fix, packages without "__init__.py" didn't have the module
embedded.
* Tests improvement, make sure programs execute without the imported modules
accessible.
* Triggered by Issue#114 it became apparent that the programs test case won't
notice if the recursion does not work at all (which it did on develop at
some point).
* Also check the flags given to the test runner in order to detect typos.
* Also made programs test cases syntax correct for Python3, need to
handle failing absolut import meant as local imports later.
* Improved test coverage for imports.
* Removed copyright notice from inline copy of Scons, added by accident only
* Claim stronger copyright over basic, program, and reflected tests to release
them under public domain.
* Updated debian/copyright to include "odict" and "oset" licenses, and
full text for ARM ucontext parts
* Remove benchmarks from Debian package, too diverse licenses and not for
users.