- fix error while looking up a library which is named like a keyword.
1.4.3
------------------
- add the function reflect.isoldstyle.
1.4.2
------------------
- add requirements.txt and changelog.rst in building packages.
1.4.1
------------------
- add the function iterable.hashiter in order to hash not hashable iterables. - add runtime.getcodeobj function in order to produce a code object from old code object.
1.4.0
------------------
- add the parameter `scope` in the function `path.lookup`. - add safe parameter in the function `path.lookup`. - use static safe scope in the module `runtime`.
1.3.0
------------------
- add the decorator b3j0f.path.alias function for quick registering python objects. - change contact address.