Skip to content

Tags: boomtechnology/python-language-server

Tags

0.17.0

Toggle 0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prefer autopep8 (palantir#315)

0.16.0

Toggle 0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
handle cancel correctly (palantir#289)

* handle cancel correctly

* move paren

0.15.1

Toggle 0.15.1's commit message
fix request-id (palantir#268)

0.15.0

Toggle 0.15.0's commit message
Add support for asynchronously handling requests (palantir#261)

0.14.0

Toggle 0.14.0's commit message
Fixes TypeError: '>=' not supported between instances of (palantir#252)

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove pluggy racing (palantir#222)

* Completion: Remove pluggy racing and disable Rope by default

This allows the user to choose between Rope and Jedi for completions.

It also remove the pluggy racing since Jedi's cache isn't thread safe.

Closes palantir#189

* Only use single completion hook

* Remove pluggy and disable rope completions by default

* Remove pluggy

0.12.2

Toggle 0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Respect updates to sys path without closing/opening a document (palan…

…tir#219)

* Respect updates to sys path

* Respect updates to sys path

0.12.1

Toggle 0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Catch and ignore parser errors for pydocstyle linting (palantir#208)

* Catch and ignore parser errors for pydocstyle linting

* Fix pydocstyle empty file

* Fix linting

0.12.0

Toggle 0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable pylint (palantir#202)

0.11.1

Toggle 0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement sopme fixes for rope completions (palantir#181)