FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pylsp/python_lsp.py - krassowski/python-lsp-server · GitHub
krassowski
/
python-lsp-server
Public
forked from
python-lsp/python-lsp-server
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-lsp-server
pylsp
python_lsp.py
on
develop
User selector
Datepicker
Commit history
Commits on Dec 4, 2025
Fix starting the server for Python 3.14 and run tests with that version (#690)
ccordoba12
authored
44f7eb0
View commit details
Copy full SHA for 44f7eb0
View code at this point
Browse repository at this point
Commits on Aug 25, 2025
Expose a shutdown hook (#666)
dlax
authored
3b1c895
View commit details
Copy full SHA for 3b1c895
View code at this point
Browse repository at this point
Copy `LAST_JEDI_COMPLETIONS` to cell document so that `completionItem/resolve` will work (#663)
hjr265
authored
5c8cfac
View commit details
Copy full SHA for 5c8cfac
View code at this point
Browse repository at this point
Commits on Jul 4, 2025
Add support for type definition (#645)
Show description for 5480e5d
Hoblovski
and
krassowski
authored
5480e5d
View commit details
Copy full SHA for 5480e5d
View code at this point
Browse repository at this point
Commits on Jun 30, 2025
Send websocket payload using a queue (#633)
Show description for e0b5fcf
Raekkeri
and
krassowski
authored
e0b5fcf
View commit details
Copy full SHA for e0b5fcf
View code at this point
Browse repository at this point
Commits on May 28, 2025
Drop Python 3.8, add Python 3.11 to CI and run `pyupgrade` (#650)
Show description for e9776fd
krassowski
and
dalthviz
authored
e9776fd
View commit details
Copy full SHA for e9776fd
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
Set return type to `None` for functions without returns (#581)
Show description for cabac8e
agserrano3
and
codegen-bot
authored
cabac8e
View commit details
Copy full SHA for cabac8e
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
Add `window/logMessage` support (#573)
Dylmay
authored
e8dd582
View commit details
Copy full SHA for e8dd582
View code at this point
Browse repository at this point
Add version support to `workspace/publishDiagnostics` (#565)
Dylmay
authored
9b79576
View commit details
Copy full SHA for 9b79576
View code at this point
Browse repository at this point
Commits on Mar 25, 2024
Add fallback for `ujson` import (#541)
Show description for 245da20
Savalek
and
Савеленко Алексей Николаевич
authored
245da20
View commit details
Copy full SHA for 245da20
View code at this point
Browse repository at this point
Commits on Feb 22, 2024
Improve error message about missing `websockets` module (#528)
tomplus
authored
ed00eac
View commit details
Copy full SHA for ed00eac
View code at this point
Browse repository at this point
Commits on Jan 19, 2024
Use ruff as linter and code formatter (#502)
tkrabel
authored
fc2851a
View commit details
Copy full SHA for fc2851a
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
Add support for notebook document completions (#486)
smacke
authored
7347737
View commit details
Copy full SHA for 7347737
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
Revert "Rename `_utils` module to `utils`" (#481)
ccordoba12
authored
3e508b1
View commit details
Copy full SHA for 3e508b1
View code at this point
Browse repository at this point
Rename `_utils` module to `utils` (#480)
ccordoba12
authored
1c4ad71
View commit details
Copy full SHA for 1c4ad71
View code at this point
Browse repository at this point
Commits on Oct 28, 2023
Add code completions to `rope_autoimport` plugin (#471)
Show description for 2a5a953
authored
2a5a953
View commit details
Copy full SHA for 2a5a953
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
Ignore notebook names on cell completion for autoimport (#466)
tkrabel-db
authored
b864c4f
View commit details
Copy full SHA for b864c4f
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
Load `rope_autoimport` cache on `workspace/didChangeConfiguration` (#461)
tkrabel-db
authored
6ff9aa9
View commit details
Copy full SHA for 6ff9aa9
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
Fix notebook document selector not being a list in capabilities (#454)
smacke
authored
6b975be
View commit details
Copy full SHA for 6b975be
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
Use invalid request handler rather than raising key error for requests after shutdown (#432)
smacke
authored
0d86844
View commit details
Copy full SHA for 0d86844
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
Notebook protocol go-to-definition support (#408)
jasongrout
authored
3f08d8c
View commit details
Copy full SHA for 3f08d8c
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
Format the whole repo with Black (#419)
tkrabel-db
authored
d47dc3c
View commit details
Copy full SHA for d47dc3c
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
Add notebooks suppport to pylsp (#389)
tkrabel-db
authored
2757c3a
View commit details
Copy full SHA for 2757c3a
View code at this point
Browse repository at this point
Commits on Mar 28, 2023
Initialize LSP progress token before using it and remove progress for sync plugins (#328)
syphar
authored
714a582
View commit details
Copy full SHA for 714a582
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
Add a plugin to provide autoimport functionality (#199)
bagel897
authored
b24ffd3
View commit details
Copy full SHA for b24ffd3
View code at this point
Browse repository at this point
Commits on Jun 6, 2022
Parse YAPF diffs into TextEdits (instead of sending the full doc) (#136)
masad-frost
authored
a9d503c
View commit details
Copy full SHA for a9d503c
View code at this point
Browse repository at this point
Commits on May 30, 2022
Add web sockets support (#128)
npradeep357
authored
62b7cc6
View commit details
Copy full SHA for 62b7cc6
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
Add support for LSP formatting `options` parameter (#134)
masad-frost
authored
4bffc39
View commit details
Copy full SHA for 4bffc39
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
Clear diagnostics when closing documents (#165)
ccordoba12
authored
581da5d
View commit details
Copy full SHA for 581da5d
View code at this point
Browse repository at this point
Commits on Aug 1, 2021
Fix skipping imported symbols (#53)
ccordoba12
authored
03ab6ef
View commit details
Copy full SHA for 03ab6ef
View code at this point
Browse repository at this point
Commits on Jul 13, 2021
Initialize workspaces from the initialize request (#49)
Show description for db9b055
rchl
authored
db9b055
View commit details
Copy full SHA for db9b055
View code at this point
Browse repository at this point
Feature/completion item/resolve (#25)
Show description for 7ddf562
krassowski
authored
7ddf562
View commit details
Copy full SHA for 7ddf562
View code at this point
Browse repository at this point
Commits on Jul 9, 2021
Restore the JSON schema, add human-readable configuration (#51)
Show description for 87b76d7
krassowski
authored
87b76d7
View commit details
Copy full SHA for 87b76d7
View code at this point
Browse repository at this point
Commits on Jun 25, 2021
Add --version CLI argument and return version in InitializeResult (#44)
nemethf
authored
bc89ac4
View commit details
Copy full SHA for bc89ac4
View code at this point
Browse repository at this point
Commits on Apr 14, 2021
PR: Use python-lsp-jsonrpc instead of python-jsonrpc-server (#12)
andfoy
authored
ec203ec
View commit details
Copy full SHA for ec203ec
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL