micropython

Changelog

(0) -300 -100 -10 +10 +100 tip
688:b7c66497860a
2013-10-09 Paul Boddie changeset files shortlog graph Added "with" statement report output. syspython-as-target
micropython/report.py
687:f0579287fd69
2013-10-09 Paul Boddie changeset files shortlog graph Permit function numbering despite the occurrence of namespace mutation. syspython-as-target
micropython/data.py
686:c7a45163b872
2013-10-09 Paul Boddie changeset files shortlog graph Added the outline of the collections module in order to avoid nasty namedtuple invocation usage for base classes found in Python 2.6 and later. syspython-as-target
lib/collections.py
685:5f2c0e22fd40
2013-10-08 Paul Boddie changeset files shortlog graph Fixed relative import path interpretation to work within package roots. syspython-as-target
micropython/common.py micropython/inspect.py micropython/report.py
684:112b08cc4006
2013-10-08 Paul Boddie changeset files shortlog graph Supported relative imports in report output; made get_module_name a common function. syspython-as-target
micropython/common.py micropython/inspect.py micropython/report.py
683:be4ea92ff062
2013-10-08 Paul Boddie changeset files shortlog graph Added support for "whole module" relative imports. syspython-as-target
micropython/inspect.py tests/relative/subpackage/__init__.py tests/relative/subpackage/whole.py tests/relative_import.py
682:d3a80d3d317a
2013-10-08 Paul Boddie changeset files shortlog graph Added support for explicit relative imports. syspython-as-target
micropython/inspect.py tests/relative/__init__.py tests/relative/subpackage/__init__.py tests/relative/subpackage/sibling.py tests/relative/upper.py tests/relative_import.py
681:dae271433bf5
2013-10-08 Paul Boddie changeset files shortlog graph Changed the property built-in to be a class, thus permitting the inspection of the ast module in Python 2.6 and later. syspython-as-target
lib/builtins.py
680:67a3d7c27176
2013-10-06 Paul Boddie changeset files shortlog graph Removed the optimisation flag and related instructions. syspython-as-target
README.txt
679:48f3af55bd30
2013-07-08 Paul Boddie changeset files shortlog graph Added some support for specific kinds of invocations identified through analysis. syspython-as-target
docs/syspython.txt micropython/syspython.py
(0) -300 -100 -10 +10 +100 tip