Dave Halter
|
9f3a2f93c4
|
Remove get_statement_of_position. It's not used anymore
|
2019-08-23 00:13:18 +02:00 |
|
Dave Halter
|
bd754718e1
|
Fix a string escape
|
2019-08-22 23:32:52 +02:00 |
|
Dave Halter
|
9cc3b18d52
|
evaluation -> type inference and a few similar changes
|
2019-08-13 01:29:50 +02:00 |
|
Dave Halter
|
e68273c0ff
|
Fix quote completions for os.path.join path completions
|
2019-08-07 20:55:12 +02:00 |
|
Dave Halter
|
fd1e6afd07
|
A first iteration for file path completions
|
2019-08-04 13:50:23 +02:00 |
|
Dave Halter
|
2cf1797465
|
Caching for get_parent_scope
|
2019-06-18 10:04:10 +02:00 |
|
Dave Halter
|
42b6e20729
|
Changes for 3.8: sync_comp_for instead of comp_for
Please also look at the changes for parso in its b5d50392a4058919c0018666cdfc8c3eaaea9cb5 commit
|
2019-06-09 18:05:34 +02:00 |
|
Dave Halter
|
52ae6e7f0b
|
Remove a print statement
|
2019-05-18 00:19:06 +02:00 |
|
Dave Halter
|
c0c1aff577
|
Remove get_call_signature_for_any
|
2019-05-05 19:51:54 +02:00 |
|
Dave Halter
|
45a5eee18a
|
Better control over docstring generation
|
2019-05-05 19:50:52 +02:00 |
|
Dave Halter
|
2cb1bd162f
|
Better signature support for docstrings
|
2019-05-05 19:09:21 +02:00 |
|
Dave Halter
|
3c74b9bf10
|
Remove some code that is not necessary anmore, because of an improvment in get_parent_scope
|
2019-04-13 01:57:50 +02:00 |
|
Dave Halter
|
3602c95341
|
Refactor parent_scope a bit
|
2019-04-13 01:52:03 +02:00 |
|
Dave Halter
|
201cf880f9
|
Remove an if that was unnecessary
|
2019-04-12 12:59:21 +02: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
|
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
|
249564d6ea
|
Merge remote-tracking branch 'origin/master' into typeshed
|
2018-12-15 18:20:51 +01:00 |
|
micbou
|
368bf7e58a
|
Improve docstring formatting
|
2018-11-26 00:26:34 +01:00 |
|
immerrr
|
1e8674b51c
|
get_module_names: fix "all_scopes=False" handling
Previously, names defined within the scope of first-level classes or functions
were returned.
|
2018-10-18 14:47:20 +03:00 |
|
Dave Halter
|
e086c433ff
|
Fix compiled docstrings for stubs
|
2018-09-04 10:08:09 +02:00 |
|
Dave Halter
|
8494164b22
|
Fix an async funcdef issue, fixes 1092.
|
2018-04-24 00:41:18 +02:00 |
|
Dima Gerasimov
|
ceb5509170
|
Include function return type annotation in docstring if it is present
|
2018-04-23 21:20:21 +02:00 |
|
Dave Halter
|
90a226f898
|
All modules now have a code_lines attribute, see #1062
|
2018-03-16 10:20:26 +01:00 |
|
Lee Danilek
|
b9903ede1b
|
Support mypy annotations using comment syntax
This allows us to use mypy annotations for completion in Python 2.
Closes #946
|
2018-03-13 17:55:28 +00:00 |
|
Dave Halter
|
d986c44b94
|
Merge with master
The deprecation of Python2.6 and the insertion of environments made it quite difficult to merge.
|
2018-01-20 19:32:59 +01:00 |
|
Hugo
|
cc623218e5
|
Replace function call with set literal
|
2018-01-07 10:40:06 +02:00 |
|
Dave Halter
|
d1d4986667
|
Eliminate is_py3 usages
|
2017-12-28 01:55:39 +01:00 |
|
Dave Halter
|
ff001e07a6
|
In parso params is now get_params().
|
2017-08-06 17:35:05 +02:00 |
|
Dave Halter
|
f35f1b9676
|
Add the cache_path parameter to parso calls.
|
2017-05-20 10:08:48 -04:00 |
|
Dave Halter
|
9bca3d39f5
|
Actually use parso now instead of Jedi.
|
2017-05-19 14:20:14 -04:00 |
|
Dave Halter
|
66b28ca840
|
Small cleanup.
|
2017-05-07 15:22:45 +02:00 |
|
Dave Halter
|
536e62e67d
|
Move is_scope and get_parent_scope out of the parser.
|
2017-05-07 14:58:53 +02:00 |
|
Dave Halter
|
b4039872bd
|
Replace Scope.subscopes with iter_funcdefs and iter_classdefs.
|
2017-04-30 01:36:17 +02:00 |
|
Dave Halter
|
819e9f607e
|
Move get_following_comment_same_line out of the parser tree.
|
2017-04-27 08:56:11 +02:00 |
|
Dave Halter
|
e8b32e358b
|
Remove 'move' from the parser tree.
|
2017-04-26 18:45:18 +02:00 |
|
Dave Halter
|
b4631d6dd4
|
Progress in removing the docstring/call signature logic from the parser.
|
2017-04-18 18:48:05 +02:00 |
|
Dave Halter
|
deb028c3fb
|
Move get_statement_of_position out of the parser tree.
|
2017-04-15 02:23:08 +02:00 |
|
Dave Halter
|
797953df39
|
More Flow cleanups.
|
2017-04-10 10:05:21 +02:00 |
|
Dave Halter
|
218e715553
|
Make the some names more concise in the parser tree.
|
2017-04-10 09:44:08 +02:00 |
|
Dave Halter
|
1625834f81
|
Move get_comp_fors out of the parser.
|
2017-04-08 14:16:00 +02:00 |
|
Dave Halter
|
4cd7f40e3b
|
Simplify get_executable_nodes.
|
2017-04-08 14:05:18 +02:00 |
|
Dave Halter
|
65a6c61dc6
|
Remove nodes_to_execute in favor of a function in parser_utils.
|
2017-04-08 12:59:49 +02:00 |
|