Dave Halter
|
268f828963
|
Fix some issues for args resolving in method calls
|
2019-07-30 01:28:51 +02:00 |
|
Dave Halter
|
21508a8c79
|
Remove a bit of code that i sprobably unused
|
2019-07-30 00:38:42 +02:00 |
|
Dave Halter
|
c7fc715535
|
Use class filters in instances differently so metaclass plugins work, fixes #1090
|
2019-07-18 11:20:54 +02:00 |
|
Dave Halter
|
3829ef4785
|
Fix some small things to get more tests passing
|
2019-07-01 21:52:03 -07:00 |
|
Dave Halter
|
a9ff58683e
|
Fix ClassVar filter for instances
|
2019-06-26 22:56:30 +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
|
0ff1a88cc4
|
Use get_qualified_names for full_name
|
2019-06-08 00:18:31 +02:00 |
|
Dave Halter
|
94dfe7bf69
|
Use even more stubs to get more complex completions for e.g. strings working
|
2019-06-07 02:37:51 +02:00 |
|
Dave Halter
|
07f9f241c6
|
py__call__ is now always available
|
2019-06-06 10:04:48 +02:00 |
|
Dave Halter
|
1139761525
|
Fix some of the mixed test failures
|
2019-06-05 00:28:48 +02:00 |
|
Dave Halter
|
4b3262622b
|
Fix generator issues that were caused by the small refactoring
|
2019-05-28 23:27:25 +02:00 |
|
Dave Halter
|
ec7b6b8d80
|
Fix stub function inferrals
|
2019-05-28 01:51:37 +02:00 |
|
Dave Halter
|
8d24e35fa9
|
Fix signatures for builtin methods
|
2019-05-27 20:33:58 +02:00 |
|
Dave Halter
|
fc4d1151c7
|
Remove even more code that is probably not needed
|
2019-05-27 19:14:56 +02:00 |
|
Dave Halter
|
a2931d7a48
|
Introduce is_bound_method
|
2019-05-22 10:19:47 +02:00 |
|
Dave Halter
|
146ddd5669
|
Fix a few unicode accesses for Python 2
|
2019-05-19 17:52:35 +02:00 |
|
Dave Halter
|
7ec76bc0b5
|
Remove get_matching_functions, it was unused code
|
2019-05-19 16:06:22 +02:00 |
|
Dave Halter
|
1b668966ce
|
Better completions for MethodType
|
2019-05-19 14:27:09 +02:00 |
|
Dave Halter
|
895eae1d54
|
Move all Name classes to a separate file
|
2019-05-07 00:30:16 +02:00 |
|
Dave Halter
|
171874d288
|
Fix all gradual tests
|
2019-05-05 15:33:56 +02:00 |
|
Dave Halter
|
e2fea0a5de
|
Fix some tests because of stub_context changes
|
2019-03-16 01:09:30 +01:00 |
|
Dave Halter
|
2a9e678877
|
Merge branch 'master' into typeshed
|
2019-02-27 13:13:17 +01:00 |
|
Dave Halter
|
2dd2d06bca
|
Add a todo
|
2019-02-25 00:27:27 +01:00 |
|
Dave Halter
|
5a2e3ee8e3
|
Filter self names in a more correct way, fixes #1275
|
2019-02-25 00:26:34 +01:00 |
|
Dave Halter
|
59c7623769
|
Move annotation pep0484 file (about anontations) to gradual folder
|
2018-12-24 17:48:21 +01:00 |
|
Dave Halter
|
c87398a8c2
|
Remove unused code
|
2018-12-10 21:34:47 +01:00 |
|
Dave Halter
|
74c965b55c
|
Fix a return type for py__iter__()
|
2018-12-06 18:54:51 +01:00 |
|
Dave Halter
|
cc9641f8c1
|
Fixed an issue about compiled bound methods
|
2018-12-06 01:03:17 +01:00 |
|
Dave Halter
|
6b86ad9083
|
Move py__mro__ calls to direct calls, because it's defined on ClassMixin
|
2018-12-01 15:17:22 +01:00 |
|
Dave Halter
|
644e292fa7
|
Get rid of is_super_class and do some different things in analysis
|
2018-11-24 14:09:14 +01:00 |
|
Dave Halter
|
021d1bc568
|
py__iter__ now takes a contextualized_node argument and raises the analysis errors itself
|
2018-11-23 18:22:38 +01:00 |
|
Dave Halter
|
12a0357f6b
|
Remove class_context from BoundMethod, it's not really needed anymore
|
2018-11-23 00:11:39 +01:00 |
|
Dave Halter
|
55982d699b
|
Use AnnotatedSubClass for Async classes like everywhere else as stubs
|
2018-11-23 00:03:32 +01:00 |
|
Dave Halter
|
8b039287c8
|
Try to use a CompiledStubClass to wrap functions inside classes
|
2018-11-18 17:43:46 +01:00 |
|
Dave Halter
|
a73c7092bb
|
Change signature a little bit
|
2018-11-11 22:36:05 +01:00 |
|
Dave Halter
|
4fbede7445
|
Rework some call signature issues
|
2018-11-11 17:01:12 +01:00 |
|
Dave Halter
|
d8090cfa0a
|
Start implementing get_signatures
|
2018-11-07 01:20:39 +01:00 |
|
Dave Halter
|
8fa3f093a1
|
Prefer stub contexts in bound methods
|
2018-11-02 16:32:38 +01:00 |
|
Dave Halter
|
fbc327b960
|
Refactor py__get__ support pretty heavily
|
2018-11-01 19:09:07 +01:00 |
|
Dave Halter
|
0a67b387c6
|
Fix most issues with dynamic arrays
|
2018-10-29 21:05:12 +01:00 |
|
Dave Halter
|
a352fc8595
|
Fix an issue with recursion for arrays
|
2018-10-26 00:26:23 +02:00 |
|
Dave Halter
|
b008a525cb
|
Fix some more things to get async working
|
2018-10-21 00:35:07 +02:00 |
|
Dave Halter
|
228440c03f
|
Better wrapping of BoundMethod
|
2018-10-18 19:18:20 +02:00 |
|
Dave Halter
|
43c04a71a8
|
The generics of a class of anonymous instances should never be inferred
|
2018-10-05 19:06:41 +02:00 |
|
Dave Halter
|
fbd72179a1
|
Define generics from a different function
|
2018-09-28 18:16:24 +02:00 |
|
Dave Halter
|
bdff4e21a8
|
Fix classmethod issues
|
2018-09-25 00:19:55 +02:00 |
|
Dave Halter
|
75a02a13d9
|
Use ContextSet closer to they way how Python's set works
|
2018-09-24 20:30:57 +02:00 |
|
Dave Halter
|
cc493866cd
|
Try to introduce is_instance and is_function
|
2018-09-24 00:15:16 +02:00 |
|
Dave Halter
|
f435f23570
|
Small changes so some type var inferring works better
However this change is a bit controversial, because it involves some strange class matching that we might need to revisit
|
2018-09-23 00:41:32 +02:00 |
|
Dave Halter
|
994e7d1910
|
Fix an issue with type vars
|
2018-09-22 21:00:42 +02:00 |
|