FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test - palantir/python-language-server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
palantir
/
python-language-server
Public
Notifications
You must be signed in to change notification settings
Fork
294
Star
2.7k
Code
Issues
161
Pull requests
27
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
python-language-server
test
on
develop
User selector
Datepicker
Commit history
Commits on Nov 7, 2020
Add code in front of the diagnostic message for flake8 (#885)
jdhao
authored
7a98c2c
View commit details
Copy full SHA for 7a98c2c
View code at this point
Browse repository at this point
Commits on Oct 24, 2020
Add document path to Jedi's sys_path (#879)
ccordoba12
authored
e0f8b3d
View commit details
Copy full SHA for e0f8b3d
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
Pass server settings to new workspaces (#868)
ccordoba12
authored
0fa74ba
View commit details
Copy full SHA for 0fa74ba
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
Correct method and attribute detection on document/symbols call (#846)
andfoy
authored
d81c7ba
View commit details
Copy full SHA for d81c7ba
View code at this point
Browse repository at this point
Commits on Sep 10, 2020
Allow usage of Pylint via stdin (#831)
mpanarin
authored
9bc744d
View commit details
Copy full SHA for 9bc744d
View code at this point
Browse repository at this point
Commits on Sep 8, 2020
fix with compatibility with jedi master (#851)
Show description for 3d045b8
Mic92
and
delta003
authored
3d045b8
View commit details
Copy full SHA for 3d045b8
View code at this point
Browse repository at this point
Commits on Aug 12, 2020
Move CI to Github Actions (#803)
goanpeca
authored
283073b
View commit details
Copy full SHA for 283073b
View code at this point
Browse repository at this point
Commits on Jul 2, 2020
Make flake8 use stdin (#830)
qbedard
authored
78dee3d
View commit details
Copy full SHA for 78dee3d
View code at this point
Browse repository at this point
Fix ValueError when formatting if continuation lines are incorrectly indented when using autopep8 (#829)
lordsutch
authored
2faf957
View commit details
Copy full SHA for 2faf957
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Add configurable flake8 executable (#821)
ruhulio
authored
5fa7ae9
View commit details
Copy full SHA for 5fa7ae9
View code at this point
Browse repository at this point
Read pycodestyle and flake8 configurations per workspace (#827)
Show description for 4646633
andfoy
and
ccordoba12
authored
4646633
View commit details
Copy full SHA for 4646633
View code at this point
Browse repository at this point
Commits on Jun 18, 2020
Do not create documents from a textDocument/rename (#818)
rwols
authored
10cd98c
View commit details
Copy full SHA for 10cd98c
View code at this point
Browse repository at this point
Commits on May 25, 2020
Fix completion with one arg and add optional class objects to completion list (#811)
mpanarin
authored
4217971
View commit details
Copy full SHA for 4217971
View code at this point
Browse repository at this point
Commits on May 13, 2020
Follow LSP protocol when workspace folders are changed and adapt root workspace uri if folder is changed (#754)
Show description for 6a7eae7
authored
6a7eae7
View commit details
Copy full SHA for 6a7eae7
View code at this point
Browse repository at this point
Commits on May 11, 2020
Add support for renaming with Jedi (#801)
fsouza
authored
f25259f
View commit details
Copy full SHA for f25259f
View code at this point
Browse repository at this point
Increase minimal supported version of flake8 and match flake8 requirements to PyLS ones (#805)
ccordoba12
authored
515ff00
View commit details
Copy full SHA for 515ff00
View code at this point
Browse repository at this point
Commits on May 10, 2020
Fix flake8 io deadlock (#757)
Show description for 22251fa
rdugan
and
ccordoba12
authored
22251fa
View commit details
Copy full SHA for 22251fa
View code at this point
Browse repository at this point
Add option to activate fuzzy completions in Jedi (#728)
Show description for 3057ac2
benmezger
and
ccordoba12
authored
3057ac2
View commit details
Copy full SHA for 3057ac2
View code at this point
Browse repository at this point
Commits on May 9, 2020
Update Jedi calls for its 0.17.0+ API (#781)
Show description for 2fb2c81
authored
2fb2c81
View commit details
Copy full SHA for 2fb2c81
View code at this point
Browse repository at this point
Add missing test for rope_rename.pys (#780)
benmezger
authored
e78ccec
View commit details
Copy full SHA for e78ccec
View code at this point
Browse repository at this point
Commits on Apr 12, 2020
Allow more references returned in test_references_builtin (#778)
Show description for 1967c4f
bnavigator
and
Benjamin Greiner
authored
1967c4f
View commit details
Copy full SHA for 1967c4f
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
PR: Fix hover request for numpy alias (np) and ufuncs (#768)
Show description for 0591ade
dalthviz
authored
0591ade
View commit details
Copy full SHA for 0591ade
View code at this point
Browse repository at this point
Commits on Mar 18, 2020
Remove slash and star from positional snippets (#763)
andfoy
authored
21833ea
View commit details
Copy full SHA for 21833ea
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
Only add snippet completions when positional args are available (#734)
dalthviz
authored
f6df42c
View commit details
Copy full SHA for f6df42c
View code at this point
Browse repository at this point
Commits on Feb 4, 2020
Fix issues with except folding parsing (#740)
andfoy
authored
e3368b4
View commit details
Copy full SHA for e3368b4
View code at this point
Browse repository at this point
Commits on Dec 24, 2019
Address autopep8 overriding pycodestyle's continued_indentation (#719)
johnhany97
authored and
ccordoba12
committed
0114c6c
View commit details
Copy full SHA for 0114c6c
View code at this point
Browse repository at this point
Fix tests for Jedi 0.15.2 (#723)
ccordoba12
authored
b862add
View commit details
Copy full SHA for b862add
View code at this point
Browse repository at this point
Commits on Dec 4, 2019
Fix returned line numbers in McCabe plugin (#710)
LexSong
authored and
ccordoba12
committed
48eedea
View commit details
Copy full SHA for 48eedea
View code at this point
Browse repository at this point
Commits on Dec 3, 2019
[add] `--config` param for flake8 (#700)
mpanarin
authored and
ccordoba12
committed
30a995a
View commit details
Copy full SHA for 30a995a
View code at this point
Browse repository at this point
Commits on Dec 2, 2019
Handle AttributeError for jedi completions (missing CompiledObject attribute) (#706)
dalthviz
authored and
ccordoba12
committed
c3bb2f2
View commit details
Copy full SHA for c3bb2f2
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
PR: Fix snippet parsing when a slash character is present (#701)
steff456
authored and
ccordoba12
committed
b08891f
View commit details
Copy full SHA for b08891f
View code at this point
Browse repository at this point
Commits on Nov 16, 2019
Add Jedi support for extra paths and different environment handling (#680)
goanpeca
authored and
ccordoba12
committed
f02235e
View commit details
Copy full SHA for f02235e
View code at this point
Browse repository at this point
Commits on Nov 14, 2019
Detect multiline imports and don't show snippets for them (#694)
muffinmad
authored and
ccordoba12
committed
e57119f
View commit details
Copy full SHA for e57119f
View code at this point
Browse repository at this point
Commits on Nov 9, 2019
Fix snippets behaviour in an import statement (#691)
steff456
authored and
ccordoba12
committed
71c2fc5
View commit details
Copy full SHA for 71c2fc5
View code at this point
Browse repository at this point
Commits on Nov 1, 2019
Don't go to definition of builtin modules (#687)
jackwickham
authored and
gatesn
committed
ac79cef
View commit details
Copy full SHA for ac79cef
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL