Dave Halter
|
05eb06d91b
|
Merge remote-tracking branch 'origin/master' into typeshed
|
2019-04-13 01:52:15 +02:00 |
|
Dave Halter
|
b2f6758a9c
|
Merge pull request #1313 from CXuesong/master
get_module_names should include top-level async functions when all_scopes=False.
|
2019-04-13 00:43:58 +02:00 |
|
Andreas Mittelberger
|
e843c6108d
|
fix add_bracket_after_function had no effect (#1297)
* fix add_bracket_after_function had no effect
* added test for fix
* using monkeypatch to set add_bracket_after_function.
|
2019-04-13 00:41:02 +02:00 |
|
forest93
|
2724ac9e07
|
Make a separate test case.
|
2019-04-12 23:31:06 +08:00 |
|
forest93
|
1e12e1e318
|
Make get_module_names return top-level async functions when all_scopes=False.
|
2019-04-11 23:38:55 +08:00 |
|
Dave Halter
|
31442ecb3b
|
Merge branch 'master' into typeshed
|
2019-04-09 22:58:30 +02:00 |
|
Dave Halter
|
24a06d2bf9
|
Merge branch 'names-all-scopes-false-returns-class-fields' of https://github.com/immerrr/jedi
|
2019-04-09 22:58:03 +02:00 |
|
Dave Halter
|
f4a6856e54
|
Fix some tests
|
2019-04-03 01:04:18 +02:00 |
|
Dave Halter
|
fa17681cf6
|
Goto definitions goto stubs now have a proper implementation
|
2019-04-03 00:28:15 +02:00 |
|
Dave Halter
|
7c56052d58
|
Make infer public on classes
|
2019-04-01 09:25:00 +02:00 |
|
Dave Halter
|
2f1ce2bbf9
|
Some test fixes
|
2019-03-28 19:23:55 +01:00 |
|
Dave Halter
|
7cd79c440c
|
Try to read bytes if possible, not unicode
|
2019-03-27 22:19:57 +01:00 |
|
Dave Halter
|
7ab3586e52
|
Merge branch 'master' into typeshed
|
2019-03-14 09:26:25 +01:00 |
|
Dave Halter
|
92a8a84ff2
|
Fix sys.path completions, #1298
|
2019-03-13 21:11:20 +01:00 |
|
Dave Halter
|
f93134d4f8
|
Two simple test fixes
|
2019-03-08 16:23:37 +01:00 |
|
Dave Halter
|
467c2e5def
|
Merge branch 'master' into typeshed
There were quite a few conflicts, because there were two rewrites of the path
to dotted function.
|
2019-03-01 10:13:16 +01:00 |
|
Dave Halter
|
2a9e678877
|
Merge branch 'master' into typeshed
|
2019-02-27 13:13:17 +01:00 |
|
Dave Halter
|
17136e03d2
|
Fix get_parent_scope
|
2019-02-27 13:08:21 +01:00 |
|
Dave Halter
|
94f2677752
|
Fix names selection and params, fixes #1283
|
2019-02-26 00:20:33 +01:00 |
|
Dave Halter
|
eac69aef2b
|
Infer names in the correct way, fixes #1286
|
2019-02-25 21:48:57 +01:00 |
|
Dave Halter
|
a79d386eba
|
Cleanup SameEnvironment and use the same logic for creation in virtualenvs
|
2019-02-22 00:24:55 +01:00 |
|
Dave Halter
|
b4a4dacebd
|
Fix embedded Python with Jedi (see comments in source code), fixes davidhalter/jedi-vim#870
|
2019-02-21 10:19:28 +01:00 |
|
Dave Halter
|
e2ab4c060f
|
Move all the gradual typing stuff into one folder
|
2018-12-24 17:40:47 +01:00 |
|
Dave Halter
|
add33f5f80
|
Fix grammar cache problems, because multiple grammars were potentially loaded
|
2018-12-16 13:14:05 +01:00 |
|
Dave Halter
|
0c37256050
|
Change some tests in Python2
|
2018-12-08 23:55:08 +01:00 |
|
Dave Halter
|
decb5046ea
|
Some Python 2.7 fixes
|
2018-12-07 08:58:17 +01:00 |
|
Dave Halter
|
d90011c002
|
Cleanup a few issues with the latest module refactoring
|
2018-12-05 22:55:56 +01:00 |
|
Dave Halter
|
4fbede7445
|
Rework some call signature issues
|
2018-11-11 17:01:12 +01:00 |
|
Dave Halter
|
c29cde6784
|
Refactor the call signatures to avoid getting multiple call signatures for some overloaded objects
|
2018-11-07 23:58:25 +01:00 |
|
Dave Halter
|
b847bb1c72
|
Some minor test changes to get typeshed almost fully working
|
2018-11-06 09:00:07 +01:00 |
|
Dave Halter
|
d0fa228282
|
Change a test temporarily
|
2018-11-05 23:56:51 +01:00 |
|
immerrr
|
3f5ac0cf56
|
test_param_docstring: use all_scopes=True to ensure param is extracted
|
2018-10-18 14:47:20 +03:00 |
|
immerrr
|
a8401f6923
|
Add failing test for jedi.api.names(..., all_scopes=False)
|
2018-10-18 13:54:33 +03:00 |
|
Dave Halter
|
ad83f5419a
|
Merge branch 'master' into typeshed
|
2018-10-02 19:07:59 +02:00 |
|
Dave Halter
|
862f611829
|
If the VIRTUAL_ENV variable changes, need to reload the default environment, fixes #1201, #1200
|
2018-09-30 19:07:48 +02:00 |
|
Dave Halter
|
ef9d0421fa
|
Merge remote-tracking branch 'origin/master' into typeshed
|
2018-09-24 00:16:13 +02:00 |
|
Daniel Hahler
|
56bd795100
|
_get_virtual_env_from_var: use safe=False
Without this creating an env from VIRTUAL_ENV will always silently fail
if it is not the same/current environment.
|
2018-09-16 11:37:22 +02:00 |
|
Dave Halter
|
4a3fc91c1e
|
Implement StubParserTreeFilter.values
|
2018-09-05 01:36:12 +02:00 |
|
Dave Halter
|
ab872b9a34
|
Fix some tests
|
2018-09-05 00:10:25 +02:00 |
|
Dave Halter
|
74db580671
|
Get compiled name working a bit better with stubs
|
2018-09-04 01:51:02 +02:00 |
|
Hugo
|
7c9f24a18e
|
Drop support for EOL Python 3.3 (#1019)
|
2018-08-04 00:40:00 +02:00 |
|
Dave Halter
|
40d3abe2b2
|
Remove a print in tests
|
2018-08-03 00:25:25 +02:00 |
|
Daniel Hahler
|
08fa7941ce
|
tests: use monkeypatch.setenv
|
2018-07-12 22:04:25 +02:00 |
|
Dave Halter
|
cef769ecd8
|
The encoding parameter should be used again (includes test), fixes #1167
|
2018-07-09 18:25:28 +02:00 |
|
Dave Halter
|
508ed7e5b8
|
Directly load modules if possible, with this it's not necessary anymore to use dotted_from_fs_path, also fixes #1013.
|
2018-07-05 10:03:05 +02:00 |
|
Dave Halter
|
2500112f6c
|
Don't follow builtin imports anymore by default when follow_imports is on (goto)
|
2018-07-04 00:01:03 +02:00 |
|
Dave Halter
|
d857668292
|
Add include_builtins to usages, fixes #1131.
|
2018-07-03 22:53:19 +02:00 |
|
Dave Halter
|
38474061cf
|
Make jedi work with the next parso release
|
2018-06-29 09:54:57 +02:00 |
|
Dave Halter
|
ba96c21f83
|
Follow up from the last async issue, fixes more related things about #1092.
|
2018-04-24 01:02:31 +02:00 |
|
Dave Halter
|
4075c384e6
|
In some very rare cases it was possible to get an interpreter crash because of this bug. Fixes #1087
|
2018-04-23 21:26:51 +02:00 |
|