Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
micropython
Shortlog
(0)
-300
-100
-60
+60
+100
+300
tip
2011-08-07
Paul Boddie
files
Fixed method signature.
2011-07-16
Paul Boddie
files
Removed the redundant node parameter from various methods.
2011-07-05
Paul Boddie
files
Added notes about, and a test of, useful type deduction for loops and similar regions.
2011-07-05
Paul Boddie
files
Supported known module attribute assignment in the coverage mechanism.
2011-07-05
Paul Boddie
files
Simplified ObjectSet merging which seemed to be attempting to combine individual values.
2011-07-05
Paul Boddie
files
Introduced Instance() in place of None as a result and for the value of the
2011-07-04
Paul Boddie
files
Introduced keyboard interrupt handling.
2011-07-03
Paul Boddie
files
Introduced constant usage tracking.
2011-07-03
Paul Boddie
files
Fixed attribute access inspection to not associate built-in attributes with
2011-07-02
Paul Boddie
files
Moved some code generation methods into a new Assembler class.
2011-06-26
Paul Boddie
files
Moved the definition of accessor types into the function finalisation code,
2011-06-26
Paul Boddie
files
Removed redundant attributes.
2011-06-26
Paul Boddie
files
Changed the title of generated graphs.
2011-06-19
Paul Boddie
files
Prevent the recording of attribute usage for names defined and referenced in a
2011-06-19
Paul Boddie
files
Expose the builtins through a variable.
2011-06-14
Paul Boddie
files
Fixed negation of operator method results in other operator methods.
2011-06-13
Paul Boddie
files
Introduced a native functions module and a generic binary operator wrapper
2011-06-13
Paul Boddie
files
Renamed LoadResult and StoreResult.
2011-06-12
Paul Boddie
files
Changed the RSVP machine to have separate context and value registers for the
2011-06-12
Paul Boddie
files
Removed redundant imports.
2011-06-08
Paul Boddie
files
Added missing support for assignment to unknown objects, along with tests of
2011-06-06
Paul Boddie
files
Added instantiator frame allocation and usage notes.
2011-06-03
Paul Boddie
files
Added accessor- and constant-related notes.
2011-06-03
Paul Boddie
files
Added a command line option for graph production.
2011-06-03
Paul Boddie
files
Use specific references to built-in objects.
2011-06-03
Paul Boddie
files
Support the tuple callable as a means of making tuples.
2011-06-03
Paul Boddie
files
Support modules in the object table.
2011-06-02
Paul Boddie
files
Fixed mispositioned code leading to severe coverage issues.
2011-05-21
Paul Boddie
files
Added some more notes on potentially useful features.
2011-05-10
Paul Boddie
files
Added module identity information to the object table. This permits testing for
2011-05-09
Paul Boddie
files
Added tests of method assignment to classes plus notes about work to be done.
2011-05-08
Paul Boddie
files
Introduced speculative attribute coverage for getattr as a special case.
2011-05-08
Paul Boddie
files
Removed redundant type lookup; added docstring.
2011-05-08
Paul Boddie
files
Fixed the placeholder default for getattr which was a hybrid of the old and new
2011-05-08
Paul Boddie
files
Added a test which demonstrates the need for speculative attribute coverage when
2011-05-01
Paul Boddie
files
Added support for dynamic attribute accesses by extending string constants that
2011-04-30
Paul Boddie
files
Added support for "raise" without arguments.
2011-04-26
Paul Boddie
files
Added missing list method.
2011-03-23
Paul Boddie
files
Made ObjectSet more usable as a set member and as a collection.
2011-03-23
Paul Boddie
files
Fixed function definitions to copy extra parameters before the frame is
2011-03-21
Paul Boddie
files
Changed the test runner to support separate-process invocation of the test
2011-03-21
Paul Boddie
files
Fixed attribute coverage analysis to obtain the real identity of attributes in
2011-03-20
Paul Boddie
files
Added support in the code generation for class attribute assignment, introducing
2011-03-19
Paul Boddie
files
Added tentative support for tracking attribute assignments together with attribute usage.
2011-03-13
Paul Boddie
files
Added recording of attribute references as they are collected in order to record
2011-02-27
Paul Boddie
files
Introduced placeholder functions for print in order to let all tests pass.
2011-02-27
Paul Boddie
files
Switched back to providing a common __class__ attribute for instances,
2011-02-26
Paul Boddie
files
Added tag feature-universal-__class__-attributes for changeset 83dc777c7083
2011-02-25
Paul Boddie
files
Fixed constant raw image generation to actually refer to the class of each
feature-universal-__class__-attributes
2011-02-20
Paul Boddie
files
Improved exception block tracking in order to make sure that such blocks are
2011-02-20
Paul Boddie
files
Fixed __class__ to always be at instance attribute position 0, thus matching its
2011-02-20
Paul Boddie
files
Fixed __class__ to always be at attribute position 0.
2011-02-19
Paul Boddie
files
Added __class__ attribute locations to constants and statically generated lists
2011-01-29
Paul Boddie
files
Introduced a degree of support for classes and instances having separate
2011-01-13
Paul Boddie
files
Added initial support for the print statement.
2010-11-06
Paul Boddie
files
Added some references.
2010-11-01
Paul Boddie
files
Fixed tuple parameter unpacking to store elements properly in locals.
2010-11-01
Paul Boddie
files
Simplified the RSVP library implementations for item access, introducing Python
2010-09-27
Paul Boddie
files
Added instruction coverage reporting.
2010-09-21
Paul Boddie
files
Moved various dictionary operations into common functions.
(0)
-300
-100
-60
+60
+100
+300
tip