micropython

Shortlog

(0) -300 -100 -60 +60 +100 +300 tip
2011-08-28 Paul Boddie Consolidated the dictionary combination code for merging ObjectSet instances
2011-08-28 Paul Boddie Changed the _attrnames annotation to use a dictionary at the top level.
2011-08-26 Paul Boddie Added notes on reference tracking and inlining.
2011-08-24 Paul Boddie Removed the result registers.
2011-08-24 Paul Boddie Fixed the return code when the -exit option is specified but where a test fails.
2011-08-22 Paul Boddie Updated the "to do" list. Moved some code around.
2011-08-21 Paul Boddie Attempted to add support for setting the target of instructions so that the
2011-08-21 Paul Boddie Renamed set_source to assign_value.
2011-08-21 Paul Boddie Changed the nature of RSVP instructions so that they have explicit working,
2011-08-07 Paul Boddie Updated the list, adding a report-related item.
2011-08-07 Paul Boddie Replaced Instance instantiation with usage of a function that obtains a common
2011-08-07 Paul Boddie Fixed method signature.
2011-07-16 Paul Boddie Removed the redundant node parameter from various methods.
2011-07-05 Paul Boddie Added notes about, and a test of, useful type deduction for loops and similar regions.
2011-07-05 Paul Boddie Supported known module attribute assignment in the coverage mechanism.
2011-07-05 Paul Boddie Simplified ObjectSet merging which seemed to be attempting to combine individual values.
2011-07-05 Paul Boddie Introduced Instance() in place of None as a result and for the value of the
2011-07-04 Paul Boddie Introduced keyboard interrupt handling.
2011-07-03 Paul Boddie Introduced constant usage tracking.
2011-07-03 Paul Boddie Fixed attribute access inspection to not associate built-in attributes with
2011-07-02 Paul Boddie Moved some code generation methods into a new Assembler class.
2011-06-26 Paul Boddie Moved the definition of accessor types into the function finalisation code,
2011-06-26 Paul Boddie Removed redundant attributes.
2011-06-26 Paul Boddie Changed the title of generated graphs.
2011-06-19 Paul Boddie Prevent the recording of attribute usage for names defined and referenced in a
2011-06-19 Paul Boddie Expose the builtins through a variable.
2011-06-14 Paul Boddie Fixed negation of operator method results in other operator methods.
2011-06-13 Paul Boddie Introduced a native functions module and a generic binary operator wrapper
2011-06-13 Paul Boddie Renamed LoadResult and StoreResult.
2011-06-12 Paul Boddie Changed the RSVP machine to have separate context and value registers for the
2011-06-12 Paul Boddie Removed redundant imports.
2011-06-08 Paul Boddie Added missing support for assignment to unknown objects, along with tests of
2011-06-06 Paul Boddie Added instantiator frame allocation and usage notes.
2011-06-03 Paul Boddie Added accessor- and constant-related notes.
2011-06-03 Paul Boddie Added a command line option for graph production.
2011-06-03 Paul Boddie Use specific references to built-in objects.
2011-06-03 Paul Boddie Support the tuple callable as a means of making tuples.
2011-06-03 Paul Boddie Support modules in the object table.
2011-06-02 Paul Boddie Fixed mispositioned code leading to severe coverage issues.
2011-05-21 Paul Boddie Added some more notes on potentially useful features.
2011-05-10 Paul Boddie Added module identity information to the object table. This permits testing for
2011-05-09 Paul Boddie Added tests of method assignment to classes plus notes about work to be done.
2011-05-08 Paul Boddie Introduced speculative attribute coverage for getattr as a special case.
2011-05-08 Paul Boddie Removed redundant type lookup; added docstring.
2011-05-08 Paul Boddie Fixed the placeholder default for getattr which was a hybrid of the old and new
2011-05-08 Paul Boddie Added a test which demonstrates the need for speculative attribute coverage when
2011-05-01 Paul Boddie Added support for dynamic attribute accesses by extending string constants that
2011-04-30 Paul Boddie Added support for "raise" without arguments.
2011-04-26 Paul Boddie Added missing list method.
2011-03-23 Paul Boddie Made ObjectSet more usable as a set member and as a collection.
2011-03-23 Paul Boddie Fixed function definitions to copy extra parameters before the frame is
2011-03-21 Paul Boddie Changed the test runner to support separate-process invocation of the test
2011-03-21 Paul Boddie Fixed attribute coverage analysis to obtain the real identity of attributes in
2011-03-20 Paul Boddie Added support in the code generation for class attribute assignment, introducing
2011-03-19 Paul Boddie Added tentative support for tracking attribute assignments together with attribute usage.
2011-03-13 Paul Boddie Added recording of attribute references as they are collected in order to record
2011-02-27 Paul Boddie Introduced placeholder functions for print in order to let all tests pass.
2011-02-27 Paul Boddie Switched back to providing a common __class__ attribute for instances,
2011-02-26 Paul Boddie Added tag feature-universal-__class__-attributes for changeset 83dc777c7083
2011-02-25 Paul Boddie Fixed constant raw image generation to actually refer to the class of each feature-universal-__class__-attributes
(0) -300 -100 -60 +60 +100 +300 tip