Revisions of python-pylsp-rope
buildservice-autocommit
accepted
request 1159847
from
Matej Cepl (mcepl)
(revision 24)
baserev update by copy to link target
Matej Cepl (mcepl)
committed
(revision 23)
Fix typo
Matej Cepl (mcepl)
committed
(revision 22)
- Update to 0.1.16: - Implement lsp_rename()
buildservice-autocommit
accepted
request 1157102
from
Matej Cepl (mcepl)
(revision 21)
baserev update by copy to link target
Matej Cepl (mcepl)
committed
(revision 20)
- Update to 0.1.15 (we can do released tarballs again): - Change WorkspaceEdit to use documentChanges - Add files missing from the source packages needed for running tests
Matej Cepl (mcepl)
committed
(revision 19)
- Because of gh#python-rope/pylsp-rope#25 we have to switch to git checkout again. - Update to version 0.1.13+git.1710166725.0bcf4d3: * Add fallback import for TypeGuard * Hardcode executeCommand to use WorkspaceEditWithChanges * Blacken * Implement rope_changeset_to_workspace_edit(workspace_edit_format) argument * Add TypeGuard for distinguishing between WorkspaceEditWithChanges and WorkspaceEditWithDocumentChanges * Fix type hints to use List instead of list * Remove SimpleWorkspaceEdit, replaced with WorkspaceEditWithChanges * Implement convert_workspace_edit_document_changes_to_changes() * Refine the type annotation for rope_changeset_to_workspace_edit()
Matej Cepl (mcepl)
committed
(revision 18)
- Update to 0.1.13: - Revert "remove non-standard title in executeCommand" - Remove pkg_resources, replace with importlib.resources - Drop Python 3.7, add Python 3.12 - Update to 0.1.12: - remove non-standard title in executeCommand - Use List, not list, this syntax isn't supported yet in our oldest supported version - fix type hint issue in CommandRefactorUseFunction - Update python-lsp/cookiecutter-pylsp-plugin link
buildservice-autocommit
accepted
request 1058819
from
Matej Cepl (mcepl)
(revision 17)
baserev update by copy to link target
Matej Cepl (mcepl)
committed
(revision 16)
- Update to 0.1.11: - Move codeAction Command* to pylsp_rope.refactoring - Implement generate.{GenerateVariable(),GenerateClass(),get_code_actions(),GenerateFunction()}.
buildservice-autocommit
accepted
request 1008122
from
Daniel Garcia (dgarcia)
(revision 15)
baserev update by copy to link target
Daniel Garcia (dgarcia)
accepted
request 1008069
from
Yogalakshmi Arunachalam (yarunachalam)
(revision 14)
- Update to v0.1.10 * Bump version * Update README.md * Implement introduce parameter refactoring * Update python-publish.yml * Update run-test.yml * Update python-publish.yml * Add Python 3.10 to github actions test runner
buildservice-autocommit
accepted
request 990106
from
Matej Cepl (mcepl)
(revision 13)
baserev update by copy to link target
Matej Cepl (mcepl)
committed
(revision 12)
- Update to 0.1.9: - Implement introduce parameter refactoring
Matej Cepl (mcepl)
committed
(revision 11)
- Upgrade to 0.1.8: - Add refactor extract method/variable including similar statements variant - Add refactor extract global method/variable variant
Matej Cepl (mcepl)
committed
(revision 10)
- Update to 0.1.7: - pylsp-rope now work on unsaved buffers. This support is currently experimental. - New Refactoring: - Implement local to field refactoring - Implement organize import code action
Matej Cepl (mcepl)
committed
(revision 9)
- Update to 0.1.6: - Fixed issue with missing typing-extensions dependency - Add use functions refactoring - Internal rewrites - Add type annotation for many things - Improve error handling during executeCommand()
Matej Cepl (mcepl)
committed
(revision 8)
- Update to 0.1.4: - Add method to method object refactoring - Supress all exceptions when determining codeActions
Dominique Leuenberger (dimstar_suse)
accepted
request 922964
from
Matej Cepl (mcepl)
(revision 7)
initialized devel package after accepting 922964
Matej Cepl (mcepl)
committed
(revision 6)
- Back to the tarballed release, 0.1.3.: - Fix #4. arguments must be list, not object
Matej Cepl (mcepl)
committed
(revision 5)
- Update to version 0.1.2+git.1633327768.9245130: * Add python_requires clause to setup.cfg * Black * Read from pkg_resources instead of the filesystem * Fix #2. Use functools.lru_cache() instead of functools.cache() - Remove functools-cache.patch as it has been upstreamed.
Displaying revisions 1 - 20 of 24