Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
micropython
Shortlog
(0)
-300
-100
-60
+60
+100
tip
2013-10-08
Paul Boddie
files
Changed the property built-in to be a class, thus permitting the inspection of
syspython-as-target
2013-10-06
Paul Boddie
files
Removed the optimisation flag and related instructions.
syspython-as-target
2013-07-08
Paul Boddie
files
Added some support for specific kinds of invocations identified through analysis.
syspython-as-target
2013-07-07
Paul Boddie
files
Simplified the selection of special functions used in generated syspython code.
syspython-as-target
2013-07-05
Paul Boddie
files
Improved the descriptions of access operations slightly.
syspython-as-target
2013-07-05
Paul Boddie
files
Reintroduced explicit address-oriented operations to syspython. (Although such
syspython-as-target
2013-07-05
Paul Boddie
files
Added keyword argument names to the syspython module output.
syspython-as-target
2013-07-05
Paul Boddie
files
Removed parameter table acquisition.
syspython-as-target
2013-07-05
Paul Boddie
files
Removed parameter table construction, since it is superfluous to analysis.
syspython-as-target
2013-07-05
Paul Boddie
files
Added some ideas.
syspython-as-target
2013-07-04
Paul Boddie
files
Fixed operator and built-in function invocations to use the "apply" function.
syspython-as-target
2013-07-04
Paul Boddie
files
Introduced an explicit special function for invocations - "apply" - removing
syspython-as-target
2013-07-04
Paul Boddie
files
Added example values of the deduction annotations.
syspython-as-target
2013-07-04
Paul Boddie
files
Added an operator module function for the "in" operator.
syspython-as-target
2013-07-02
Paul Boddie
files
Removed location/image-related information.
syspython-as-target
2013-07-01
Paul Boddie
files
Changed some accesses to the least optimised form due to lack of analysis.
syspython-as-target
2013-07-01
Paul Boddie
files
Introduced numbered functions where rebinding occurs in namespaces.
syspython-as-target
2013-07-01
Paul Boddie
files
Simplified __builtins__ module accesses, assuming that such accesses performed
syspython-as-target
2013-06-30
Paul Boddie
files
Added "del" statement handling. Fixed global name access. Added initial list
syspython-as-target
2013-06-30
Paul Boddie
files
Permit analysis of the getattr function itself, thus exposing _getattr.
syspython-as-target
2013-06-29
Paul Boddie
files
Moved test suite invocation to the syspython distribution.
syspython-as-target
2013-06-29
Paul Boddie
files
Separated handling of getattr attribute usage from normal program unit usage,
syspython-as-target
2013-06-29
Paul Boddie
files
Moved code generation and execution support to a separate syspython distribution.
syspython-as-target
2013-06-28
Paul Boddie
files
Introduced a termination case where no new dynamic attribute knowledge is available.
syspython-as-target
2013-06-28
Paul Boddie
files
Added some notes about the representation of execution paths using grammars.
syspython-as-target
2013-05-01
Paul Boddie
files
Adjusted comments about _accessor usage and the default return value for getattr.
syspython-as-target
2013-05-01
Paul Boddie
files
Added some tests of dynamic attribute access using getattr and string constants.
syspython-as-target
2013-05-01
Paul Boddie
files
Permit repeated evaluation of __builtins__.getattr and a final evaluation of the
syspython-as-target
2013-05-01
Paul Boddie
files
Added missing support for del operations and the exec statement.
syspython-as-target
2013-05-01
Paul Boddie
files
Added support for showing constants in attribute name displays.
syspython-as-target
2013-05-01
Paul Boddie
files
Added missing operator functions.
syspython-as-target
2013-05-01
Paul Boddie
files
Added a missing dispatch to attribute access expression nodes.
syspython-as-target
2013-05-01
Paul Boddie
files
Fixed the accidental exclusion of modules from the deduction process.
syspython-as-target
2013-04-28
Paul Boddie
files
Changed the report generation to make use of deduction annotations.
syspython-as-target
2013-04-28
Paul Boddie
files
Added a parent type attribute to instance attribute objects.
syspython-as-target
2013-04-25
Paul Boddie
files
Added a separate deduction process, simplifying the syspython code generation
syspython-as-target
2013-04-20
Paul Boddie
files
Moved some deduction code into the common visitor module with some reorganising.
syspython-as-target
2013-04-19
Paul Boddie
files
Renamed various access functions and removed the distinction between
syspython-as-target
2013-04-19
Paul Boddie
files
Removed the note about restrictions on class naming since the object table can
syspython-as-target
2013-04-19
Paul Boddie
files
Added a note about the practicality of deducing instances at compile time.
syspython-as-target
2013-03-20
Paul Boddie
files
Added tests of literal constant attribute access and indirect __class__ access on classes.
syspython-as-target
2013-03-17
Paul Boddie
files
Fixed an apparently duplicated method to reflect its anticipated purpose.
syspython-as-target
2013-03-17
Paul Boddie
files
Added the _expr annotation to AssAttr nodes.
syspython-as-target
2013-03-12
Paul Boddie
files
Refined the purpose of the __main__ function, renamed __module__ to __static__
syspython-as-target
2013-02-23
Paul Boddie
files
Described how namespace initialisation occurs and how multiple definitions
syspython-as-target
2013-02-18
Paul Boddie
files
Added headings.
syspython-as-target
2013-01-15
Paul Boddie
files
Added support for multiple class definitions in the same namespace with the same name.
default
2013-01-14
Paul Boddie
files
Moved common logic into a separate method.
2013-01-14
Paul Boddie
files
Added a list of miscellaneous ideas.
2013-01-14
Paul Boddie
files
Added a test demonstrating how ambiguous class definitions should be treated.
2013-01-13
Paul Boddie
files
Added a note about ambiguous/multiply-defined classes and functions.
2013-01-13
Paul Boddie
files
Added a test of the first form of B.
2013-01-13
Paul Boddie
files
Added a note about module attribute declaration.
2013-01-13
Paul Boddie
files
Added some support for classes defined using the same name in the same namespace.
2013-01-12
Paul Boddie
files
Added notes about a systems programming language to target instead of RSVP.
2012-11-16
Paul Boddie
files
Added separate lists for genuinely unknown targets and ones that are discovered
2012-11-15
Paul Boddie
files
Made the list of unknown target nodes global to a program instead of being
2012-11-15
Paul Boddie
files
Added a failing test of assignment to an unknown attribute.
2012-11-12
Paul Boddie
files
Added a get_unit method to support/fix generic AST dispatch error handling.
2012-11-06
Paul Boddie
files
Moved branch-, attribute usage- and scope-related functionality into the branch module.
(0)
-300
-100
-60
+60
+100
tip