micropython

Changelog

(0) -300 -100 -10 +10 +100 tip
505:b379d0e57dca
2012-05-17 Paul Boddie changeset files shortlog graph Added PyGame emulation stubs.
lib/pygame/__init__.py lib/pygame/constants.py
504:3af81876ceae
2012-05-17 Paul Boddie changeset files shortlog graph Added attribute usage notes about regions where AttributeError may be handled.
TO_DO.txt
503:6e530bfa326e
2012-05-14 Paul Boddie changeset files shortlog graph Improved support for specific type annotations in program regions.
TO_DO.txt micropython/common.py micropython/data.py
502:8bf8faf18dbe
2012-05-11 Paul Boddie changeset files shortlog graph Added a _random placeholder module.
lib/_random.py
501:0d0cb0b43c38
2012-05-11 Paul Boddie changeset files shortlog graph Added support for loading submodules given as imported names in "from" statements (such as "module" in "from imported_package import module" referring to "imported_package.module").
micropython/inspect.py tests/import_from.py
500:40acedf4beed
2012-05-10 Paul Boddie changeset files shortlog graph Added generator expression output support.
micropython/report.py
499:aecd140f6642
2012-05-10 Paul Boddie changeset files shortlog graph Changed the builtins module loading to use the module search path. This makes it easier to run the test program from another location. Added a note about relative imports.
TO_DO.txt micropython/cmd.py
498:8a8924a29cf8
2012-05-08 Paul Boddie changeset files shortlog graph Tidied the "to do" list items around attribute usage, adding a note about a potential "collapsed" name usage annotation. Added a note about making the AST nodes themselves suitable for annotation.
TO_DO.txt docs/annotations.txt
497:176e56198954
2012-05-07 Paul Boddie changeset files shortlog graph Fixed hashing of ObjectSet instances. Added explicit labelling to the Attr string representation.
micropython/common.py micropython/data.py
496:9787cf0491a8
2012-05-02 Paul Boddie changeset files shortlog graph Changed the visitor dispatch to occur through visit methods on the AST nodes. (This requires a modified version of the compiler package.) Added report output support for yield statements and conditional expressions.
micropython/ast.py micropython/common.py micropython/inspect.py micropython/report.py
(0) -300 -100 -10 +10 +100 tip