* Only at load time, the value is decided, so do not statically optimize
for "__package__" as it is subject to change in those cases.
* Also, do not assign module attributes in the node tree, merely have
special references for them, generated in case of no other assignment
being seen. This affects "__loader__" and "__spec__" mostly
* The new nodes were moved to a new nodes module, along with the node
that handles "__file__" already.
* Was causing wrong "__name__" in modules that were recursed to and
embedded.
* Triggered wrong execution for "hg --help" test case, since that code
uses "__name__" of such module to compare against "__module__" of
functions (which was correct).
* 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.