micropython

Shortlog

(0) +60 +100 +300 tip
2008-02-18 Paul Boddie Added a rationale for the project.
2008-02-17 Paul Boddie Moved deliberately failing tests to a special directory.
2008-02-15 Paul Boddie Added some notes on potential restrictions.
2008-02-11 Paul Boddie Fixed missing code location for class top-level code.
2008-02-10 Paul Boddie Tidied exception messages. Added a test of local vs. global name conflicts.
2008-02-10 Paul Boddie Fixed method code generation so that methods are not inappropriately generated
2008-02-09 Paul Boddie Fixed local name access in the code generator.
2008-02-09 Paul Boddie Fixed NamespaceDict handling of global name assignments.
2008-02-06 Paul Boddie Changed namespaces to return Attr objects and the visitor to pass around such
2008-02-05 Paul Boddie Added verbose mode.
2008-02-05 Paul Boddie Introduced loop construct tracking so that assignments occurring within loops
2008-02-04 Paul Boddie Fixed all_objects to only record distinct objects.
2008-02-02 Paul Boddie Introduced improved assignment counting where the actual assigned values are
2008-02-02 Paul Boddie Fixed global scope assignments, introducing an AtLeast class which indicates
2008-01-29 Paul Boddie Tidied and clarified the "safe containers" and constant attributes text, adding
2008-01-28 Paul Boddie Added some notes about optimisations and how they can be upheld.
2008-01-24 Paul Boddie Added index-related attribute instructions.
2008-01-22 Paul Boddie Added missing tests.
2008-01-22 Paul Boddie Added assignments statistics to Attr objects.
2008-01-19 Paul Boddie Added missing built-in function names.
2008-01-19 Paul Boddie Fixed Const.__repr__ and visitConst.
2008-01-18 Paul Boddie Added assignment counting for names plus notes on potential optimisations.
2008-01-13 Paul Boddie Added header/descriptor details for classes, modules and functions to the image.
2008-01-13 Paul Boddie Added some support for invocations and constants.
2007-12-11 Paul Boddie Improved docstrings.
2007-11-21 Paul Boddie Replaced the module "main program" dictionary from get_image with code_location
2007-11-20 Paul Boddie Added a dictionary to the result of Importer.get_image, showing the location of
2007-11-09 Paul Boddie Added a node attribute to Class and Function instances.
2007-11-04 Paul Boddie Added tests for globals not initialised at the top level of the modules in which
2007-11-03 Paul Boddie Made a special Builtins class, separating the core module functionality into
2007-11-02 Paul Boddie Introduced globals check for all namespace types.
2007-11-02 Paul Boddie Fixed instance attribute name caching.
2007-11-02 Paul Boddie Added a stack of class and function namespaces in order to determine local and
2007-10-30 Paul Boddie Added notes on data structures.
2007-10-23 Paul Boddie Added an Attr class which represents an attribute entry in a class, module or
2007-10-22 Paul Boddie Made separate methods for instance-only attributes and combined class plus
2007-10-21 Paul Boddie Added copyright and licensing information.
2007-10-21 Paul Boddie Fixed names of classes and functions to reflect their locations within
2007-10-21 Paul Boddie Added displaced list construction.
2007-10-21 Paul Boddie Added positions for instance attributes.
2007-10-21 Paul Boddie Added module_name to various objects, along with a full_name method in a Naming
2007-10-20 Paul Boddie Added "vacuum" methods for removing speculatively created modules.
2007-10-17 Paul Boddie Fixed naming of imported modules.
2007-10-17 Paul Boddie Added "pre-registration" of submodules in order to handle "from package import
2007-10-16 Paul Boddie A processing framework supporting a version of Python with limitations.
(0) +60 +100 +300 tip