simplify

Shortlog

(0) -100 -60 +60 +100 tip
2006-10-22 paulb Removed redundant/confusing original node assignments.
2006-10-22 paulb Tidied argument initialisation.
2006-10-22 paulb Added support for dispatching to dictionaries.
2006-10-22 paulb Added missing keyword argument processing, making use of the positional argument
2006-10-22 paulb Added __iadd__ method to the list class.
2006-10-22 paulb Made output documents reside in their own directory.
2006-10-22 paulb Improved the test.
2006-10-22 paulb Reordered node handlers.
2006-10-22 paulb Simplified argument processing to use the pos_args and kw_args attributes in
2006-10-21 paulb Added original node "anchoring" within augmented assignments.
2006-10-21 paulb Changed instantiation to use one instance per class, adding equality testing to
2006-10-21 paulb Introduced accurately named output files.
2006-10-21 paulb Removed analysis docstrings.
2006-10-21 paulb Changed module naming.
2006-10-21 paulb Added support more nodes.
2006-10-21 paulb Fixed special methods on Namespace.
2006-10-17 paulb Added the display of invocations and star/dstar arguments/parameters.
2006-10-16 paulb Made pop-up information appear inside a common pop-up box.
2006-10-16 paulb Introduced a common SimplifiedError class, used by both AnnotationError and a
2006-10-16 paulb Added usage of the method.
2006-10-15 paulb Added missing docstrings.
2006-10-15 paulb Added missing releases of temporary values.
2006-10-15 paulb Added a non-accesses annotation to LoadAttr nodes.
2006-10-14 paulb Introduced a "full name" index separator, choosing "-" instead of "#".
2006-10-10 paulb Fixed original nodes in subscript nodes.
2006-10-10 paulb Fixed locals absence test.
2006-10-09 paulb Emphasised the default nature of parameter defaults.
2006-10-09 paulb Fixed star/dstar temporary object classes.
2006-10-08 paulb Wrapped __class__ attributes up properly, fixing the attribute traversal code
2006-10-08 paulb Made a nicer repr output for Instance.
2006-10-08 paulb Tidied code layout.
2006-10-08 paulb Fixed program validity.
2006-10-08 paulb Added annotated types to the repr output.
2006-10-08 paulb Made the invocations annotation a list.
2006-10-07 paulb Attempted to handle invocation arguments properly, introducing argument
2006-10-07 paulb Added tuple initialiser.
2006-10-07 paulb Added "full naming", replacing the id(self) usage.
2006-10-07 paulb Improved argument mismatch error.
2006-10-07 paulb Introduced original nodes in all new simplified nodes.
2006-10-07 paulb Added tentative annotation and error handling.
2006-10-07 paulb Added support for reporting annotation errors.
2006-10-07 paulb Added original node attribute initialisation to structure-related classes.
2006-10-07 paulb Introduced original node references into all simplified nodes.
2006-10-04 paulb Improved exception handling in annotate.
2006-10-03 paulb Introduced lots of convenience functions.
2006-09-30 paulb Attempted to make the generated node structure more obvious.
2006-09-02 paulb Changed operator type mismatch signalling to use plain exceptions.
2006-08-25 paulb Attempted to get invocations closer to working correctly.
2006-08-21 paulb Attempted to fix attribute access contexts and to provide some support for
2006-08-21 paulb Added previously missing dispatching on parameter defaults.
2006-08-20 paulb Moved visitor attribute initialisation.
2006-08-20 paulb Changed the processing of attributes so that Attribute objects are unwrapped
2006-08-13 paulb Moved return values/locals to instances of the Namespace class.
2006-08-13 paulb Rearranged definitions.
2006-08-13 paulb Fixed the NameOrganiser to correctly identify the scope of names.
2006-08-12 paulb Removed LoadGlobal, LoadBuiltin and StoreGlobal, replacing them with LoadAttr
2006-08-12 paulb Changed the API of the Annotator and Fixer classes.
2006-08-12 paulb Isolated class initialisation from the local namespace.
2006-08-09 paulb Added missing subprogram namespace initialisation.
2006-08-09 paulb Added tracing of the system state.
(0) -100 -60 +60 +100 tip