Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
Shortlog
(0)
-100
-60
+60
+100
tip
2006-11-25
paulb
files
Changed boolean to bool and __true__ to __bool__.
2006-11-25
paulb
files
Introduced more sophisticated Not node construction, incorporating __true__
2006-11-14
paulb
files
Improved/added tests of logical operators.
2006-11-14
paulb
files
Added logical operators.
2006-11-14
paulb
files
Fixed non_accesses recording.
2006-11-12
paulb
files
Introduced non_writes as an annotation.
2006-10-31
paulb
files
Changed non_types to non_accesses.
2006-10-30
paulb
files
Removed redundant/incorrect accesses annotation output.
2006-10-30
paulb
files
Added attribute test.
2006-10-30
paulb
files
Fixed namespace replacement for module-level/global namespaces, ensuring that
2006-10-29
paulb
files
Added structure information to subprograms, permitting simple paths to methods
2006-10-29
paulb
files
Added Discard node support.
2006-10-29
paulb
files
Added the module as an attribute to Class and Subprogram nodes.
2006-10-29
paulb
files
Introduced tests of propagated exceptions.
2006-10-29
paulb
files
Introduced propagation of raised exceptions.
2006-10-29
paulb
files
Removed default node handling.
2006-10-29
paulb
files
Added exception handling for None nodes.
2006-10-29
paulb
files
Removed redundant Choice class.
2006-10-28
paulb
files
Changed attributes on subprograms (acquire_locals -> internal), added a
2006-10-28
paulb
files
Improved tests of exception raising.
2006-10-24
paulb
files
Reordered methods.
2006-10-24
paulb
files
Reordered, tidied, more notes.
2006-10-24
paulb
files
Added support for exception constructs.
2006-10-24
paulb
files
Made the tests sensible.
2006-10-23
paulb
files
Made the example believable.
2006-10-23
paulb
files
Reordered functions; added range.
2006-10-22
paulb
files
Made the test complete.
2006-10-22
paulb
files
Added a warning for undefined names.
2006-10-22
paulb
files
Added a special AST node annotation for convenient comparison operator access.
2006-10-22
paulb
files
Removed redundant/confusing original node assignments.
2006-10-22
paulb
files
Tidied argument initialisation.
2006-10-22
paulb
files
Added support for dispatching to dictionaries.
2006-10-22
paulb
files
Added missing keyword argument processing, making use of the positional argument
2006-10-22
paulb
files
Added __iadd__ method to the list class.
2006-10-22
paulb
files
Made output documents reside in their own directory.
2006-10-22
paulb
files
Improved the test.
2006-10-22
paulb
files
Reordered node handlers.
2006-10-22
paulb
files
Simplified argument processing to use the pos_args and kw_args attributes in
2006-10-21
paulb
files
Added original node "anchoring" within augmented assignments.
2006-10-21
paulb
files
Changed instantiation to use one instance per class, adding equality testing to
2006-10-21
paulb
files
Introduced accurately named output files.
2006-10-21
paulb
files
Removed analysis docstrings.
2006-10-21
paulb
files
Changed module naming.
2006-10-21
paulb
files
Added support more nodes.
2006-10-21
paulb
files
Fixed special methods on Namespace.
2006-10-17
paulb
files
Added the display of invocations and star/dstar arguments/parameters.
2006-10-16
paulb
files
Made pop-up information appear inside a common pop-up box.
2006-10-16
paulb
files
Introduced a common SimplifiedError class, used by both AnnotationError and a
2006-10-16
paulb
files
Added usage of the method.
2006-10-15
paulb
files
Added missing docstrings.
2006-10-15
paulb
files
Added missing releases of temporary values.
2006-10-15
paulb
files
Added a non-accesses annotation to LoadAttr nodes.
2006-10-14
paulb
files
Introduced a "full name" index separator, choosing "-" instead of "#".
2006-10-10
paulb
files
Fixed original nodes in subscript nodes.
2006-10-10
paulb
files
Fixed locals absence test.
2006-10-09
paulb
files
Emphasised the default nature of parameter defaults.
2006-10-09
paulb
files
Fixed star/dstar temporary object classes.
2006-10-08
paulb
files
Wrapped __class__ attributes up properly, fixing the attribute traversal code
2006-10-08
paulb
files
Made a nicer repr output for Instance.
2006-10-08
paulb
files
Tidied code layout.
(0)
-100
-60
+60
+100
tip