8000 Comparing v1.12.1...develop · python-lsp/python-lsp-server · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-lsp/python-lsp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.1
Choose a base ref
...
head repository: python-lsp/python-lsp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 13 commits
  • 38 files changed
  • 11 contributors

Commits on Feb 6, 2025

  1. Configuration menu
    Copy the full SHA
    a3c7919 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    cc6d398 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Do not call str.splitlines() twice in the same function. (#628)

    Co-authored-by: Sergey Fukanchik <s.fukanchik@postgrespro.ru>
    fukanchik and Sergey Fukanchik authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    04fa3e5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Configuration menu
    Copy the full SHA
    70d9f12 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Configuration menu
    Copy the full SHA
    de15a88 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Drop Python 3.8, add Python 3.11 to CI and run pyupgrade (#650)

    Co-authored-by: Daniel Althviz Moré <16781833+dalthviz@users.noreply.github.com>
    krassowski and dalthviz authored May 28, 2025
    Configuration menu
    Copy the full SHA
    e9776fd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Configuration menu
    Copy the full SHA
    c8e4e99 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Configuration menu
    Copy the full SHA
    dd03085 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Add a security policy (#655)

    Add new security policy
    CAM-Gerlach authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    4312316 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. Configuration menu
    Copy the full SHA
    7b326c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Send websocket payload using a queue (#633)

    * Send websocket payload using a queue
    
    * Apply ruff formatter results
    
    * Add a test to demonstrate regression
    
    * Fix spawning the server
    
    * Fix test
    
    * Drop the completion part
    
    ---------
    
    Co-authored-by: krassowski <5832902+krassowski@users.noreply.github.com>
    Raekkeri and krassowski authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    e0b5fcf View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Add support for type definition (#645)

    * Add textDocument/typeDefinition plugin
    
    * Add tests for textDocument/typeDefinition
    
    * Add jedi_ plugin prefix for consistency.
    
    * Fix order in CONFIGURATION.md.
    
    ---------
    
    Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
    Hoblovski and krassowski authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    5480e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b8f15a View commit details
    Browse the repository at this point in the history
Loading
0