Dave Halter
|
30c2e64d9e
|
py__name__ does not need to be defined
|
2018-12-16 18:24:10 +01:00 |
|
Dave Halter
|
33b73d7fbc
|
Typing does not need to be installed for Jedi to work, vendored typeshed is enough
|
2018-12-16 17:26:56 +01:00 |
|
Dave Halter
|
af51c9cc33
|
Fix Python 3 with Python 2 environment issues
|
2018-12-16 17:13:02 +01:00 |
|
Dave Halter
|
f55da1e1d6
|
Fix isues with Python 2.7 running a 3.6 env
|
2018-12-16 15:53:42 +01:00 |
|
Dave Halter
|
541a8d3a3e
|
Fix some doctests that were slightly changed because of stubs
|
2018-12-15 22:20:05 +01:00 |
|
Dave Halter
|
249564d6ea
|
Merge remote-tracking branch 'origin/master' into typeshed
|
2018-12-15 18:20:51 +01:00 |
|
Dave Halter
|
90a28c7b1e
|
Don't make complicated subprocess calls for version info comparisons
|
2018-12-15 17:10:40 +01:00 |
|
Dave Halter
|
fda6409600
|
Cache _apply_decorators
|
2018-12-14 09:36:13 +01:00 |
|
Dave Halter
|
d1be92ac80
|
Cache used names definition finding per evaluator
|
2018-12-14 09:20:42 +01:00 |
|
Dave Halter
|
c87398a8c2
|
Remove unused code
|
2018-12-10 21:34:47 +01:00 |
|
Dave Halter
|
3940fd8eff
|
Restructure eval_annotation so that it's more understandable
|
2018-12-09 20:48:18 +01:00 |
|
Dave Halter
|
aa4846bff6
|
If the stub module is not a package but the actual module is, it should not fail the import
|
2018-12-09 13:39:40 +01:00 |
|
Dave Halter
|
2c5e2609f3
|
Overloaded functions now return values even if nothing matches
|
2018-12-09 12:43:55 +01:00 |
|
Dave Halter
|
decb5046ea
|
Some Python 2.7 fixes
|
2018-12-07 08:58:17 +01:00 |
|
Dave Halter
|
74c965b55c
|
Fix a return type for py__iter__()
|
2018-12-06 18:54:51 +01:00 |
|
Dave Halter
|
83ba02d0fb
|
Fix remaining issues for Python 3.4
|
2018-12-06 18:19:30 +01:00 |
|
Dave Halter
|
cc9641f8c1
|
Fixed an issue about compiled bound methods
|
2018-12-06 01:03:17 +01:00 |
|
Dave Halter
|
c446bcf885
|
Fix Python 3.5 issues
|
2018-12-06 00:59:56 +01:00 |
|
Dave Halter
|
d9e711ab11
|
Fix remaining Python 3.7 issues to get the tests to pass
|
2018-12-06 00:35:09 +01:00 |
|
Dave Halter
|
d90011c002
|
Cleanup a few issues with the latest module refactoring
|
2018-12-05 22:55:56 +01:00 |
|
Dave Halter
|
2406c8374f
|
StubModuleContext is now a wrapped context
|
2018-12-05 21:33:23 +01:00 |
|
Dave Halter
|
9766abf1c5
|
Fix a small caching issue
|
2018-12-05 18:17:33 +01:00 |
|
Dave Halter
|
feefde400e
|
Fix mro for typing classes
|
2018-12-05 00:16:06 +01:00 |
|
Dave Halter
|
15ae767a79
|
Fix mro detail
|
2018-12-05 00:07:21 +01:00 |
|
Dave Halter
|
bb0bf41cab
|
Use ClassMixin the right way in typing
|
2018-12-04 00:36:53 +01:00 |
|
Dave Halter
|
b2c0597a7d
|
Fix names for typing classes
|
2018-12-03 00:56:19 +01:00 |
|
Dave Halter
|
3c3ad7b240
|
Add a generator cache for py__mro__
|
2018-12-03 00:51:45 +01:00 |
|
Dave Halter
|
a7c21eff4b
|
Move py__mro__ to ClassMixin
|
2018-12-01 15:24:21 +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
|
a07b062752
|
Merge StubName and CompiledNameWithStub
|
2018-11-30 23:36:30 +01:00 |
|
Dave Halter
|
dd1e53b498
|
Small refactoring
|
2018-11-28 22:48:33 +01:00 |
|
Dave Halter
|
5e6e4356fc
|
Start using gather_annotation_classes
|
2018-11-27 01:17:12 +01:00 |
|
Dave Halter
|
5bb88ca703
|
Make it possible to gather annotation classes for Union and Optional
|
2018-11-27 01:14:15 +01:00 |
|
Dave Halter
|
eb27c64c71
|
Make os.path import issues clearer
|
2018-11-25 19:25:21 +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
|
1948f23fb3
|
Fix some issues around stub methods
|
2018-11-21 23:47:40 +01:00 |
|
Dave Halter
|
d2c0b13a02
|
Fix some small small issues around the latest commits
|
2018-11-18 23:53:56 +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
|
986c69abea
|
Simplify some more call signature things
|
2018-11-11 22:44:32 +01:00 |
|
Dave Halter
|
a73c7092bb
|
Change signature a little bit
|
2018-11-11 22:36:05 +01:00 |
|
Dave Halter
|
6dc53c3887
|
Add at least partial support for signatures for builtins
|
2018-11-11 19:32:29 +01:00 |
|
Dave Halter
|
4fbede7445
|
Rework some call signature issues
|
2018-11-11 17:01:12 +01:00 |
|
Dave Halter
|
f610af36c6
|
Don't use get_function_slot_names in classes anymore
|
2018-11-07 09:49:59 +01:00 |
|
Dave Halter
|
d8090cfa0a
|
Start implementing get_signatures
|
2018-11-07 01:20:39 +01:00 |
|
Dave Halter
|
1eb8658922
|
Fix issues with itemgetter
|
2018-11-03 13:57:15 +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 |
|