micropython

Shortlog

(0) -300 -100 -60 +60 +100 tip
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.
2012-06-29 Paul Boddie Added missing import.
2012-06-29 Paul Boddie Added support for module attributes that can be assigned (rebound) externally.
2012-06-28 Paul Boddie Removed usage gathering for module globals by introducing Module-specific methods.
2012-06-27 Paul Boddie Moved errors and type deduction operations into separate modules.
2012-06-27 Paul Boddie Made separate modules for object set support and some basic data structures
2012-06-26 Paul Boddie Removed name repetition.
2012-06-26 Paul Boddie Removed name repetition. Added a reminder about report operator pop-up support.
2012-06-22 Paul Boddie Made sure that local name usage is tracked for classes as well as modules.
2012-06-20 Paul Boddie Changed attribute usage recording to apply only to function and class definition locals.
2012-06-19 Paul Boddie Fixed the docstring for the conditional attribute usage test.
2012-06-14 Paul Boddie Added notes about the analysis of PyPy's interpreter code.
2012-06-14 Paul Boddie Added a note about function discovery within functions and the resulting processing.
2012-06-13 Paul Boddie Separated function body inspection from module inspection in order to support
2012-06-12 Paul Boddie Added measures to prevent failure when modules provide neither a given name nor
2012-06-12 Paul Boddie Added placeholder modules for _weakref and math.
2012-06-12 Paul Boddie Added the Python standard library threading module.
2012-06-11 Paul Boddie Added an alternative types module implementation.
2012-06-11 Paul Boddie Introduced an explicit test for non-class base class references.
2012-06-10 Paul Boddie Introduced separate handling of abandoned attribute usage branches so that
2012-06-10 Paul Boddie Added a test of attribute usage and try...except statements.
2012-06-10 Paul Boddie Changed scope conflicts to accumulate scopes as branches are merged.
2012-06-10 Paul Boddie Fixed the branch nodes in try...except statements.
2012-06-10 Paul Boddie Introduced attribute target reporting with links to attribute definitions.
(0) -300 -100 -60 +60 +100 tip