simplify

Shortlog

(0) -100 -60 +60 +100 tip
2006-11-25 paulb Changed boolean to bool and __true__ to __bool__.
2006-11-25 paulb Introduced more sophisticated Not node construction, incorporating __true__
2006-11-14 paulb Improved/added tests of logical operators.
2006-11-14 paulb Added logical operators.
2006-11-14 paulb Fixed non_accesses recording.
2006-11-12 paulb Introduced non_writes as an annotation.
2006-10-31 paulb Changed non_types to non_accesses.
2006-10-30 paulb Removed redundant/incorrect accesses annotation output.
2006-10-30 paulb Added attribute test.
2006-10-30 paulb Fixed namespace replacement for module-level/global namespaces, ensuring that
2006-10-29 paulb Added structure information to subprograms, permitting simple paths to methods
2006-10-29 paulb Added Discard node support.
2006-10-29 paulb Added the module as an attribute to Class and Subprogram nodes.
2006-10-29 paulb Introduced tests of propagated exceptions.
2006-10-29 paulb Introduced propagation of raised exceptions.
2006-10-29 paulb Removed default node handling.
2006-10-29 paulb Added exception handling for None nodes.
2006-10-29 paulb Removed redundant Choice class.
2006-10-28 paulb Changed attributes on subprograms (acquire_locals -> internal), added a
2006-10-28 paulb Improved tests of exception raising.
2006-10-24 paulb Reordered methods.
2006-10-24 paulb Reordered, tidied, more notes.
2006-10-24 paulb Added support for exception constructs.
2006-10-24 paulb Made the tests sensible.
2006-10-23 paulb Made the example believable.
2006-10-23 paulb Reordered functions; added range.
2006-10-22 paulb Made the test complete.
2006-10-22 paulb Added a warning for undefined names.
2006-10-22 paulb Added a special AST node annotation for convenient comparison operator access.
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.
(0) -100 -60 +60 +100 tip