Dave Halter
|
a0b4e76c1a
|
Fix some *args issues
|
2019-07-08 17:03:45 -07:00 |
|
Dave Halter
|
97bf83aa03
|
Deal better with some error nodes
|
2019-07-08 14:26:11 -07:00 |
|
Dave Halter
|
ca7658cab7
|
Delete unused code
|
2019-07-08 13:29:46 -07:00 |
|
Dave Halter
|
dd78f4cfbf
|
Fix some error node handling for call signatures
|
2019-07-08 13:22:07 -07:00 |
|
Dave Halter
|
08019075c3
|
Fix CallSignature index for a looot of cases, fixes #1364,#1363
|
2019-07-08 12:40:58 -07:00 |
|
Dave Halter
|
943617a94f
|
Use recursion rather than other stuff
|
2019-07-05 23:51:24 -07:00 |
|
Dave Halter
|
d579c0ad57
|
Even more refactorings
|
2019-07-05 15:24:39 -07:00 |
|
Dave Halter
|
76c6104415
|
small name refactoring
|
2019-07-05 14:35:48 -07:00 |
|
Dave Halter
|
ef9d803ce3
|
Refactor some call details
|
2019-07-05 14:30:59 -07:00 |
|
Dave Halter
|
947bfe7b78
|
Fix an issue with keyword params, fixes #1356
|
2019-07-03 22:35:46 -07:00 |
|
Dave Halter
|
b382f06be0
|
A better repr for Definition
|
2019-07-01 19:40:06 -07:00 |
|
Dave Halter
|
fafd6b2ac6
|
Keyword completions are no longer possible directly after a number, fixes #1085
|
2019-06-26 15:04:46 +02:00 |
|
Dave Halter
|
c413b486fb
|
Actually import IsADirectoryError
|
2019-06-22 15:43:11 +02:00 |
|
Dave Halter
|
3ae4a154f9
|
Fix project search if a directory is called manage.py, fixes #1314
|
2019-06-22 14:04:32 +02:00 |
|
Dave Halter
|
4479b866ff
|
CompiledContext should not have a file
|
2019-06-20 20:30:23 +02:00 |
|
Dave Halter
|
b85c0db72e
|
Fix a typo
|
2019-06-19 18:32:09 +02:00 |
|
Dave Halter
|
474dcb857a
|
Some small docs improvements
|
2019-06-19 09:59:21 +02:00 |
|
Dave Halter
|
3ddbee1666
|
Fix issues for socket
|
2019-06-15 02:07:30 +02:00 |
|
Dave Halter
|
0749e5091a
|
Apparently a change we made does not seem to be needed
|
2019-06-15 01:57:59 +02:00 |
|
Dave Halter
|
e61949da66
|
Fix some collections.deque issues
|
2019-06-15 01:56:49 +02:00 |
|
Dave Halter
|
fdad24cc0a
|
Fix some test errors
|
2019-06-15 01:42:50 +02:00 |
|
Dave Halter
|
3ed30409ea
|
Some progress in trying to make the deque work
|
2019-06-14 09:36:23 +02:00 |
|
Dave Halter
|
5a26d4cf8f
|
Prefer stubs to Python names when starting to infer
|
2019-06-13 09:26:50 +02:00 |
|
Dave Halter
|
097b073d20
|
Undo the tensorflow speedups, because they seem to cause more harm than good, see #1116
|
2019-06-12 10:00:45 +02:00 |
|
Dave Halter
|
be269f3e1c
|
Remove a print
|
2019-06-10 22:21:41 +02:00 |
|
Dave Halter
|
5ef0563abe
|
Don't use stub_to_python_context_set anymore
|
2019-06-10 19:39:26 +02:00 |
|
Dave Halter
|
56d8945d17
|
Use convert_context function for docs lookup
|
2019-06-10 19:17:50 +02:00 |
|
Dave Halter
|
7f853a324a
|
Fix a small copy paste fail
|
2019-06-10 19:05:03 +02:00 |
|
Dave Halter
|
7f3e55df02
|
Fix conversion for contexts
|
2019-06-10 18:56:37 +02:00 |
|
Dave Halter
|
95f3aed82c
|
Eliminate more actual appearances
|
2019-06-10 16:16:34 +02:00 |
|
Dave Halter
|
c8937ccdbf
|
Add only_stubs and prefer_stubs as parameters to goto_assignments/goto_definitions
|
2019-06-10 15:59:12 +02:00 |
|
Dave Halter
|
abba305f64
|
Better debugging
|
2019-06-10 03:19:32 +02:00 |
|
Dave Halter
|
a555def6ca
|
Use a different function signature instead of a separate goto_stubs function
|
2019-06-10 02:27:22 +02:00 |
|
Dave Halter
|
48b1b9a1aa
|
Make sure that 3.8 is a supported Python environment going forward (and remove 3.3)
|
2019-06-08 02:11:45 +02:00 |
|
Dave Halter
|
0ff1a88cc4
|
Use get_qualified_names for full_name
|
2019-06-08 00:18:31 +02:00 |
|
Dave Halter
|
0a56211df8
|
Setting correct parents for CompiledObject filters
|
2019-06-04 23:31:42 +02:00 |
|
Dave Halter
|
586354b571
|
Remove the unused function get_node
|
2019-06-03 20:33:03 +02:00 |
|
Dave Halter
|
8ec6f54f86
|
Fix an issue about boolean params resolving
|
2019-06-02 18:31:52 +02:00 |
|
Dave Halter
|
1213b51c66
|
Imports completions after a semicolon work now
|
2019-06-02 17:54:00 +02:00 |
|
Dave Halter
|
fcf214b548
|
Start using file io when opening random modules
|
2019-05-31 23:42:19 +02:00 |
|
Dave Halter
|
b9e8bff5e2
|
Start using FileIO in modules
|
2019-05-31 22:10:49 +02:00 |
|
Dave Halter
|
cdc9520c9d
|
Fix an issue with None docstrings
|
2019-05-31 15:31:46 +02:00 |
|
Dave Halter
|
f7076da700
|
Get rid of follow_definition and replace it with infer
|
2019-05-31 00:35:18 +02:00 |
|
Dave Halter
|
9a713bc36f
|
Fix create_context for param default arguments/annotations
|
2019-05-31 00:21:35 +02:00 |
|
Dave Halter
|
0e5b17be85
|
Tests and fixes for keyword completions
|
2019-05-29 01:26:38 +02:00 |
|
micbou
|
3df63cff12
|
Fix docstring tests
|
2019-05-21 12:07:17 +02:00 |
|
Dave Halter
|
70527d7329
|
Merge branch 'repr' of https://github.com/blueyed/jedi
Fixed a small merge conflict by hand.
|
2019-05-20 00:31:32 +02:00 |
|
Dave Halter
|
61ccbb0d3e
|
Make sure to use a python 3 parser for stub files
|
2019-05-18 18:25:32 +02:00 |
|
Dave Halter
|
ac962ea6db
|
Refactor stub completions a bit
|
2019-05-17 16:21:13 +02:00 |
|
Dave Halter
|
e70c49fea2
|
Use completions from both stubs and actual modules
|
2019-05-17 16:04:16 +02:00 |
|