Dave Halter
|
8ee4c26ae4
|
Merge pull request #2014 from WutingjiaX/feat/in_operator
When inferring comparison operators, return a definite type instead of NO_VALUES for the in/not in operator
|
2024-07-10 18:03:32 +00:00 |
|
Dave Halter
|
b69d4d87c3
|
Merge pull request #2006 from PeterJCLaw/lint-tests
Enable linting of our test code, but not our test data files
|
2024-06-30 23:31:16 +00:00 |
|
Dave Halter
|
065580b5d4
|
Use the proper super call for setUp
|
2024-05-24 21:29:08 +02:00 |
|
Dave Halter
|
39c8317922
|
Merge pull request #1996 from frenzymadness/patch-2
Fix compatibility with pytest 8
|
2024-05-22 22:44:47 +00:00 |
|
Dave Halter
|
f7c9ee9433
|
Merge pull request #1994 from HairlessVillager/patch-1
Add a windows path in `_get_executable_path()`
|
2024-05-06 10:06:18 +00:00 |
|
Dave Halter
|
f11014fc5d
|
Wording
|
2024-04-21 10:40:00 +02:00 |
|
Dave Halter
|
740b474eda
|
Merge pull request #1907 from moser/support-fixtures-from-pytest-plugins
Add support for pytest fixtures from local pytest plugins.
|
2024-01-26 16:15:37 +00:00 |
|
Dave Halter
|
11280ef502
|
Merge pull request #1977 from HairlessVillager/master
[Typo] Fix some misalignment of docstrings
|
2023-12-28 10:20:12 +00:00 |
|
Dave Halter
|
f8e502f90c
|
Apparently read the docs also needs this
|
2023-10-04 09:41:55 +02:00 |
|
Dave Halter
|
dc20f2e5a0
|
Try to fix readthedocs
|
2023-10-04 09:40:41 +02:00 |
|
Dave Halter
|
4e175ca82b
|
Prepare for release 0.19.1
|
2023-10-02 10:55:17 +02:00 |
|
Dave Halter
|
30e9b7b5be
|
Merge pull request #1961 from PeterJCLaw/docs-link
Include a link to the docs in the package metadata
|
2023-09-23 23:56:11 +00:00 |
|
Dave Halter
|
0770372857
|
Merge pull request #1956 from PeterJCLaw/python-3.12
Support Python 3.12
|
2023-09-17 19:25:45 +00:00 |
|
Dave Halter
|
9d399a9229
|
Merge pull request #1959 from davidhalter/unpin-test-django
Unpin Django in tests
|
2023-09-17 12:37:00 +00:00 |
|
Dave Halter
|
51f4a99a1e
|
Bump version to 0.19.0
|
2023-07-29 00:57:34 +02:00 |
|
Dave Halter
|
93c14d2e6e
|
Add release notes for 0.19.0
|
2023-07-29 00:46:38 +02:00 |
|
Dave Halter
|
57aefed6ea
|
Allow unsafe custom __getitem__ executions when allow unsafe executions is on
|
2023-07-29 00:33:09 +02:00 |
|
Dave Halter
|
8a4b079d0f
|
allow_descriptor_getattr -> allow_unsafe_interpreter_executions
|
2023-07-29 00:06:55 +02:00 |
|
Dave Halter
|
62cbcb0844
|
Make nested dict completions possible.
See also https://github.com/ipython/ipython/issues/13866
|
2023-07-28 23:50:38 +02:00 |
|
Dave Halter
|
d8420d0f72
|
Add a note to the changelog
|
2023-07-28 22:59:03 +02:00 |
|
Dave Halter
|
886279fb6d
|
Try to use the return annotations of properties, if available, fixes #1933
|
2023-07-28 22:35:15 +02:00 |
|
Dave Halter
|
ff3a7f367f
|
Avoid evaluating properties just for the api type, improves #1933
|
2023-07-28 22:11:15 +02:00 |
|
Dave Halter
|
1f70e3301e
|
Revert "Avoid one layer of caching that is probably useless"
This reverts commit a34c348a55.
|
2023-07-28 16:10:30 +02:00 |
|
Dave Halter
|
a34c348a55
|
Avoid one layer of caching that is probably useless
|
2023-07-28 16:05:56 +02:00 |
|
Dave Halter
|
972123c9c9
|
Introduce the property return annotation
|
2023-07-28 15:54:54 +02:00 |
|
Dave Halter
|
6455a14841
|
Avoid multiple getattrs instead of a single one, see also #1933
|
2023-07-28 15:10:37 +02:00 |
|
Dave Halter
|
8d9e3ab3a7
|
Simplify
|
2023-07-28 13:10:26 +02:00 |
|
Dave Halter
|
048173e467
|
Remove a piece of unimportant code, see discussion in #1933
|
2023-07-28 10:15:28 +02:00 |
|
Dave Halter
|
1947e7dd56
|
Avoid dynamic params search for Interpreter, fixes #1899
|
2023-07-27 13:49:27 +02:00 |
|
Dave Halter
|
01d8da8f73
|
Reset the recursion limitations at the start of the main Script calls, fixes #1796
|
2023-07-27 13:14:24 +02:00 |
|
Dave Halter
|
6ea5ad7b19
|
Fix issue around completions with multiple with with_items, fixes 1931
|
2023-07-27 11:54:39 +02:00 |
|
Dave Halter
|
cd4ca74d7a
|
Satisfy flake8
|
2023-07-27 11:36:16 +02:00 |
|
Dave Halter
|
67d6262f45
|
Skip the namespace package test correctly
|
2023-07-27 10:07:16 +02:00 |
|
Dave Halter
|
5f19237a3e
|
Fix renaming of namespace packages, fixes #1779
|
2023-07-27 03:09:25 +02:00 |
|
Dave Halter
|
f2444b4be5
|
Merge pull request #1943 from diegorodriguezv/patch-1
Fix language servers reference
|
2023-06-22 08:44:15 +00:00 |
|
Dave Halter
|
3699ba0aa7
|
Merge pull request #1942 from lkh42t/inference-annotated
Support typing.Annotated inference
|
2023-06-19 00:28:27 +00:00 |
|
Dave Halter
|
d421b920fa
|
Merge pull request #1937 from PeterJCLaw/update-importlib-usage
Modernise importlib usage
|
2023-05-27 22:54:45 +00:00 |
|
Dave Halter
|
7023b645b1
|
Merge pull request #1935 from PeterJCLaw/fix-attrs-as-dataclass
Teach Jedi that `attrs`' `frozen` decorator also acts like a dataclass
|
2023-05-27 21:01:21 +00:00 |
|
Dave Halter
|
825c6b93bf
|
Merge pull request #1930 from tachikoma-li/doc-fix
docs: Fix typo in acknowledgements
|
2023-04-21 21:55:14 +00:00 |
|
Dave Halter
|
431d1e104d
|
Merge pull request #1926 from dijonkitchen/patch-1
Update usage.rst to match Readme language servers
|
2023-04-12 15:50:21 +00:00 |
|
Dave Halter
|
adcd6ade8b
|
Merge pull request #1927 from dijonkitchen/patch-2
docs: fix spelling
|
2023-04-12 15:49:40 +00:00 |
|
Dave Halter
|
77cfefc1cc
|
Add a security policy
|
2023-03-22 00:47:58 +01:00 |
|
Dave Halter
|
ff7d6c6e4c
|
Merge pull request #1922 from zerocewl/add_pylsp_link
Added link to the python-lsp-server
|
2023-03-21 23:24:04 +00:00 |
|
Dave Halter
|
6ee33bd385
|
Merge pull request #1923 from dimbleby/help-after-newline
fix help when in column zero
|
2023-03-13 20:17:13 +00:00 |
|
Dave Halter
|
b814ca2951
|
Merge pull request #1917 from PeterJCLaw/python-3.11
Support Python 3.11
|
2023-02-14 00:48:04 +00:00 |
|
Dave Halter
|
d888c1b266
|
Merge pull request #1915 from PeterJCLaw/update-flake8
Update flake8 and fix issue found
|
2023-02-13 19:49:36 +00:00 |
|
Dave Halter
|
b0025ee6ba
|
Merge pull request #1911 from krpatter-intc/allow_descriptor_getattr_official_support
Make allow_descriptor_getattr a non-private variable for more official
|
2023-02-10 22:30:33 +00:00 |
|
Dave Halter
|
aeadba7cad
|
Merge pull request #1910 from ghrist8p/1909-fix-sys-path-is-tuple
Replaced tuple passed as sys_path actual argument with list
|
2023-02-07 23:21:16 +00:00 |
|
Dave Halter
|
c89fa8e927
|
Merge pull request #1903 from s-t-e-v-e-n-k/python-311-string-typing
Support Python 3.11 typing changes
|
2023-01-10 19:57:58 +00:00 |
|
Dave Halter
|
66e97e5b93
|
Jedi is now a fixed part of the Eric IDE
|
2022-12-16 15:37:22 +01:00 |
|
Dave Halter
|
0f5ea3de5f
|
Revert "Removed all usages of Eric IDE, because apparently it's not using Jedi anymore"
This reverts commit e47bbbb851.
|
2022-12-16 15:36:31 +01:00 |
|
Dave Halter
|
e47bbbb851
|
Removed all usages of Eric IDE, because apparently it's not using Jedi anymore
|
2022-12-16 15:33:07 +01:00 |
|
Dave Halter
|
eaab706038
|
Prepare the release of 0.18.2
|
2022-11-21 23:23:46 +01:00 |
|
Dave Halter
|
41455480be
|
Better search for venvs
|
2022-11-21 23:06:26 +01:00 |
|
Dave Halter
|
0a670d10dd
|
Merge branch 'master' of github.com:davidhalter/jedi
|
2022-11-21 22:59:48 +01:00 |
|
Dave Halter
|
6b73d5c1bf
|
Probably using the 3.10 grammar is better for stubs for now
|
2022-11-21 21:07:33 +01:00 |
|
Dave Halter
|
a3fed3b6a6
|
Remove a TODO that was already implemented
|
2022-11-14 08:39:11 +01:00 |
|
Dave Halter
|
66c52b4bc7
|
Try to fix a test for Windows
|
2022-11-13 23:48:43 +01:00 |
|
Dave Halter
|
89f9a3a7f1
|
Fix a Django test
|
2022-11-13 23:38:22 +01:00 |
|
Dave Halter
|
3a30008cc4
|
Fix keyword argument completion, fixes #1856
|
2022-11-13 20:26:00 +01:00 |
|
Dave Halter
|
b0d5fc2bd0
|
Fix errors around docs of namespace packages, fixes #1890, fixes #1822
|
2022-11-13 19:50:08 +01:00 |
|
Dave Halter
|
6e5db3f479
|
Fix a weird AttributeError, fixes #1765
|
2022-11-13 18:26:01 +01:00 |
|
Dave Halter
|
85780111e0
|
Use the latest grammar from parso for stubs, probably fixes #1864
|
2022-11-13 17:59:22 +01:00 |
|
Dave Halter
|
0ba48bbb9d
|
Fix an issue with creatin a diff, fixes #1757
|
2022-11-13 17:51:54 +01:00 |
|
Dave Halter
|
26f7878d97
|
Revert some of the logic around ClassVar completions, see #1847
|
2022-11-12 23:15:16 +01:00 |
|
Dave Halter
|
8027e1b162
|
Remove the ClassVar filter, see also #1847
|
2022-11-12 22:58:00 +01:00 |
|
Dave Halter
|
78a53bf005
|
Change a test slightly
|
2022-11-12 13:59:07 +01:00 |
|
Dave Halter
|
8485df416d
|
Finally fix a Django test
|
2022-11-11 18:00:17 +01:00 |
|
Dave Halter
|
94e78340e1
|
Fix a formatting issue in CI
|
2022-11-11 17:54:57 +01:00 |
|
Dave Halter
|
f454989859
|
Now that ClassVars work differently fix a Django test
|
2022-11-11 17:52:35 +01:00 |
|
Dave Halter
|
e779f23ac7
|
Another small change towards tests
|
2022-11-11 17:50:05 +01:00 |
|
Dave Halter
|
3c40363a39
|
Remove another test that depends on specific pytest versions and is well covered by other tests
|
2022-11-11 17:47:02 +01:00 |
|
Dave Halter
|
a6cf2c338a
|
Remove part of a test that is annoying to develop
|
2022-11-11 17:44:49 +01:00 |
|
Dave Halter
|
2a7311c1a0
|
Remove some unrelated things from .gitignore again
|
2022-11-11 17:15:46 +01:00 |
|
Dave Halter
|
81427e4408
|
Add a note about pytest entrypoints in CHANGELOG
|
2022-11-11 17:01:11 +01:00 |
|
Dave Halter
|
804e4b0ca2
|
Merge pull request #1861 from qmmp123/master
Fix: #1847
|
2022-11-11 16:00:39 +00:00 |
|
Dave Halter
|
3475ccfbd3
|
Merge pull request #1870 from Presburger/master
fix autocomplete crash in ycmd
|
2022-11-11 15:50:10 +00:00 |
|
Dave Halter
|
9723a0eed0
|
Merge pull request #1879 from marciomazza/find-external-pytest-fixtures
Find external pytest fixtures
|
2022-11-11 15:46:40 +00:00 |
|
Dave Halter
|
658f80fa1e
|
Just pin all documentation generation dependencies
|
2022-11-11 16:36:23 +01:00 |
|
Dave Halter
|
31c2c508c3
|
Try to get jedi.readthedocs.org running again
|
2022-11-11 16:15:37 +01:00 |
|
Dave Halter
|
6c9cab2f8e
|
Merge pull request #1889 from AndrewAmmerlaan/master
python3.11 compatibility
|
2022-10-20 19:08:52 +00:00 |
|
Dave Halter
|
3a60943f6e
|
Merge pull request #1885 from asford/attrs_support
Extend dataclass constructor hinting to attrs next-gen apis.
|
2022-10-13 19:12:59 +00:00 |
|
Dave Halter
|
8b0d391ac1
|
Merge pull request #1876 from marciomazza/fix-skipped-tests-due-to-python-symlinks
Fix skipped collection of pytest integration test files
|
2022-09-03 12:36:01 +00:00 |
|
Dave Halter
|
9e2089ef1e
|
Merge pull request #1875 from marciomazza/fix-test-home-is-potential-project
Fix test where home could be a potential project
|
2022-09-02 09:19:52 +00:00 |
|
Dave Halter
|
695f0832b4
|
Merge pull request #1871 from xzz53/fix-gitignore
Improve .gitignore handling
|
2022-08-22 09:59:53 +00:00 |
|
Dave Halter
|
7ff0d2d595
|
Merge pull request #1867 from timgates42/bugfix_typos
docs: Fix a few typos
|
2022-07-15 07:36:27 +00:00 |
|
Dave Halter
|
c0ac341750
|
Replace some type comments with annotations
This was necessary, back when we supported Python 3.5
|
2022-05-26 23:09:28 +02:00 |
|
Dave Halter
|
486695d479
|
Merge pull request #1851 from GalaxySnail/pep604
Add a naive implementation for PEP 604
|
2022-05-13 12:31:54 +02:00 |
|
Dave Halter
|
8f15f38949
|
Revert a change for Python 2.7 compatibility (see also e267f63657)
|
2021-12-25 14:08:44 +01:00 |
|
Dave Halter
|
96af7e4077
|
The Python 3.6 requirement is now the lowest supported version
|
2021-12-25 13:37:35 +01:00 |
|
Dave Halter
|
929fa9b452
|
Fix a small issue in overload tests
|
2021-12-25 13:18:58 +01:00 |
|
Dave Halter
|
08c5ab821f
|
Merge pull request #1826 from PeterJCLaw/fix-1801-typed-decorator-on-instance-method
Make typed decorators work for instance methods
|
2021-12-13 02:05:55 +01:00 |
|
Dave Halter
|
3602c10916
|
Merge pull request #1821 from tomaarsen/patch-1
Typo in docstring of `extract_variable`
|
2021-11-17 13:44:08 +01:00 |
|
Dave Halter
|
601bfb3493
|
The readthedocs option submodules should not be part of the Python option
|
2021-11-17 13:39:21 +01:00 |
|
Dave Halter
|
021f081d8a
|
Submodules should be part of the readthedocs build
|
2021-11-17 13:38:03 +01:00 |
|
Dave Halter
|
54af6fa86d
|
Try to fix docs dependencies
Docs were not building on read the docs, see also: https://github.com/sphinx-doc/sphinx/issues/9788
|
2021-11-17 13:33:41 +01:00 |
|
Dave Halter
|
fae26fa7a4
|
Last preparations for v0.18.1
|
2021-11-17 01:44:27 +01:00 |
|
Dave Halter
|
a276710f66
|
Merge pull request #1820 from davidhalter/changes
Some Changes for 0.18.1
|
2021-11-17 01:42:55 +01:00 |
|
Dave Halter
|
aa8eed8da4
|
Merge pull request #1819 from jerluc/master
Adds support for "async with" via #1818
|
2021-11-17 01:36:53 +01:00 |
|
Dave Halter
|
ec9b453379
|
Handle defined_names for values that have no context, fixes #1744, fixes #1745
|
2021-11-17 01:07:28 +01:00 |
|