Dave Halter
|
a1d9da0a7f
|
Make sure tuple behaves similar to Tuple, fixes #2040
|
2026-04-30 00:15:56 +02:00 |
|
Dave Halter
|
4f7dfd14b3
|
Small improvements to generator/async completions
|
2026-04-29 23:38:07 +02:00 |
|
Dave Halter
|
be993d132e
|
Attempt to improve tuple unpackings
|
2026-04-29 23:10:31 +02:00 |
|
Dave Halter
|
0d79865a0f
|
Fix __enter__ Self resolving
|
2026-04-29 18:15:57 +02:00 |
|
Dave Halter
|
3375d48f8c
|
Improve typing_extensions usages
|
2026-04-29 18:08:59 +02:00 |
|
Dave Halter
|
aa72381ed1
|
Implement Self, fixes #2023, fixes #2068
|
2026-04-29 17:51:01 +02:00 |
|
Dave Halter
|
c30732eb04
|
Add a tuple[...] test for the future, see #2040
|
2026-04-29 17:10:02 +02:00 |
|
Dave Halter
|
fe0369436e
|
Change a few tests to match new typeshed
|
2026-04-29 09:30:49 +02:00 |
|
Dave Halter
|
04e5f5b3b8
|
Change a few tests for new typeshed
|
2026-04-28 17:14:42 +02:00 |
|
Dave Halter
|
75f1d064d5
|
Ignore Final/ClassVar if they don't have a generic assignment
|
2026-04-28 17:05:43 +02:00 |
|
Dave Halter
|
6473ddc28c
|
Implement Final[...] in a way so it doesn't completely fail
|
2026-04-28 15:49:26 +02:00 |
|
Dave Halter
|
b27a7dde18
|
Fix file path completions
|
2026-04-28 15:25:25 +02:00 |
|
Dave Halter
|
3365d0763b
|
Implement __new__ signatures, fixes #2073
|
2026-04-28 02:25:25 +02:00 |
|
Dave Halter
|
ff581e8403
|
Start fixing some of the problems with new typeshed
|
2026-04-28 01:41:40 +02:00 |
|
Dave Halter
|
2455414d1d
|
Upgrade Typeshed
|
2026-04-28 01:38:26 +02:00 |
|
Dave Halter
|
38122a7fd3
|
Fix issues around whitespace after dot completions, fixes #1954
|
2026-04-27 18:15:45 +02:00 |
|
Dave Halter
|
40c685c52b
|
Fix star import completions, fixes #2087
|
2026-04-27 16:10:56 +02:00 |
|
Dave Halter
|
83a232e945
|
Change the CHANGELOG slightly
|
2026-04-27 16:09:39 +02:00 |
|
Dave Halter
|
5bbbc53f19
|
Merge pull request #2097 from davidhalter/py314
Python 3.14; fixes #2093, fixes #2070, will fix #2064 after release.
|
2026-04-27 13:52:06 +00:00 |
|
Dave Halter
|
6e17c85a57
|
Avoid flake8 issues
|
2026-04-27 15:29:08 +02:00 |
|
Dave Halter
|
44600ea194
|
Fix union acess for 3.14
|
2026-04-27 15:21:26 +02:00 |
|
Dave Halter
|
04d45a8e1e
|
Remove a 3, 9 artifact
|
2026-04-27 14:42:24 +02:00 |
|
Dave Halter
|
f1ab9d9539
|
Remove some 3.8 artifacts
|
2026-04-27 14:41:58 +02:00 |
|
Dave Halter
|
7bac12c125
|
Remove some 3.7/3.6 artifacts
|
2026-04-27 14:35:10 +02:00 |
|
Dave Halter
|
d4233732be
|
Format unions with | consistently
|
2026-04-27 14:24:23 +02:00 |
|
Dave Halter
|
74fb7ff279
|
Enable tests for 3.14 in CI, fixes #2070
|
2026-04-27 14:18:17 +02:00 |
|
Dave Halter
|
375dd1bacc
|
Add 3.14 to the supported environments
|
2026-04-27 14:01:39 +02:00 |
|
Dave Halter
|
94f7e540ff
|
Merge branch 'py314' of https://github.com/frenzymadness/jedi into py314
|
2026-04-27 12:22:31 +02:00 |
|
Dave Halter
|
4cca2ed774
|
Merge pull request #2095 from davidhalter/typing
Use Zuban instead of Mypy for subsecond type checking and editor integration
|
2026-04-27 00:05:43 +00:00 |
|
Dave Halter
|
f8c8ef8c66
|
Upgrade all the sphinx dependencies
|
2026-04-27 01:48:02 +02:00 |
|
Dave Halter
|
5938262227
|
Avoid 3.8/3.9 in tests
|
2026-04-27 01:07:39 +02:00 |
|
Dave Halter
|
a662298e2f
|
Remove a bit more python3.8/3.9 specific code
|
2026-04-27 00:42:07 +02:00 |
|
Dave Halter
|
1eddf24a50
|
Remove Python 3.9 and 3.10
|
2026-04-27 00:34:17 +02:00 |
|
Dave Halter
|
edb5462cf5
|
Fix an issue with tests
|
2026-04-26 03:05:30 +02:00 |
|
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 |
|