511:3c26bdc2d8e5
|
2012-05-29 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed/updated instance attributes definition note. |
|
|
docs/concepts.txt
|
|
510:41b26d6cd7ea
|
2012-05-21 |
Paul Boddie |
changeset
files
shortlog
graph
|
Expanded the documentation, adding prerequisites, reports and roadmap sections.
Updated the copyright information. |
|
|
README.txt docs/COPYING.txt
|
|
509:705454dffaae
|
2012-05-21 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added an array module. |
|
|
lib/array.py
|
|
508:fd23a6b4666d
|
2012-05-20 |
Paul Boddie |
changeset
files
shortlog
graph
|
Attempted to perform more thorough attribute usage analysis, especially where
loops and complicated control-flow structures are involved.
Added some more tests. |
|
|
micropython/data.py tests/attribute_access_constant.py tests/for_if_usage_continue.py
|
|
507:faec8d7e1a16
|
2012-05-19 |
Paul Boddie |
changeset
files
shortlog
graph
|
Print warnings via standard error.
Added a test of for/if combinations and attribute usage. |
|
|
micropython/__init__.py micropython/common.py micropython/data.py micropython/inspect.py micropython/report.py tests/for_if_usage.py
|
|
506:d5f5db3d3636
|
2012-05-18 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added support for the inspection and generation of list comprehensions.
Moved various common code generation routines into separate methods and adjusted
the list and sequence population methods for wider re-use. |
|
|
micropython/ast.py micropython/inspect.py micropython/trans.py tests/listcomp.py
|
|
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
|
|