micropython

Shortlog

(0) -300 -100 -60 +60 +100 tip
2012-11-04 Paul Boddie Fixed acquisition of the pre-made type class for __class__ attributes.
2012-11-04 Paul Boddie Introduced pre-made classes for various built-in types supporting constants.
2012-11-03 Paul Boddie Moved target discovery using single attributes to the appropriate report methods
2012-11-02 Paul Boddie Improved tests for Getattr nodes within others, thus avoiding competing pop-ups.
2012-11-02 Paul Boddie Removed the static labelling on attribute parents since the static information
2012-11-02 Paul Boddie Updated the "to do" list, adding notes about using instantiation to filter
2012-11-02 Paul Boddie Replaced get_static_attribute methods with all_attributes methods that provide
2012-10-29 Paul Boddie Removed partial interface details from reports since such interfaces are no
2012-10-28 Paul Boddie Changed the production of possible accessor types to choose between results from
2012-10-28 Paul Boddie Introduced an underlying Namespace class in order to support a convenience
2012-10-22 Paul Boddie Added another test of attribute usage deductions.
2012-10-22 Paul Boddie Improved the representation of UnresolvedName instances.
2012-10-20 Paul Boddie Removed hasattr tests for the unit attribute on various AST nodes since it
2012-07-15 Paul Boddie Show only distinct attribute name lists when showing attribute usage for names.
2012-07-14 Paul Boddie Added various set methods.
2012-07-14 Paul Boddie Added missing annotations to the documentation.
2012-07-14 Paul Boddie Added _attr annotation to AssAttr and _expr annotation to AssAttr and Getattr.
2012-07-14 Paul Boddie Avoid importing compiler.ast.Module via the common module.
2012-07-14 Paul Boddie Restricted the nodes that can be used to obtain type information.
2012-07-14 Paul Boddie Initialised the annotation attributes on the underlying AST nodes, requiring a
2012-07-14 Paul Boddie Record unsatisfiable usage observations for potential later display as warnings.
2012-07-14 Paul Boddie Removed unnecessary code that attribute usage showed to be unlikely to function.
2012-07-14 Paul Boddie Added some comments.
2012-07-14 Paul Boddie Added a reverse method stub.
2012-07-14 Paul Boddie Added inspection of slice/subscript nodes in augmented assignments.
2012-07-14 Paul Boddie Commented out currently inactive code in CheckFrame.
2012-07-10 Paul Boddie Added a placeholder for instances in value lists.
2012-07-10 Paul Boddie Changed true/false value usage, employing boolean values instead of numbers.
2012-07-10 Paul Boddie Removed redundant import operation.
2012-07-10 Paul Boddie Added module links in import-related statements.
2012-07-10 Paul Boddie Simplified operator function name output, fixing the binary bit operators.
2012-07-10 Paul Boddie Removed pop-up borders.
2012-07-09 Paul Boddie Fixed HTML output for values, also switching to program literal representations.
2012-07-09 Paul Boddie Added module docstring output and improved constant support in value lists.
2012-07-08 Paul Boddie Added notes about imports and circular import detection.
2012-07-08 Paul Boddie Added value annotations to Name nodes, showing such values in reports if known.
2012-07-08 Paul Boddie Removed duplication from type and attribute pop-up elements in reports.
2012-07-08 Paul Boddie Added circular import detection by separating module loading from module
2012-07-07 Paul Boddie Removed the redundant _visitBinary and _visitUnary names.
2012-07-07 Paul Boddie Filter out __init__.py files when looking for submodule files.
2012-07-06 Paul Boddie Added module global modification/invalidation upon imports.
2012-07-04 Paul Boddie Added missing name references where attribute usage is not being recorded.
2012-07-04 Paul Boddie Simplified the registration of modified globals by making sure they are known
2012-07-04 Paul Boddie Switched the order of global statement discovery and module code visiting,
2012-07-03 Paul Boddie Added PySonar reference.
2012-07-03 Paul Boddie Added a test of external modification of a module during initialisation.
2012-07-03 Paul Boddie Added missing exception handler variable name coverage.
2012-07-03 Paul Boddie Reverted changes to global attribute usage handling in anticipation of "usage
2012-07-02 Paul Boddie Added minor documentation adjustments.
2012-07-01 Paul Boddie Added various sys module features.
2012-07-01 Paul Boddie Added a note about checking class base references for modification.
2012-07-01 Paul Boddie Filtered out unresolved names when producing possible accessor types.
2012-07-01 Paul Boddie Reinstated the loaded module test with an explanation of its purpose.
2012-07-01 Paul Boddie Added support for value assignments in general attribute name declarations.
2012-06-30 Paul Boddie Reverted erroneous change to the instantiator code.
2012-06-30 Paul Boddie Added imported name storage (necessary where such names are not constant).
2012-06-30 Paul Boddie Introduced missing support for module code invocation upon first import.
2012-06-30 Paul Boddie Updated the test of object sets for changes in the representation and API.
2012-06-30 Paul Boddie Introduced attribute usage tracking on globals used in functions.
2012-06-29 Paul Boddie Undoing some module attribute handling changes with a note about limitations.
(0) -300 -100 -60 +60 +100 tip