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 |
|
Dave Halter
|
84d086a47b
|
Fix an issue with whitespace after a dot at the end of a file, also part of #1748
|
2021-11-17 00:31:46 +01:00 |
|
Dave Halter
|
8bc9c8cda2
|
Fix an issue where a slice is indexed, fixes #1748
|
2021-11-17 00:14:59 +01:00 |
|
Dave Halter
|
a17b958078
|
Fix infer_default for params in REPL, fixes #1738
|
2021-11-16 23:36:22 +01:00 |
|
Dave Halter
|
656ecf502d
|
Prepare CHANGELOG for 0.18.1
|
2021-11-16 23:27:01 +01:00 |
|
Dave Halter
|
b846043117
|
Add 3.10 to the supported Python versions
|
2021-11-16 23:19:21 +01:00 |
|
Dave Halter
|
6fa91726bf
|
Fix a test in Python 3.10 that's not really important anyway
|
2021-11-16 23:08:05 +01:00 |
|
Dave Halter
|
42508d9309
|
Fix fixture annotations for pytest
This means mostly these:
@fixture
def foo() -> Generator[int, None, None]: ...
|
2021-11-16 22:57:25 +01:00 |
|
Dave Halter
|
8bd969c24a
|
Upgrade pytest
|
2021-11-16 21:51:03 +01:00 |
|
Dave Halter
|
458bb30884
|
Yaml got me again
|
2021-11-16 21:46:00 +01:00 |
|
Dave Halter
|
515e07227b
|
Try to enable Python 3.10 in CI
|
2021-11-16 21:44:29 +01:00 |
|
Dave Halter
|
6cb5804227
|
Revert "Upgrade Django"
This reverts commit 195695edd3.
|
2021-11-16 21:32:15 +01:00 |
|
Dave Halter
|
e580d1f4d9
|
Fix a stub docs issue
|
2021-11-16 21:27:00 +01:00 |
|
Dave Halter
|
195695edd3
|
Upgrade Django
|
2021-11-16 21:10:12 +01:00 |
|
Dave Halter
|
42c5276e04
|
Merge pull request #1800 from Boerde/pytest_improve_fixture_completion
Improve completion for pytest fixtures
|
2021-11-16 21:09:35 +01:00 |
|
Dave Halter
|
bb5bed4937
|
Merge pull request #1805 from kirat-singh/support_nested_namespace_packages
fix(import): support for nested namespace packages
|
2021-10-09 15:20:59 +02:00 |
|
Dave Halter
|
65bc1c117b
|
Merge pull request #1795 from frenzymadness/patch-1
inspect now raises OSError for objects without source file
|
2021-09-02 11:22:08 +02:00 |
|
Dave Halter
|
1d944943c3
|
Merge pull request #1794 from PeterJCLaw/fix-quoted-generic-forward-refs
Fix quoted generic annotations
|
2021-07-25 20:02:38 +02:00 |
|
Dave Halter
|
070f191f55
|
Merge pull request #1663 from PeterJCLaw/tidyups
Tidyups
|
2021-07-25 13:44:55 +02:00 |
|
Dave Halter
|
11e67ed319
|
Merge pull request #1793 from PeterJCLaw/fix-functools-wraps-module-scope
Fix module-scope passthrough function signatures
|
2021-07-25 13:43:00 +02:00 |
|
Dave Halter
|
41fb6a0cde
|
Merge pull request #1772 from josephbirkner/bugfix/zip-complete
Fixed ZIP import completion.
|
2021-04-29 23:56:14 +02:00 |
|
Dave Halter
|
dcea842ac2
|
Revert "Upgrade django-stubs, fixes #1750"
This reverts commit ce5619cabb.
|
2021-02-26 23:09:22 +01:00 |
|
Dave Halter
|
ce5619cabb
|
Upgrade django-stubs, fixes #1750
|
2021-02-26 22:30:09 +01:00 |
|
Dave Halter
|
0eb6720c11
|
Some Python objects suck, fixes #1755
|
2021-02-26 21:58:47 +01:00 |
|
Dave Halter
|
ee30843f22
|
Merge pull request #1741 from sfavazza/master
BUGFIX: endless loop in pytest plugin
|
2021-02-01 00:41:40 +01:00 |
|
Dave Halter
|
387d73990b
|
Fix issues with getitem on compiled objects that have annotations, see #1719
|
2021-01-17 13:48:22 +01:00 |
|
Dave Halter
|
47d0318fa6
|
Paths are the default for modules
|
2021-01-14 02:00:14 +01:00 |
|
Dave Halter
|
7555dc0d45
|
Get rid of cast_path
|
2021-01-14 01:39:51 +01:00 |
|
Dave Halter
|
2a8b212af7
|
Move the module_injector
|
2021-01-14 01:35:18 +01:00 |
|
Dave Halter
|
837cb1106a
|
Use Path instead of str if possible
|
2021-01-14 01:32:57 +01:00 |
|
Dave Halter
|
b6fd81f1e1
|
Another time avoiding a memory leak, also part of #1723
|
2021-01-14 01:18:00 +01:00 |
|
Dave Halter
|
0ff532b937
|
Refactor docstrings
|
2021-01-14 01:11:50 +01:00 |
|
Dave Halter
|
b9067ccdbb
|
Avoid caching parso objects, fixes #1723
|
2021-01-14 00:29:34 +01:00 |
|
Dave Halter
|
44d77523b3
|
Fix a test that depended on correct cwd location an dnot having an x.py in a local directory
|
2021-01-10 16:31:37 +01:00 |
|
Dave Halter
|
6279791b24
|
Fix an issue with complete_search
|
2021-01-10 16:08:17 +01:00 |
|
Dave Halter
|
e6f18df1d2
|
unsafe -> not safe
|
2021-01-03 01:13:17 +01:00 |
|
Dave Halter
|
3428a24af0
|
Remove an outdated comment
|
2021-01-02 23:41:38 +01:00 |
|
Dave Halter
|
7a3d1f7cee
|
Run CI on pull request
|
2021-01-02 23:40:14 +01:00 |
|
Dave Halter
|
8ef2ce232c
|
Hopefully fix a Windows issue
|
2021-01-02 18:11:59 +01:00 |
|
Dave Halter
|
4ab7a53c19
|
Fix a compatibility issue for Python < 3.8
|
2021-01-02 17:37:30 +01:00 |
|
Dave Halter
|
c5fb2985a3
|
Use clearly defined project for tests to avoid scanning the 2000 typeshed files all the time
|
2021-01-02 15:31:57 +01:00 |
|
Dave Halter
|
ca2c732d66
|
PNGs are not text and should not be normalized
|
2021-01-02 12:27:24 +01:00 |
|
Dave Halter
|
2ec3d72151
|
Use "namespace" as a Name.type
|
2021-01-02 12:14:28 +01:00 |
|
Dave Halter
|
02d43caa5e
|
Fix a wrong test about references
|
2021-01-02 01:17:38 +01:00 |
|