micropython

Changelog

(0) -300 -100 -10 +10 +100 tip
655:c52c50dca9dc
2013-05-01 Paul Boddie changeset files shortlog graph Added some tests of dynamic attribute access using getattr and string constants. syspython-as-target
tests/getattr_instance_methods_dynamic.py tests/getattr_instance_methods_dynamic_chained.py
654:b9e902f5020d
2013-05-01 Paul Boddie changeset files shortlog graph Permit repeated evaluation of __builtins__.getattr and a final evaluation of the function with more complete knowledge of a program's constants. syspython-as-target
micropython/__init__.py
653:87496106bdcc
2013-05-01 Paul Boddie changeset files shortlog graph Added missing support for del operations and the exec statement. syspython-as-target
micropython/report.py
652:ff163f197684
2013-05-01 Paul Boddie changeset files shortlog graph Added support for showing constants in attribute name displays. Added missing support for certain nodes. syspython-as-target
lib/builtins.py micropython/report.py
651:70a49534216f
2013-05-01 Paul Boddie changeset files shortlog graph Added missing operator functions. syspython-as-target
lib/operator.py
650:3374d92c9cff
2013-05-01 Paul Boddie changeset files shortlog graph Added a missing dispatch to attribute access expression nodes. syspython-as-target
micropython/deduce.py
649:528be963f41a
2013-05-01 Paul Boddie changeset files shortlog graph Fixed the accidental exclusion of modules from the deduction process. syspython-as-target
micropython/deduce.py
648:098cf40197a3
2013-04-28 Paul Boddie changeset files shortlog graph Changed the report generation to make use of deduction annotations. syspython-as-target
micropython/common.py micropython/report.py
647:8431cd5ebc65
2013-04-28 Paul Boddie changeset files shortlog graph Added a parent type attribute to instance attribute objects. syspython-as-target
micropython/data.py
646:4d49311d3659
2013-04-25 Paul Boddie changeset files shortlog graph Added a separate deduction process, simplifying the syspython code generation for attribute access and assignment. Ultimately, report generation should also benefit from the separate deduction process. Added the deduction stage and support for syspython generation to the test program. syspython-as-target
docs/annotations.txt micropython/common.py micropython/deduce.py micropython/syspython.py test.py tests/attributes_class_inherited_static.py tests/attributes_class_inherited_static_multiple_values.py
(0) -300 -100 -10 +10 +100 tip