GitHub / python-lsp/python-lsp-server / commits
Fork of the python-language-server project, maintained by the Spyder IDE team and the community
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 0d86844e | Use invalid request handler rather than raising key error for requests after ... |
Stephen Macke <s****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e837c55f | Don't set cwd in Popen kwargs when document root is empty (flake8) (#434) |
Stephen Macke <s****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e5c913db | Fix null reference for syntax errors due to invalid encodings (Pyflakes) (#433) |
Stephen Macke <s****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 3f08d8cb | Notebook protocol go-to-definition support (#408) |
Jason Grout <j****t@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| ceb8af2f | Converge unit tests for test_language_server and test_notebook_document (#418) |
tkrabel-db <9****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| d47dc3c1 | Format the whole repo with Black (#419) |
tkrabel-db <9****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 43104e98 | Add support for pyflakes 3.1 and pycodestyle 2.11 (#415) |
Chih-Hsuan Yen <1****5@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| f47867ae | Find `entry_points` with `importlib(.|_)metadata`, drop `setuptools` from `de... |
Nicholas Bollweg <n****g@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 15e24478 | Drop support for Python 3.7 (#417) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| f33a93af | Bump Jedi upper pin to <0.20 (#416) |
Ben Greiner <c****e@b****e>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 2757c3ab | Add notebooks suppport to pylsp (#389) |
tkrabel-db <9****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 363d864b | Update changelog for 1.7.4 (#400) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| fd4a0dfd | Report progress even when initialization fails (#381) |
Denis Cornehl <d****s@c****g>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 05ecbdc3 | Resolve homedir references in Jedi environment path (#394) |
Michal Odnous <o****t@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 297099c6 | Fix pylint hang on file with many errors (#380) |
hetmankp <7****p@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| e93c8b35 | Update Changelog for 1.7.3 (#379) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 784c6a9e | Fix empty cwd value for pylint (#371) |
Ultimator14 <g****t@p****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| c81dcc8f | Update yapf requirement to 0.33+ (#377) |
Ben Greiner <c****e@b****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 59856af9 | Add Arch Linux installation command to Readme (#364) |
GNVageesh <6****h@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| f36fb785 | Update changelog for 1.7.2 (#362) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 714a5829 | Initialize LSP progress token before using it and remove progress for sync pl... |
Denis Cornehl <d****s@c****g>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| e3411981 | Raise upper bound of autopep8 (#345) |
Ben Greiner <c****e@b****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 40124c6d | Bump pydocstyle to 6.3 (#340) |
Ben Greiner <c****e@b****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 645d8002 | Add toml dependency for yapf and constrain yapf to be less than 0.32 (#346) |
Ben Greiner <c****e@b****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| d28ce21e | Update changelog for 1.7.1 (#339) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 11b54415 | Improve Jedi file completions for directories (#337) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 52a0d54f | Use shlex.split() to split pylint flags (#338) |
Hayden Frentzel <4****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 2580db38 | Include missing Pylint "information" category (#334) |
Julian Gilbey <j****t@d****t>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| db21bd55 | Add top constraint to Pylint and fix constraint for `whatthepatch` (#333) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| ce913f16 | Fix pydocstyle linting with its 6.2.0 version (#329) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 9d33ab04 | Use `sys.executable` instead of `python` in Pylint plugin (#327) |
Ben Greiner <c****e@b****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 2b3ac737 | Update changelog for 1.7.0 (#324) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 7e739989 | Don't show signature for modules in hovers (#323) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 89375e00 | Change Pylint run to set cwd correctly (#322) |
Corentin <c****o@m****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 80d62989 | Expose setting to follow builtin and extension definitions to stub files (#321) |
bzoracler <5****r@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 0487a069 | Ensure proper document match to avoid empty outline (Symbols) (#318) |
Mark Nauwelaerts <m****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| a79c171d | Fix Pycodestyle linting with line endings other than LF (#319) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| fba2e7ed | Support Flake8 version 6 (#316) |
Ben Greiner <c****e@b****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 59de0f81 | Make flake8 respect configuration (#311) |
Stephen Moore <d****k@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 9a4156b2 | Update Readme with link to python-lsp-ruff and mention to code actions (#312) |
Julian Hossbach <5****h@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 659f6e55 | Add support for Yapf ignore patterns (#60) |
jjlorenzo <4****o@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 8fda905e | Fix symbols for non-existing (unsaved) files (#302) |
rear1019 <r****9@p****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 2e98dfa2 | Report autoimport progress (#305) |
Ellen Agarwal <5****7@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| c3b362ed | Fix the completion of `include_function_objects` (#306) |
lanlin <l****u@f****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 789c2a6c | Fix autoimport raising AttributeError in some cases (#309) |
Tiou Lims <d****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| cd9941c4 | Add progress reporting (#236) |
Denis Cornehl <d****s@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 1b58531a | Fix autoimport plugin not being disabled by default (#300) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 2e3e4b43 | Add mccabe setting to flake8 (#63) |
Dionisio E Alonso <b****o@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| bbb24b88 | Update outdated username in docs (#296) |
Bagel <5****7@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 6fc01fd9 | Update allowed values for pydocstyle convention in CONFIGURATION.md (#295) |
doolio <d****o@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b24ffd39 | Add a plugin to provide autoimport functionality (#199) |
Bagel <5****7@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 4e907673 | Fix Debian package name (#290) |
Jochen Sprickerhof <g****t@j****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 0c76a528 | Update Changelog for 1.6.0 (#288) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 5c37673c | Improve how Jedi handles Numpy (#281) |
Gerard Vermeulen <g****1@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| de937ead | Don't include class objects by default in completions (#285) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 7e8fc6c9 | Make default for `include_function_objects` false (#274) |
Toby Ho <t****y@r****t>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| f0ea2ad1 | Include params only for classes and functions (#272) |
lanlin <l****u@f****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| ff418805 | Update the configuration schema for consistency (#267) |
doolio <d****o@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 449d11a2 | Migrate to MarkupContent and convert docstrings to Markdown (#80) |
Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 7cad3213 | Fix options not being passed to yapf format (#262) |
Faris Masad <f****d@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b218215f | Prefer info log message for missing optional modules (#266) |
doolio <d****o@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 6501e9eb | PR: Include all symbols that Jedi reports as declared in a file when `add_imp... |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 2c3470c5 | Add support for flake8 version 5 (#257) |
Ben Greiner <c****e@b****e>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| d3f97f70 | Add more installation instructions to Readme (#248) |
Patryk <9****t@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| fea0e71f | Add support for including function objects (#246) |
lanlin <l****u@f****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 98dc9c09 | Include traceback when plugin fails to loading (#250) |
Jeremy Kun <j****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 196058b5 | Fix pylint message in tests (#258) |
Ben Greiner <c****e@b****e>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 58249bb4 | Remove redundant wheel dep from pyproject.toml (#242) |
Michał Górny <m****y@g****g>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 1f8efdba | Update release instructions to use new build mechanism (#241) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 6c767f50 | Update Changelog for 1.5.0 (#240) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 9a2cacf3 | Add autopep8.enabled to the configuration schema (#225) |
Jeremy Kun <j****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| fa27a2be | Add `DiagnosticTag` support (#229) |
Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 5b29eac4 | Report Flake8 errors with Error severity level (#234) |
Laurent Cheylus <f****y@f****r>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| c78a4c56 | Fix documentation for location of Flake8 configuration files (#233) |
Laurent Cheylus <f****y@f****r>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 50841c1c | Improve schema type compliance, improve CONFIGURATION.md (#228) |
Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 624b6d4f | Use Numpy less than 1.23 in our tests (#231) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| fdf2b222 | Change severity level for flake8 errors (#223) |
Julian Hossbach <5****h@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| f44a123a | Remove preload module from Readme (#221) |
Bagel Jr <5****s@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| a9d503c5 | Parse YAPF diffs into TextEdits (instead of sending the full doc) (#136) |
Faris Masad <f****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 66c7cca8 | Allow multiple per-file-ignores for the same pattern in flake8 plugin (#217) |
Dedi Hirschfeld <d****i@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 62b7cc6e | Add web sockets support (#128) |
pradeep <1****7@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| a11b881d |
Remove reference to pyls-flake8 in Readme (#215)
Co-authored-by: Carlos Cordoba <c****2@g****m> |
Yeray Díaz <6****z@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 9df6a9f1 | Restore the copyright headers in `setup.cfg` and `pyproject.toml` (#211) |
KOLANICH <K****H@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 05634358 | Match rope_completions setting documentation with reality (#210) |
Rafał Chłodnicki <r****k@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| bf9d5fac | Move the project metadata into `PEP 621`-compliant `pyproject.toml` (#207) |
KOLANICH <K****H@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 4bffc39c | Add support for LSP formatting `options` parameter (#134) |
Faris Masad <f****d@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 52b684db | Add plugins for pylint and flake8 to readme (#187) |
Bagel Jr <5****s@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| c99ef24d | Mention `pylsp` command in README (#185) |
Jonas Gollenz <j****z@o****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 62cdac59 | Fix section that was misplaced in changelog (#181) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 5fb5134c | Update changelog for 1.4.1 (#180) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 7a3822dd | Fix Yapf formatting with CRLF line endings (#179) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 8add687c | Improved documentation regarding configuration (#174) |
Luke Plant <L****8@c****t>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 552dea39 | Update Changelog for 1.4.0 (#170) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 581da5d1 | Clear diagnostics when closing documents (#165) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| a5ebfdd4 | Update single quotes to double quotes for install command examples (#163) |
Eric Milgram <4****r@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 6042dab4 | Prevent third-party plugins with faulty hooks to crash the server (#158) |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| aa6315d2 | Add license info to `setup.cfg` so it will show up in wheel installs. (#137) |
Ben Weeks <b****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 6c5f44db | Prevent faulty third-party plugins to crash the server (#154) |
arian-f <4****f@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 2f7a13e7 |
Fix Autopep8 and Yapf formatting with CR line endings (#151)
Co-authored-by: Michał Krassowski <5****i@u****m> |
Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 963fd4de | Move the package metadata from setup.py to setup.cfg (#84) |
KOLANICH <K****H@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago |