| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.python-language-server: disable when python>=3.9•••The package is not supported on anything newer than 3.8 yet. | Martin Weinelt | 2021-05-01 | 1 | -1/+3 |
| * | pythonPackages.python-language-server: relax some dependency versions | Eduardo Sánchez Muñoz | 2021-04-27 | 1 | -0/+7 |
| * | pythonPackages: move python 2 only expressions to python2-packages.nix | Frederik Rietdijk | 2021-04-03 | 1 | -1/+1 |
| * | python-language-server: do not propagate flake8•••Because flake8 in turn propagates pyflakes. This effectively forcibly enables this checker enabled even if user doesn't want it. | Sergey Mironov | 2021-01-27 | 1 | -2/+3 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 1 | -11/+11 |
| * | pythonPackages.notmuch2: Disable tests | Sandro Jäckel | 2021-01-11 | 1 | -5/+1 |
| * | pythonPackages.python-language-server: 0.34.1 -> 0.36.2 | Sandro Jäckel | 2021-01-11 | 1 | -27/+20 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix | Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | python3.pkgs.python-language-server: fix jedi integration•••recent jedi/parso versions uses Path instead of str. | Jörg Thalheim | 2020-09-08 | 1 | -1/+9 |
| * | python3.pkgs.python-language-server: 0.33.1 -> 0.34.1 | Jörg Thalheim | 2020-09-08 | 1 | -2/+2 |
| * | python3.pkgs.python-language-server: 0.31.9 -> 0.33.1 | Jörg Thalheim | 2020-06-16 | 1 | -5/+8 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python3Packages.python-language-server: 0.31.8 -> 0.31.9 | Ben Darwin | 2020-03-23 | 1 | -4/+3 |
| * | pythonPackages.python-language-server: 0.29.1 -> 0.31.8 | Frederik Rietdijk | 2020-02-16 | 1 | -7/+22 |
| * | pythonPackages.python-language-server: 0.28.3 -> 0.29.1•••Fixes a failing test due to a pylint update. | Matt Huszagh | 2019-10-26 | 1 | -4/+4 |
| * | pythonPackages.python-language-server: 0.28.1 -> 0.28.3 | Langston Barrett | 2019-09-26 | 1 | -2/+2 |
| * | python3Packages.python-language-server: add setuptools as a dependency | Symphorien Gibol | 2019-09-19 | 1 | -2/+2 |
| * | pythonPackages.python-language-server: 0.27.0 -> 0.28.1 (#67421) | Lucio Delelis | 2019-08-24 | 1 | -2/+2 |
| * | python3Packages.python-language-server: 0.26.1 -> 0.27.0 | Matthieu Coudron | 2019-07-17 | 1 | -2/+2 |
| * | pythonPackages.python-language-server: fix python2.7 build | Daiderd Jordan | 2019-07-03 | 1 | -2/+2 |
| * | python-language-server: 0.25.0 -> 0.26.1 | Alex Branham | 2019-04-17 | 1 | -2/+2 |
| * | python-language-server: 0.21.2 -> 0.25.0 | betaboon | 2019-03-20 | 1 | -2/+4 |
| * | python-language-server: 0.19.0 -> 0.21.2 | Jörg Thalheim | 2018-09-12 | 1 | -4/+4 |
| * | python-language-server: add providers option•••Adding all of the extra dependencies isn't always desirable and overriding a bunch of inputs is a bit cumbersome and brittle. eg. python-language-server.override { providers = ["rope"]; } | Daiderd Jordan | 2018-08-06 | 1 | -13/+28 |
| * | python-language-server: 0.18.0 -> 0.19.0 | Daiderd Jordan | 2018-08-06 | 1 | -2/+2 |
| * | python.pkgs.python-language-server: init at 0.18.0 | Jörg Thalheim | 2018-05-25 | 1 | -0/+48 |
