Dave Halter
|
66ad620692
|
Get rid of a lot of flake8 errors
|
2020-01-01 02:42:31 +01:00 |
|
Dave Halter
|
50c5eb5786
|
Get doctest completions working, fixes #860
|
2020-01-01 00:59:44 +01:00 |
|
Dave Halter
|
83ce8b1162
|
Make the completions possible for Interpreter objects
|
2019-12-31 18:34:50 +01:00 |
|
Dave Halter
|
94a97ff8e8
|
Fix remaining issues with dict completions
|
2019-12-30 22:59:01 +01:00 |
|
Dave Halter
|
9fa4811425
|
Get dict completions mostly working
|
2019-12-30 03:34:18 +01:00 |
|
Dave Halter
|
7e769b87f3
|
Fix some more dict tests
|
2019-12-30 00:29:55 +01:00 |
|
Dave Halter
|
c7296ade68
|
Merge branch 'master' into dict
|
2019-12-28 12:17:04 +01:00 |
|
Dave Halter
|
cc136a2879
|
Self manipulations are now more correct, fixes #1392
|
2019-12-27 19:00:29 +01:00 |
|
Dave Halter
|
8611fcf8ea
|
Fix some tests
|
2019-12-27 11:59:40 +01:00 |
|
Dave Halter
|
ff0e3ec8fb
|
Fix _BuiltinMappedMethod to use a ValueWrapper
|
2019-12-27 11:52:14 +01:00 |
|
Dave Halter
|
8c737ba17e
|
Make goto work for pytest fixtures
|
2019-12-27 10:51:49 +01:00 |
|
Dave Halter
|
5a54d94aa5
|
Make sure that infering params is possible from the API
|
2019-12-27 10:36:13 +01:00 |
|
Dave Halter
|
148fffae28
|
Make yield pytest fixtures work
|
2019-12-27 01:50:17 +01:00 |
|
Dave Halter
|
c45c8ec8ef
|
Get some pytest fixtures working with some side effects
|
2019-12-27 01:04:01 +01:00 |
|
Dave Halter
|
dd89325441
|
Make sure py__name__ and name are defined on all values
|
2019-12-27 00:31:58 +01:00 |
|
Dave Halter
|
3e478cc6bb
|
Remove a function that did nothing anymore
|
2019-12-25 03:54:16 +01:00 |
|
Dave Halter
|
a4a0d482a2
|
Make sure modules for dynamic searches are not checked twice
|
2019-12-25 03:53:45 +01:00 |
|
Dave Halter
|
3b2dddd1d3
|
Make sure classmethod param completion works better for the first param
|
2019-12-25 03:39:37 +01:00 |
|
Dave Halter
|
110d89724e
|
Make sure staticmethod params are (mostly) inferred correctly, fixes #735
|
2019-12-24 21:32:12 +01:00 |
|
Dave Halter
|
1d17033717
|
Add support for completion even when __getattr__ is present, fixes #997
|
2019-12-24 01:44:53 +01:00 |
|
Dave Halter
|
eca8278eef
|
Fix an error recovery goto issue, fixes davidhalter/jedi-vim#962
|
2019-12-23 10:09:45 +01:00 |
|
Dave Halter
|
1087b62e95
|
Refactor references: Matching more names that might be related
Fixes davidhalter/jedi-vim#900.
See also davidhalter/jedi-vim#552.
|
2019-12-23 00:41:22 +01:00 |
|
Dave Halter
|
fc785ce6ea
|
Attribute docstrings work now, fixes #138
|
2019-12-22 02:05:40 +01:00 |
|
Dave Halter
|
4161bfc7f2
|
Avoid some duplication of code
|
2019-12-22 01:24:50 +01:00 |
|
Dave Halter
|
fcede44c2a
|
Move the docstring checking code to the names
|
2019-12-21 20:06:37 +01:00 |
|
Dave Halter
|
5fc308f1f8
|
call signature -> signature
|
2019-12-20 19:41:57 +01:00 |
|
Dave Halter
|
694b05bb8c
|
usage -> reference
|
2019-12-20 19:26:33 +01:00 |
|
Dave Halter
|
bd861e40a8
|
Rename references file
|
2019-12-20 19:25:46 +01:00 |
|
Dave Halter
|
e1d787821b
|
usages -> find_references
|
2019-12-20 19:23:26 +01:00 |
|
Dave Halter
|
4bbaec68e8
|
Make sure goto_definitions is no longer used in the main code
|
2019-12-20 18:47:04 +01:00 |
|
Dave Halter
|
540a57766d
|
Make sure that sequence literals have the right generic classes, fixes #1416
|
2019-12-20 01:33:41 +01:00 |
|
Dave Halter
|
e56d4fde98
|
Improved Generic subclass matching
|
2019-12-20 01:33:41 +01:00 |
|
Dave Halter
|
51e2e90dce
|
Make sure overload checks work for TypeAlias, see #1416
|
2019-12-20 01:33:41 +01:00 |
|
Dave Halter
|
902b355aea
|
Avoid recursion in a specific example, see also #1458
|
2019-12-20 01:33:41 +01:00 |
|
Tim Gates
|
542a2a339e
|
Fix simple typo: wheter -> whether (#1460)
Closes #1459
|
2019-12-17 10:05:21 +01:00 |
|
Dave Halter
|
0ce414eb94
|
Python 2 compatibility
|
2019-12-15 18:52:16 +01:00 |
|
Dave Halter
|
38eb2c9ba3
|
Make sure that the definition order in stubs are ignored
|
2019-12-15 18:41:41 +01:00 |
|
Dave Halter
|
9d35adda02
|
Make sure that a goto on stubs even without the implementation is possible
|
2019-12-15 18:00:09 +01:00 |
|
Dave Halter
|
6e2a76feb9
|
Fix a goto case with nested pyi files
|
2019-12-15 17:37:24 +01:00 |
|
Dave Halter
|
35442eff81
|
Catch some cases were _sqlite3.Connection was misidentified as sqlite3.Connection
|
2019-12-15 16:15:55 +01:00 |
|
Dave Halter
|
7bdedb40e3
|
Fix: Stubs in typeshed weren't loaded properly sometimes, fixes #1434
|
2019-12-14 21:33:00 +01:00 |
|
Dave Halter
|
3219f14c63
|
Files bigger than one MB (about 20kLOC) get cropped to avoid getting stuck completely
Fixes #843
|
2019-12-14 12:39:40 +01:00 |
|
Dave Halter
|
92c59180fd
|
Make sure goto definitions works on with, fixes #1280
|
2019-12-13 16:57:18 +01:00 |
|
Dave Halter
|
923fcf95d9
|
Make sure that __getattr__ is always working with Interpreter
fixes #1378
|
2019-12-13 16:07:38 +01:00 |
|
Dave Halter
|
902f0754e0
|
qualified names can be None, so we need to handle it
|
2019-12-13 14:36:05 +01:00 |
|
Dave Halter
|
12b07a435d
|
Cleanup some callbacks
|
2019-12-13 12:47:55 +01:00 |
|
Dave Halter
|
769b3556d2
|
Make sure warnings are not shown if a property is executed, fixes #1383
|
2019-12-13 01:48:56 +01:00 |
|
Dave Halter
|
5e3e268cc6
|
Fix RecursionError: global statements in modules should just be ignored, fixes #1457
|
2019-12-13 00:21:36 +01:00 |
|
Dave Halter
|
e656a5f18f
|
Make it possible to infer Callable TypeVars, fixes #1449
|
2019-12-12 23:46:55 +01:00 |
|
Dave Halter
|
536a77551b
|
Account for sys path potentially not being all unicode in typeshed, fixes #1456
This is a bit stupid, but don't care too much, it will get removed soon, when
Python 2 support is going to get removed.
|
2019-12-11 00:30:37 +01:00 |
|