micropython

Shortlog

(0) -300 -100 -60 tip
2014-06-01 Paul Boddie Merged branches. syspython-as-target tip
2014-06-01 Paul Boddie Fixed a docstring to describe the method's actual return value. syspython-as-target
2014-06-01 Paul Boddie Made package imports fail properly when submodules cannot be found. syspython-as-target
2014-05-10 Paul Boddie Prevent guard generation when untyped instances are indicated for names. syspython-as-target
2014-05-01 Paul Boddie Prevent guard generation when untyped instances are indicated for names. syspython-as-target
2014-05-01 Paul Boddie Populated Const instances with references to their values' classes. syspython-as-target
2014-04-01 Paul Boddie Moved the assignment inside the attribute usage branch for the loop body. syspython-as-target
2014-03-17 Paul Boddie Supported nested invocations; handled unusable values when deducing attributes. syspython-as-target
2014-03-17 Paul Boddie Added another test of "for" and attribute usage. syspython-as-target
2014-03-17 Paul Boddie Added a note about the _attr annotation and unresolved names. syspython-as-target
2014-03-17 Paul Boddie Made generator expressions return instances. syspython-as-target
2014-03-17 Paul Boddie Fixed the representation of functions so that tuple arguments are handled. syspython-as-target
2014-03-15 Paul Boddie Added a test of nested namespaces involving classes. syspython-as-target
2014-03-15 Paul Boddie Skip class namespaces when looking for outer namespace definitions of names. syspython-as-target
2014-03-14 Paul Boddie Made use of the _access_attrs annotation. syspython-as-target
2014-03-13 Paul Boddie Added annotation details for _access_attrs. syspython-as-target
2014-03-13 Paul Boddie Made a summary annotation (_access_attrs) for deduction results. syspython-as-target
2014-03-13 Paul Boddie Fixed the processing of _attrtypes when building guard type details. syspython-as-target
2014-03-10 Paul Boddie Added some support for guard annotations, comparing concrete and deduced type information. syspython-as-target
2014-03-10 Paul Boddie Removed an old topic and added notes on active code detection. syspython-as-target
2014-03-10 Paul Boddie Reinstated proper testing for real AttributeError occurrences. syspython-as-target
2014-03-09 Paul Boddie Fixed expression value assignment. syspython-as-target
2014-03-09 Paul Boddie Added another example illustrating that attributes must be defined "internally" syspython-as-target
2014-02-23 Paul Boddie Added a test of a name taking different scopes in the same unit. syspython-as-target
2014-02-23 Paul Boddie Added closure PEP references. syspython-as-target
2014-02-23 Paul Boddie Added notes about uninitialised attributes and inlining. syspython-as-target
2014-01-13 Paul Boddie Added support for detecting accesses of potentially unassigned locals. syspython-as-target
2014-01-13 Paul Boddie Added failure tests involving closures. syspython-as-target
2014-01-13 Paul Boddie Fixed operator module references for nested operator nodes. syspython-as-target
2014-01-13 Paul Boddie Removed block-related artefacts of previous code generation activities. syspython-as-target
2014-01-13 Paul Boddie Added closure usage detection. syspython-as-target
2013-12-09 Paul Boddie Added some notes about syspython's role in implementing native functionality. syspython-as-target
2013-12-08 Paul Boddie Updated the documentation index. syspython-as-target
2013-12-08 Paul Boddie Added a note about parameterised functions and classes. syspython-as-target
2013-12-08 Paul Boddie Removed RSVP-specific documents. syspython-as-target
2013-12-08 Paul Boddie Moved the exceptions document into the low-level concepts document. syspython-as-target
2013-12-08 Paul Boddie Moved the evaluation document into the low-level concepts document. syspython-as-target
2013-12-08 Paul Boddie Tidied up the evaluation document, adding a note about access to defaults. syspython-as-target
2013-12-08 Paul Boddie Split the concepts document into two, making a low-level concepts document that syspython-as-target
2013-12-08 Paul Boddie Moved deduction-related methods to the deduction module. syspython-as-target
2013-12-08 Paul Boddie Support operator method access using the generic attribute access mechanism. syspython-as-target
2013-12-08 Paul Boddie Removed __context__ from argument lists since it will be transferred separately. syspython-as-target
2013-12-04 Paul Boddie Added a discussion of closures, defaults and dynamic functions. syspython-as-target
2013-11-29 Paul Boddie Fixed the scope of defaults and added the setdefaults special function for the syspython-as-target
2013-11-29 Paul Boddie Added more notes about invocation, particularly around dynamic function contexts syspython-as-target
2013-11-29 Paul Boddie Added more notes about invocation, particularly around dynamic function contexts syspython-as-target
2013-11-29 Paul Boddie Removed restrictions on dynamic function identification and generation. syspython-as-target
2013-11-29 Paul Boddie Changed the argument ordering for "applystaticmethod". syspython-as-target
2013-11-29 Paul Boddie Added some documentation about defaults and dynamic functions. syspython-as-target
2013-11-29 Paul Boddie Added support for dynamic function initialisation. syspython-as-target
2013-11-29 Paul Boddie Added an example of a method with an uncertain default parameter value. syspython-as-target
2013-11-29 Paul Boddie Renamed the special "<context>" parameter to "__context__". syspython-as-target
2013-11-28 Paul Boddie Visit only definitions at a particular level, not all definitions in a module. syspython-as-target
2013-11-28 Paul Boddie Merged branches. syspython-as-target
2013-11-28 Paul Boddie Added nested function with default tests. syspython-as-target
2013-11-28 Paul Boddie Fixed numbered class/function name generation. syspython-as-target
2013-11-28 Paul Boddie Improved handling of nested functions (also affecting lambdas), also excluding syspython-as-target
2013-11-25 Paul Boddie Added information about the different invocation functions in syspython. syspython-as-target
2013-11-25 Paul Boddie Fixed loadconstant usage to include both the constant and the new context. syspython-as-target
2013-11-17 Paul Boddie Added initial generator expression inspection support. syspython-as-target
(0) -300 -100 -60 tip