546:8824b42d7b71
|
2012-06-13 |
Paul Boddie |
changeset
files
shortlog
graph
|
Separated function body inspection from module inspection in order to support
deferred imports found in function code. |
|
|
micropython/__init__.py micropython/inspect.py
|
|
545:63a3ea888ac5
|
2012-06-12 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added measures to prevent failure when modules provide neither a given name nor
any submodules.
Added circular import warnings and some more verbose output around module
processing. |
|
|
micropython/__init__.py micropython/inspect.py
|
|
544:7e2bd174ae73
|
2012-06-12 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added placeholder modules for _weakref and math.
Added a test of math function imports. |
|
|
lib/_weakref.py lib/math.py tests/maths.py
|
|
543:e7eab0edc225
|
2012-06-12 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added the Python standard library threading module. |
|
|
docs/COPYING.txt docs/LICENCE-python.txt lib/threading.py
|
|
542:b939a34d5b5c
|
2012-06-11 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added an alternative types module implementation. |
|
|
lib/types.py
|
|
541:ad2a6b7ef7bb
|
2012-06-11 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced an explicit test for non-class base class references. |
|
|
micropython/inspect.py
|
|
540:05abcd0316a5
|
2012-06-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced separate handling of abandoned attribute usage branches so that
exception handlers can restore usage from such branches. |
|
|
micropython/data.py micropython/inspect.py
|
|
539:3815443bf7de
|
2012-06-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added a test of attribute usage and try...except statements. |
|
|
tests/attribute_access_type_restriction_exception.py
|
|
538:907900242a33
|
2012-06-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Changed scope conflicts to accumulate scopes as branches are merged. |
|
|
micropython/data.py
|
|
537:2c40bf10e284
|
2012-06-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed the branch nodes in try...except statements. |
|
|
micropython/inspect.py
|
|