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
|
|
536:897aa8ac4729
|
2012-06-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced attribute target reporting with links to attribute definitions. |
|
|
micropython/report.py
|
|
535:bbcb39c67201
|
2012-06-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced a method for getting objects from the table using their full names. |
|
|
micropython/__init__.py micropython/table.py micropython/trans.py
|
|
534:5efb396528ff
|
2012-06-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added tentative instance attribute definition note. |
|
|
docs/concepts.txt
|
|
533:0f7fe074a256
|
2012-06-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Updated the documentation around class/module attribute rebinding, along with
the documentation index. |
|
|
docs/compatibility.txt docs/index.txt
|
|
532:4ef0e1e1b213
|
2012-06-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Made type deduction strict, requiring all attributes from a usage specification. |
|
|
micropython/data.py
|
|