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
|
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 |
|
Dave Halter
|
55c7e4eb49
|
Stdlib modules should not be included in the get_references search, fixes davidhalter/jedi-vim#792
|
2021-01-02 00:58:50 +01:00 |
|
Dave Halter
|
7d160f96f6
|
Do not show signatures for properties, fixes #1695
|
2021-01-01 23:51:41 +01:00 |
|
Dave Halter
|
1ccc63e83d
|
Make py__iter__ work as well for Interpreter
|
2021-01-01 17:58:31 +01:00 |
|
Dave Halter
|
971913be35
|
Make it possible to use __getitem__ in interpreter
|
2021-01-01 15:57:55 +01:00 |
|
Dave Halter
|
36ea6b3285
|
Change an import
|
2021-01-01 05:19:37 +01:00 |
|
Dave Halter
|
85f45771f1
|
Fix typing.NewType signature
|
2021-01-01 04:22:52 +01:00 |
|
Dave Halter
|
30e702de11
|
Generics don't have signatures
|
2021-01-01 04:09:49 +01:00 |
|
Dave Halter
|
778442a972
|
Type aliases should not have a signature
|
2021-01-01 03:59:28 +01:00 |
|
Dave Halter
|
4f34712858
|
Fix signatures for TypeVar and cast, fixes #1709
|
2021-01-01 03:59:12 +01:00 |
|
Dave Halter
|
d821451a64
|
Upgrade typeshed
|
2021-01-01 03:18:49 +01:00 |
|
Dave Halter
|
92d96ac336
|
actually use auto_import_modules correctly
|
2021-01-01 02:59:42 +01:00 |
|
Dave Halter
|
c64e33173a
|
Fix an issue about properties, fixes #1705
|
2020-12-28 00:54:40 +01:00 |
|
Dave Halter
|
5d2aed34f4
|
Fix signatures if a decorator has no signatures, fixes #1705
|
2020-12-28 00:47:10 +01:00 |
|
Dave Halter
|
04c1c0f871
|
Fix an issue with api_name of class attributes, fixes #1688
|
2020-12-28 00:29:30 +01:00 |
|
Dave Halter
|
0f128c6deb
|
Fix nested comprehension contexts, fixes #1691
|
2020-12-27 21:09:00 +01:00 |
|
Dave Halter
|
8373ef079f
|
Remove an unnecessary comment
|
2020-12-26 22:43:47 +01:00 |
|
Dave Halter
|
227cbde169
|
Merge branch 'master' of github.com:davidhalter/jedi
|
2020-12-26 18:02:05 +01:00 |
|
Dave Halter
|
1f06e6f0c9
|
name the ci workflow in the hope that badges will then be displayed
|
2020-12-26 17:57:38 +01:00 |
|
Dave Halter
|
2d3b8ac8df
|
Merge pull request #1715 from davidhalter/github-actions
Use GitHub Actions
|
2020-12-26 12:56:20 +01:00 |
|
Dave Halter
|
fa6072b4fa
|
Change Python test order in CI
|
2020-12-26 12:39:37 +01:00 |
|
Dave Halter
|
aae2f7c49a
|
Change badges from Travis/Appveyor to GitHub Actions
|
2020-12-26 12:37:04 +01:00 |
|
Dave Halter
|
52443daf12
|
Fix another Windows test on 3.8
|
2020-12-26 12:19:59 +01:00 |
|
Dave Halter
|
86d57edda4
|
Some Windows compatibility fixes
|
2020-12-26 11:52:47 +01:00 |
|
Dave Halter
|
7298350e76
|
Standardize line separator
|
2020-12-26 04:27:06 +01:00 |
|
Dave Halter
|
3184264b3b
|
Try to fix windows
|
2020-12-26 04:16:32 +01:00 |
|
Dave Halter
|
d4a1657b2e
|
Better error reporting
|
2020-12-26 04:03:19 +01:00 |
|
Dave Halter
|
bea401912f
|
Hopefully fix Actions configuration
|
2020-12-26 03:42:33 +01:00 |
|
Dave Halter
|
3e4070bbb3
|
Enable Windows 2019
|
2020-12-26 03:35:28 +01:00 |
|
Dave Halter
|
3d7ad50f57
|
Remove travis and appveyor configs in favor of github action
|
2020-12-26 03:33:22 +01:00 |
|
Dave Halter
|
85ec94cf65
|
Fix pytest issues, fixes #1699
|
2020-12-26 03:32:17 +01:00 |
|
Dave Halter
|
0cc5c974f6
|
Try to improve GH Actions
|
2020-12-26 01:43:29 +01:00 |
|
Dave Halter
|
6f76bb945a
|
GH actions, checkout recursive submodules
|
2020-12-26 01:14:17 +01:00 |
|
Dave Halter
|
239a3730a6
|
Try to add Github Actions
|
2020-12-26 01:03:03 +01:00 |
|
Dave Halter
|
8740ff2691
|
Ignore the mypy cache for searching folders
|
2020-12-25 17:35:28 +01:00 |
|
Dave Halter
|
4b5b2e791b
|
Prepare release of 0.18.0
|
2020-12-25 11:06:15 +01:00 |
|
Dave Halter
|
b89f9445c2
|
Merge pull request #1684 from davidhalter/relative-import
Relative imports should work even if they are not within the project
|
2020-12-22 23:18:46 +01:00 |
|
Dave Halter
|
ce6ddb91de
|
Merge pull request #1711 from davidhalter/deprecations
Remove Deprecations
|
2020-12-21 22:49:09 +01:00 |
|
Dave Halter
|
fe60b5ca13
|
Fix flake8 issues in sith.py
|
2020-12-12 12:45:27 +01:00 |
|
Dave Halter
|
fa2d03a4fb
|
Mention removal of deprecations in CHANGELOG
|
2020-12-12 12:32:29 +01:00 |
|
Dave Halter
|
1b16ca0e2e
|
Add sith.py to the files to be ignored by pytest
|
2020-12-12 12:25:22 +01:00 |
|
Dave Halter
|
f9cec89038
|
Merge branch 'master' into deprecations
|
2020-12-12 12:17:25 +01:00 |
|