All releases of python-rope


Changes: 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.


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


Changes: 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.


Changes: 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.


Changes: autoimport was changed to handle builtin modules. The ChangeSignature.get_args() method was added and some of its methods were deprecated. The lineno attribute was added to rope.contrib.findit.Location. Inlining functions with line-breaks in arguments was fixed.


Changes: This release adds features like inlining parameters, the ability to find the places in which a method is overridden, an underlined parameter in AutoImport, automatic default insertion in change signature, and some internal source code analysis improvements.


Changes: 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.


Changes: New features include support for built-in and C extension modules, handling of future imports in organize imports, a rope.contrib.autoimport module, a choice of which files to refactor, and the ability to specify the number of syntax fixes for codeassist commands.


Changes: This release adds support for built-in and c-extension modules. An in_hierarchy option was added to find occurrences. A maxfixes argument has been added to get documentation and definition locations.


Changes: The extract method can now extract pieces ending with a return statement. Some problems on Windows were fixed. Better error reporting was provided. Other changes were made.