An open API service providing commit metadata for open source projects.

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
4c05ac4d Fix pygame greeting breaking pylint JSON output (#148) Piotr Machura <m****e@p****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c14a95e6 Add `DiagnosticTag` constants from LSP 3.15 (#142) Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
ee7a52b8 Support pycodestyle indent-size option (#141) Mark Nauwelaerts <m****s@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
7b98f9f6 Update python base version to 3.7+ (#130)
Co-authored-by: Michał Krassowski <5****i@u****m>, Pradeep Neerukonda <p****o@o****m>, Michał Krassowski <5****i@u****m>
pradeep <1****7@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
fa9fb19d Make pylint test Python version independent (#138)
Co-authored-by: Jochen Sprickerhof <j****e@d****g>
Jochen Sprickerhof <g****t@j****e>
Committed by: GitHub <n****y@g****m>
over 4 years ago
85afa3c1 Back to work Carlos Cordoba <c****2@g****m> over 4 years ago
7e435935 Release v1.3.3 Carlos Cordoba <c****2@g****m> over 4 years ago
bae3c1b4 Update Changelog Carlos Cordoba <c****2@g****m> over 4 years ago
f19b3b9d Fix error when resolving completion items for Rope (#125)
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
3096e6c5 Fix test_syntax_error_pylint_py3 for Python 3.10 (#133) Bruno Pagani <b****i@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
fb6f1ed1 Back to work Carlos Cordoba <c****2@g****m> almost 5 years ago
a9fac707 Release v1.3.2 Carlos Cordoba <c****2@g****m> almost 5 years ago
dfcd7950 Update Changelog Carlos Cordoba <c****2@g****m> almost 5 years ago
0a2b82d9 Fix formatting a log message (#122) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
534b6b51 Back to work Carlos Cordoba <c****2@g****m> almost 5 years ago
fca5cd09 Release v1.3.1 Carlos Cordoba <c****2@g****m> almost 5 years ago
cbc2151a Update Changelog Carlos Cordoba <c****2@g****m> almost 5 years ago
91247be7 Fix tests for Jedi 0.18.1 (#118) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
06f075d3 Back to work Carlos Cordoba <c****2@g****m> almost 5 years ago
52089678 Release v1.3.0 Carlos Cordoba <c****2@g****m> almost 5 years ago
fdc70842 Update changelog Carlos Cordoba <c****2@g****m> almost 5 years ago
c35cc13f Update requirements on flake8 and its dependencies (#102) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
1b649dfa Use sys.executable in flake8 plugin to make tests pass on systems that don't ... Thomas Klausner <t****k@g****t>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
2e062830 Fix another test with Python 3.10 (#112) Jochen Sprickerhof <g****t@j****e>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
28039340 Fix test with Python 3.10 (#108) Jochen Sprickerhof <g****t@j****e>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
e46cddd7 Create a cache for snippets (#83) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
10def44a Adjust readme to pylsp-mypy rename (#99) Florian Friesdorf <f****o@c****t>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
e8cf8e5b Unpin Pylint (#94) Ben Greiner <c****e@b****e>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
a838b62c Back to work Carlos Cordoba <c****2@g****m> almost 5 years ago
cb9fa619 Release v1.2.4 Carlos Cordoba <c****2@g****m> almost 5 years ago
0c21a782 Update Changelog Carlos Cordoba <c****2@g****m> almost 5 years ago
89f4f06e Pin flake8 to be less than version 4 (#96) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
341bf466 Back to work Carlos Cordoba <c****2@g****m> almost 5 years ago
483dc501 Release v1.2.3 Carlos Cordoba <c****2@g****m> almost 5 years ago
318bbf43 Update Changelog Carlos Cordoba <c****2@g****m> almost 5 years ago
b63abc3e Document how to write python-lsp-server plugin + add pylsp-rope to Readme (#93) Lie Ryan <l****6@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
a62f0a13 Fix pylint test without pylsp installed (#88) Jochen Sprickerhof <g****b@j****e>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
b2bdeeac Back to work Carlos Cordoba <c****2@g****m> almost 5 years ago
88fa3e2d Release v1.2.2 Carlos Cordoba <c****2@g****m> almost 5 years ago
054527cd Update Changelog Carlos Cordoba <c****2@g****m> almost 5 years ago
63baaa5d Require Pylint less than 2.10 (#78) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
b5b2ff02 Improve how we determine if a symbol was imported from other libraries (#71) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
07c131f0 Recognize the "I" pylint stdio message category (#67) Martin Lehmann <1****o@u****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
e802f288 Remove temp file and ignore that kind of files (#66) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
597276d5 Back to work Carlos Cordoba <c****2@g****m> about 5 years ago
e537fffe Release v1.2.1 Carlos Cordoba <c****2@g****m> about 5 years ago
8968b0e7 Update Changelog Carlos Cordoba <c****2@g****m> about 5 years ago
54edbea5 Catch errors when getting docstrings on _resolve_completion (#64) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
1e48b55f Back to work Carlos Cordoba <c****2@g****m> about 5 years ago
387ed370 Release v1.2.0 Carlos Cordoba <c****2@g****m> about 5 years ago
c9e56a6b Update Changelog Carlos Cordoba <c****2@g****m> about 5 years ago
03ab6efd Fix skipping imported symbols (#53) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
32bbc067 Make use_document_path equal to True when getting definitions and hovers (#62) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
f18f7eef Document internal flake8 plugin schema and configuration (#57)
Co-authored-by: krassowski <k****l@g****m>
Gerardo Gómez Rodríguez <g****z@t****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
58b229b5 Validate if shared_data is not None when resolving completion items (#59) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
1d7091b6 Do not call `get_signatures()` if snippets are disabled (#58) Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
e3c5dfe8 Implement cached label resolution and label resolution limit (#26) Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
db9b0556 Initialize workspaces from the initialize request (#49) Rafał Chłodnicki <r****k@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
7ddf5623 Feature/completion item/resolve (#25) Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
87b76d79 Restore the JSON schema, add human-readable configuration (#51) Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
cfe79945 Improve release instructions (#46) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
59381aa8 Back to work Carlos Cordoba <c****2@g****m> about 5 years ago
4fb3c63f Release v1.1.0 Carlos Cordoba <c****2@g****m> about 5 years ago
b1e56e1f Update Changelog Carlos Cordoba <c****2@g****m> about 5 years ago
bc89ac4b Add --version CLI argument and return version in InitializeResult (#44) Felicián Németh <n****f@t****u>
Committed by: GitHub <n****y@g****m>
about 5 years ago
34be02a6 Fix local timezone (#42) Eisuke Kawashima <e****m@u****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
494e98b9 Handling list merge in _utils.merge_dicts(). (#38) Gaétan Lepage <3****e@u****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
cf4eaad7 Add support for flake8 per-file-ignores (#28)
Co-authored-by: Brandon T. Willard <b****d@u****m>, Edgar Andrés Margffoy Tuay <a****y@g****m>
Brandon T. Willard <9****d@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
8ffb1597 PR: Update third-party plugins in README (#32)
Co-authored-by: Edgar Andrés Margffoy Tuay <a****y@g****m>
Fidel Ramos <h****o@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
22a746e5 catch a TypeError from os.path.samefile (#31) Doug Davis <d****s@d****o>
Committed by: GitHub <n****y@g****m>
over 5 years ago
5a13db19 Fix Jedi type map (use types offered by modern Jedi) (#18) Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
b65f4a83 PR: Address pylint's "consider-using-with" warnings (#20) Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
977ca396 Back to work Edgar Andrés Margffoy Tuay <a****y@g****m> over 5 years ago
067c3356 Release v1.0.1 Edgar Andrés Margffoy Tuay <a****y@g****m> over 5 years ago
26763577 Update Changelog Edgar Andrés Margffoy Tuay <a****y@g****m> over 5 years ago
b8c59799 PR: Update pyflakes and pycodestyle dependency versions (#15) Edgar Andrés Margffoy Tuay <a****y@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
61bca543 PR: Small fix in Readme (#14) yaegassy <y****y@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
1d796308 Back to work Edgar Andrés Margffoy Tuay <a****y@g****m> over 5 years ago
76cc9822 Release v1.0.0 Edgar Andrés Margffoy Tuay <a****y@g****m> over 5 years ago
abe2bd00 Update Changelog Edgar Andrés Margffoy Tuay <a****y@g****m> over 5 years ago
ec203ecd PR: Use python-lsp-jsonrpc instead of python-jsonrpc-server (#12) Edgar Andrés Margffoy Tuay <a****y@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
26f234ac Remove references to VSCode in Readme (#11) Carlos Cordoba <c****2@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
0a3352d4 PR: Rename namespace to pylsp and package to python-lsp-server (#10) Edgar Andrés Margffoy Tuay <a****y@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
fcb9bee1 merge Merge pull request #7 from bnavigator/numpy_hover Edgar Andrés Margffoy Tuay <a****y@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
8e41c8a9 merge Merge pull request #9 from bnavigator/py39-folding Edgar Andrés Margffoy Tuay <a****y@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
45ff79d7 TST: Add Python 3.9 to GHA test matrix Ben Greiner <c****e@b****e> over 5 years ago
2d3c52c7 TST: accept folding of decorator parameters in Python 3.9 Ben Greiner <c****e@b****e> over 5 years ago
e037314a unpin numpy Ben Greiner <c****e@b****e> over 5 years ago
3ee06dac test snippet support with builtin instead of numpy Ben Greiner <c****e@b****e> over 5 years ago
48f5eca2 don't test np.sin hover for numpy 1.20 Ben Greiner <c****e@b****e> over 5 years ago
18338751 merge Merge pull request #6 from xiaoxiae/develop Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
5253201d Update paths for the gifs krassowski <k****l@g****m> over 5 years ago
7b6602b4 merge Merge branch 'develop' of ssh://github.com/xiaoxiae/python-ls into xiaoxiae-d... krassowski <k****l@g****m> over 5 years ago
0a14088a merge Merge pull request #5 from marimeireles/patch-2 Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
ce47547f Update README.rst Mariana Meireles <m****s@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
e213eff3 Add long_description_content_type for Markdown xiaoxiae <t****1@g****m> over 5 years ago
905cecde Update README references from .rst to .md xiaoxiae <t****1@g****m> over 5 years ago
6fc93ce4 Rewrite README from rst to md xiaoxiae <t****1@g****m> over 5 years ago
97409026 Update README.rst Mariana Meireles <m****s@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
2239618e merge Merge pull request #3 from krassowski/fix-ci Michał Krassowski <5****i@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago

← Back to repository