FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for setup.py - 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
295
Star
2.7k
Code
Issues
160
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
setup.py
on
develop
User selector
Datepicker
Commit history
Commits on Sep 26, 2020
Allow passing explicit environment variables to Jedi environment (#822)
Show description for 3af83fe
authored
3af83fe
View commit details
Copy full SHA for 3af83fe
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
Fix ujson dep for python2 (#862)
Show description for 7dbd812
jroitgrund
and
Jonathan Roitgrund
authored
7dbd812
View commit details
Copy full SHA for 7dbd812
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
Update ujson dependency (#842)
steff456
authored
dfdfb09
View commit details
Copy full SHA for dfdfb09
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 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 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
Commits on Apr 18, 2020
Require pyflakes<2.2.0 (fix #782) (#784)
leszekpi
authored
fdb8b3d
View commit details
Copy full SHA for fdb8b3d
View code at this point
Browse repository at this point
Commits on Dec 2, 2019
Remove ujson dependency on Windows (requires MSVC compiler) (#704)
dalthviz
authored and
ccordoba12
committed
143d993
View commit details
Copy full SHA for 143d993
View code at this point
Browse repository at this point
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 17, 2019
Increase minimal python-jsonrpc-server version (#697)
ccordoba12
authored
860c3eb
View commit details
Copy full SHA for 860c3eb
View code at this point
Browse repository at this point
Commits on Nov 15, 2019
Use ujson instead of regular json (#696)
mpanarin
authored and
ccordoba12
committed
1c0c540
View commit details
Copy full SHA for 1c0c540
View code at this point
Browse repository at this point
Commits on Oct 28, 2019
Handle textDocument/foldingRange call (#665)
andfoy
authored and
ccordoba12
committed
1ea46ae
View commit details
Copy full SHA for 1ea46ae
View code at this point
Browse repository at this point
Commits on Oct 27, 2019
Support again Jedi 0.14.1 (#683)
ccordoba12
authored
19b10c4
View commit details
Copy full SHA for 19b10c4
View code at this point
Browse repository at this point
Add completion tests for several libraries of the Scientific Python stack (#682)
ccordoba12
authored
f619d3a
View commit details
Copy full SHA for f619d3a
View code at this point
Browse repository at this point
Commits on Oct 24, 2019
Only use future library in Python 2 (#677)
e-kwsm
authored and
ccordoba12
committed
f09245f
View commit details
Copy full SHA for f09245f
View code at this point
Browse repository at this point
Commits on Oct 12, 2019
Flake8 plugin for linting (#656)
youben11
authored and
gatesn
committed
fecffb2
View commit details
Copy full SHA for fecffb2
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
Separate signature from docstring on hover (#623)
mpanarin
authored and
ccordoba12
committed
c3cab77
View commit details
Copy full SHA for c3cab77
View code at this point
Browse repository at this point
Commits on Aug 25, 2019
Increase minimal required version of Jedi (#639)
ccordoba12
authored
8bbd246
View commit details
Copy full SHA for 8bbd246
View code at this point
Browse repository at this point
Commits on Jul 24, 2019
Enable Jedi 0.14.1 (#625)
steff456
authored and
ccordoba12
committed
697ebb1
View commit details
Copy full SHA for 697ebb1
View code at this point
Browse repository at this point
Commits on Jun 21, 2019
Don't use Jedi 0.14 for now because it breaks the server (#607)
ccordoba12
authored
9f0710c
View commit details
Copy full SHA for 9f0710c
View code at this point
Browse repository at this point
Commits on Mar 27, 2019
Cache settings with lru_cache (#509)
Show description for 467471b
lgeiger
authored and
gatesn
committed
467471b
View commit details
Copy full SHA for 467471b
View code at this point
Browse repository at this point
setup.py: exclude all test packages (#493)
Cynerd
authored and
gatesn
committed
e524c3b
View commit details
Copy full SHA for e524c3b
View code at this point
Browse repository at this point
Commits on Mar 9, 2019
Add pylint support. (#385)
Show description for 5e785fe
DanAlbert
authored and
gatesn
committed
5e785fe
View commit details
Copy full SHA for 5e785fe
View code at this point
Browse repository at this point
Commits on Jan 27, 2019
Bump Jedi dependency (#472)
gatesn
authored
50d03d5
View commit details
Copy full SHA for 50d03d5
View code at this point
Browse repository at this point
Commits on Jan 23, 2019
Circle 2.0 (#481)
gatesn
authored
46fd374
View commit details
Copy full SHA for 46fd374
View code at this point
Browse repository at this point
Commits on Jan 8, 2019
Rename jsonrpc package (#470)
gatesn
authored
98977b6
View commit details
Copy full SHA for 98977b6
View code at this point
Browse repository at this point
Commits on Nov 21, 2018
Update setup.py (#448)
nackjicholson
authored and
gatesn
committed
d51edb5
View commit details
Copy full SHA for d51edb5
View code at this point
Browse repository at this point
Commits on Jun 29, 2018
Remove jsonrpc and use python-jsonrpc-server (#368)
gatesn
authored
41bb699
View commit details
Copy full SHA for 41bb699
View code at this point
Browse repository at this point
Commits on Jun 1, 2018
Configurable preloaded modules (#367)
gatesn
authored
d294fe1
View commit details
Copy full SHA for d294fe1
View code at this point
Browse repository at this point
Commits on May 10, 2018
Document highlights (#347)
gatesn
authored
96c4db1
View commit details
Copy full SHA for 96c4db1
View code at this point
Browse repository at this point
Commits on Apr 24, 2018
Upgrade Jedi to 0.12.0 (#340)
gatesn
authored
d3acc5e
View commit details
Copy full SHA for d3acc5e
View code at this point
Browse repository at this point
Commits on Apr 16, 2018
Restrict jedi (#333)
gatesn
authored
912f91c
View commit details
Copy full SHA for 912f91c
View code at this point
Browse repository at this point
Commits on Mar 26, 2018
Config parser only for < python 3 (#316)
gatesn
authored
44aa4fa
View commit details
Copy full SHA for 44aa4fa
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL