Skip to content

Tags: rbarraud/python-language-server

Tags

0.3.0

Toggle 0.3.0's commit message
Add signature plugin back to CORE_PLUGINS (palantir#83)

* Add signature plugin back to CORE_PLUGINS

* Alphabetize imports and plugins listing

0.2.4

Toggle 0.2.4's commit message
Reverse urlencoding (palantir#81)

0.2.3

Toggle 0.2.3's commit message
Unquote parsed urls in both Workspace and Document (palantir#80)

* unquote parsed urls in both Workspace and Document

* Also unquote path used for syspath lookup

* Add test ensuring chars are urldecoded when setting Workspace/Document path

* Unquote before parse, remove unneeded import

* Lint fix

0.2.2

Toggle 0.2.2's commit message
Correct format_document (palantir#74)

0.2.1

Toggle 0.2.1's commit message
Check not dirty

0.2.0

Toggle 0.2.0's commit message
Fix script

0.1.1

Toggle 0.1.1's commit message
Support python projects in subdirectories (palantir#34)

* Create test for non-root syspath

* Implement syspaths