Release Notes: Static object analysis can follow functions. The functions libutils.analyze_modules() and codeassist.get_calltip() have been added. There is GIT VCS support in refactorings, and faster code-assists for unchanged modules.


Release Notes: This release mainly contains bugfixes. Please consult the development repo commit messages for more details.


Release Notes: The autoimport module now supports caching all sub-modules of a module. Recursion when loading modules has been fixed. Basic support for setuptools has been added. The extract method has been changed to handle conditional variable updates.


Release Notes: The import_dynload_stdmods variable has been added to reduce the size of the extension_modules variable. Some Windows-specific bugs were fixed.


Release Notes: The Darcs VCS is now supported. Mac line-endings are handled. The function to inline a variable was changed so that it does not search all files when inlining a local variable. Cygwin path problems were fixed.


Release Notes: Inline refactoring has been enhanced. changestack, fixmodnames, and finderrors modules were added to rope.contrib package. Extension module handling was improved. rope.contrib.findit.find_definition() has been added.