17
0

Commit Graph

  • 7644c14adb Accepting request 1277681 from devel:languages:python factory Ana Guerrero 2025-05-15 15:02:29 +00:00
  • 854d35a7e8 Accepting request 1277672 from home:glaubitz:branches:devel:languages:python Markéta Machová 2025-05-15 10:18:19 +00:00
  • d19e1bc6a6 Accepting request 1159847 from devel:languages:python Dominique Leuenberger 2024-03-20 20:18:38 +00:00
  • ab8d83dfde Fix typo Matej Cepl 2024-03-20 13:32:37 +00:00
  • d3cecd5e95 - Update to 0.1.16: - Implement lsp_rename() Matej Cepl 2024-03-20 12:23:16 +00:00
  • 0484c39e77 Accepting request 1157102 from devel:languages:python Ana Guerrero 2024-03-13 21:17:41 +00:00
  • 95186a4645 - 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 2024-03-12 07:49:19 +00:00
  • dd3c9cfa33 - 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 2024-03-11 18:33:59 +00:00
  • 3d54c8520a - 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 Matej Cepl 2024-03-11 18:01:56 +00:00
  • 57780a6d5c Accepting request 1058819 from devel:languages:python Dominique Leuenberger 2023-01-17 16:35:24 +00:00
  • 56cbc37f62 - Update to 0.1.11: - Move codeAction Command* to pylsp_rope.refactoring - Implement generate.{GenerateVariable(),GenerateClass(),get_code_actions(),GenerateFunction()}. Matej Cepl 2023-01-17 08:17:53 +00:00
  • 6ef9fbe787 Accepting request 1008122 from devel:languages:python Richard Brown 2022-10-06 05:41:43 +00:00
  • 31876f0450 Accepting request 1008069 from home:yarunachalam:branches:devel:languages:python Daniel Garcia 2022-10-05 07:37:06 +00:00
  • dd85c5ca9f Accepting request 990106 from devel:languages:python Dominique Leuenberger 2022-08-02 20:09:34 +00:00
  • b5a7034c40 - Update to 0.1.9: - Implement introduce parameter refactoring Matej Cepl 2022-07-16 10:48:15 +00:00
  • 4d1a24a113 Accepting request 942470 from devel:languages:python Dominique Leuenberger 2021-12-25 21:41:40 +00:00
  • c2c890b774 - Upgrade to 0.1.8: - Add refactor extract method/variable including similar statements variant - Add refactor extract global method/variable variant Matej Cepl 2021-12-18 19:11:38 +00:00
  • 19392743b2 Accepting request 933307 from devel:languages:python Dominique Leuenberger 2021-11-23 21:10:48 +00:00
  • 50cd9d6ede - 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 2021-11-23 17:42:59 +00:00
  • 0bdb6322e8 Accepting request 924932 from devel:languages:python Dominique Leuenberger 2021-10-12 19:51:34 +00:00
  • 85f06790f1 - 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 2021-10-12 07:10:08 +00:00
  • 912de75125 Accepting request 923245 from devel:languages:python Dominique Leuenberger 2021-10-05 20:34:00 +00:00
  • abfd73f8a6 - Update to 0.1.4: - Add method to method object refactoring - Supress all exceptions when determining codeActions Matej Cepl 2021-10-05 13:44:41 +00:00
  • a059d1bc41 Accepting request 922964 from devel:languages:python Dominique Leuenberger 2021-10-04 16:40:22 +00:00
  • 2596b4c4b3 - Back to the tarballed release, 0.1.3.: - Fix #4. arguments must be list, not object Matej Cepl 2021-10-04 09:25:18 +00:00
  • 0d42c4ba12 - 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. Matej Cepl 2021-10-04 07:00:16 +00:00
  • a165c25e65 Switch off python 2 Matej Cepl 2021-10-03 20:38:41 +00:00
  • ff3e0a4f44 Update data. Matej Cepl 2021-10-03 20:37:08 +00:00
  • 97776177a8 - Update to version 0.1.2+git.1633266737.1e4a677: * Bump version * Fix CodeAction command response * Bump version * Always re-validate project on get_project() * Update README.md * Change package name to pylsp-rope * Add rope itself to list of dependencies :) * Update README.md - Add functools-cache.patch making the package compatible with Python < 3.9 (gh#python-rope/pylsp-rope#2) Matej Cepl 2021-10-03 20:29:47 +00:00
  • f8f0e0c13a Accepting request 922882 from home:mcepl:work Matej Cepl 2021-10-03 20:04:34 +00:00