Dave Halter
|
30b3acf6d3
|
Change the flake8 version to hopefully fix the version issue in CI
|
2026-04-26 02:44:39 +02:00 |
|
Dave Halter
|
56e55e9ed5
|
Upgrade zuban
|
2026-04-26 02:27:28 +02:00 |
|
Dave Halter
|
68be64b992
|
Use forward references because 3.8 is still a bit annoying
|
2026-03-26 23:31:24 +01:00 |
|
Dave Halter
|
9e582586fa
|
Merge testing and qa extras_require into dev
|
2026-03-26 23:22:39 +01:00 |
|
Dave Halter
|
9f91506947
|
Enable --strict and then disable some of the errors
|
2026-03-26 23:11:19 +01:00 |
|
Dave Halter
|
ffe4ae5877
|
Replace the mypy check with zuban check
|
2026-03-26 23:02:08 +01:00 |
|
Dave Halter
|
3176c1dcb8
|
A bit more solid typing for goto_or_help_or_infer
|
2026-02-16 22:54:32 +01:00 |
|
Dave Halter
|
ea09983566
|
Some small typing improvements for tests
|
2026-02-16 21:20:27 +01:00 |
|
Dave Halter
|
8cbb817b12
|
Fix a lot of test related typing issues
|
2026-02-10 19:38:55 +01:00 |
|
Dave Halter
|
6903bc25d5
|
Remove an outdated script
|
2026-02-10 19:02:51 +01:00 |
|
Dave Halter
|
e7fdbcc834
|
Fix a few more typing issues
|
2026-02-04 02:24:41 +01:00 |
|
Dave Halter
|
3ffed76884
|
Improve a weird typing issue
|
2026-02-04 01:28:30 +01:00 |
|
Dave Halter
|
30ef824abd
|
Introduce some stricter typing
|
2026-02-04 01:19:14 +01:00 |
|
Dave Halter
|
c7481b3319
|
Fix a linter issue
|
2026-01-20 02:05:51 +01:00 |
|
Dave Halter
|
3ac1632a5c
|
Avoid the need to import search_ancestor
|
2026-01-19 20:30:03 +01:00 |
|
Dave Halter
|
4a7b5f4879
|
Increase the required vesion of parso
|
2026-01-19 17:08:11 +01:00 |
|
Dave Halter
|
d4fb9c4531
|
Move Mypy config to pyproject.toml
|
2026-01-19 14:47:06 +01:00 |
|
Dave Halter
|
2b37bc3518
|
Change the Zuban link to GitHub
|
2026-01-19 13:26:43 +01:00 |
|
Dave Halter
|
ade9131d04
|
Merge pull request #2083 from diekhans/issue-2082-None-file-attr
Handle object with __file__ attribute having a None value (issue #2082)
|
2025-12-21 01:47:23 +00:00 |
|
Dave Halter
|
b80c0b8992
|
Merge pull request #2079 from Hoblovski/fix/star-unpack
Fix unhandled '*' operator in infer_node
|
2025-11-13 15:53:08 +00:00 |
|
Dave Halter
|
88d3da4ef6
|
Merge pull request #2049 from Morikko/support-dataclass-transform
Support dataclass transform
|
2025-09-03 13:15:39 +00:00 |
|
Dave Halter
|
86c3a02c8c
|
Fix pip install -e in docs
|
2025-06-24 12:28:18 +02:00 |
|
Dave Halter
|
f4ca099afb
|
Merge pull request #2066 from davidhalter/ci
Upgrade test runners, Mypy and flake8
|
2025-06-16 15:50:37 +00:00 |
|
Dave Halter
|
d411290dff
|
Upgrade Mypy
|
2025-06-16 16:49:46 +02:00 |
|
Dave Halter
|
7c27da8d68
|
Fix a few flake8 issues
|
2025-06-16 16:41:36 +02:00 |
|
Dave Halter
|
13063221f2
|
Upgrade flake8
|
2025-06-16 16:31:14 +02:00 |
|
Dave Halter
|
e83228478e
|
Upgrade other test runners
|
2025-06-16 16:21:50 +02:00 |
|
Dave Halter
|
e5a72695a8
|
Remove 3.6/3.7 references and change tests slightly
|
2025-06-16 16:18:15 +02:00 |
|
Dave Halter
|
4238198eea
|
Upgrade OS's that it is tested on
|
2025-06-16 16:07:20 +02:00 |
|
Dave Halter
|
a10b158bcc
|
Try to add something to the README
|
2025-06-16 15:13:01 +02:00 |
|
Dave Halter
|
c4f0538930
|
Merge pull request #2055 from zuckerruebe/dont-remove-sys-path-0
Don't remove `sys.path[0]`.
|
2025-03-14 17:20:41 +00:00 |
|
Dave Halter
|
a856a93bd1
|
Merge pull request #2051 from allrob23/perf-list-to-set
perf: optimize transitions and path handling using sets
|
2025-03-06 09:04:07 +00:00 |
|
Dave Halter
|
6aee460b1d
|
Merge pull request #2042 from bluthej/docs/fix-inheritance-diagram
Fix inheritance diagram
|
2024-12-29 15:00:40 +00:00 |
|
Dave Halter
|
ce109a8cdf
|
Fix a small fail in test_duplicated_import
|
2024-11-25 09:49:44 +01:00 |
|
Dave Halter
|
ecb922c6ff
|
Fix a few issues around duplicated import paths, fixes #2033
|
2024-11-25 00:53:09 +01:00 |
|
Dave Halter
|
41e9e957e7
|
Increase Jedi version
|
2024-11-11 02:39:18 +01:00 |
|
Dave Halter
|
b225678a42
|
Add a release for Python 3.13
|
2024-11-10 23:04:28 +01:00 |
|
Dave Halter
|
30adf43a89
|
Merge pull request #2027 from WutingjiaX/feat/filterImported
Filter duplicate imports when completing
|
2024-10-17 21:10:55 +00:00 |
|
Dave Halter
|
e53359ad88
|
Fix a test that had issues with a minor upgrade of Python 3.12
|
2024-10-16 12:56:10 +02:00 |
|
Dave Halter
|
6e5d5b779c
|
Enable workflow_dispatch in CI
|
2024-10-16 12:39:33 +02:00 |
|
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 |
|