Dave Halter
|
a7accf4171
|
A small compatibility fix
|
2019-08-11 01:54:26 +02:00 |
|
Dave Halter
|
0a84678a60
|
A small speed optimization that helps a lot with sys.version_info >= (3, 0) patterns in typeshed
|
2019-08-10 15:31:36 +02:00 |
|
Dave Halter
|
907fdaa153
|
Fix some minor errors
|
2019-06-20 09:53:40 +02:00 |
|
Dave Halter
|
78973a9f35
|
Move execute_evaluated to HelperContextMixin
|
2019-06-11 17:46: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
|
eef02e5c56
|
Fix generator issues for typing
|
2019-06-08 01:50:38 +02:00 |
|
Dave Halter
|
586354b571
|
Remove the unused function get_node
|
2019-06-03 20:33:03 +02:00 |
|
Dave Halter
|
190793d82f
|
Fix an AttributeError
|
2019-05-31 17:44:03 +02:00 |
|
Dave Halter
|
d9332aec8c
|
Fix tuple unpacking for special case
|
2019-05-31 17:07:51 +02:00 |
|
Dave Halter
|
ed93bbfb68
|
Cleanup the mess of comprehensions at least a bit
|
2019-05-31 14:04:37 +02:00 |
|
Dave Halter
|
39eefdbc00
|
Remove a TODO that was already done
|
2019-05-31 13:38:42 +02:00 |
|
Dave Halter
|
1e9e684575
|
GeneratorBase -> GeneratorMixin
|
2019-05-31 13:37:01 +02:00 |
|
Dave Halter
|
3fb5b4992b
|
Fix: Function calls with generators should always work, even if syntastically invalid
|
2019-05-31 13:35:23 +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
|
0cc7ea9bc9
|
Fix crazier subscript operations
|
2019-05-28 10:20:06 +02:00 |
|
Dave Halter
|
b39928188f
|
Rewrite BuiltinOverwrite with ContextWrappers
|
2019-05-28 09:48:54 +02:00 |
|
Dave Halter
|
1002acf907
|
Rename AnnotatedClass to GenericClass
|
2019-05-27 21:21:42 +02:00 |
|
Dave Halter
|
e2ab4c060f
|
Move all the gradual typing stuff into one folder
|
2018-12-24 17:40:47 +01:00 |
|
Dave Halter
|
249564d6ea
|
Merge remote-tracking branch 'origin/master' into typeshed
|
2018-12-15 18:20:51 +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
|
0a67b387c6
|
Fix most issues with dynamic arrays
|
2018-10-29 21:05:12 +01:00 |
|
Jelte Fennema
|
3bdb941daa
|
Add an exact_key_items method to DictComprehension fixes #1233
|
2018-10-14 17:08:44 +02:00 |
|
Dave Halter
|
8dca2b81e4
|
Start using ContextWrapper for annotated classes
|
2018-10-09 09:58:19 +02:00 |
|
Dave Halter
|
9313fb9021
|
Avoid an issue with dict comprehensions
|
2018-10-05 19:03:32 +02:00 |
|
Dave Halter
|
fbd72179a1
|
Define generics from a different function
|
2018-09-28 18:16:24 +02:00 |
|
Dave Halter
|
8e8271cf54
|
Refactor dict/set/list/tuple literal generic inferring
|
2018-09-27 00:01:35 +02:00 |
|
Dave Halter
|
a06ca5d035
|
Fix generator return issues
|
2018-09-24 20:59:43 +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
|
ef9d0421fa
|
Merge remote-tracking branch 'origin/master' into typeshed
|
2018-09-24 00:16:13 +02:00 |
|
Dave Halter
|
de311b2f2d
|
Replace the Generator class for now
|
2018-09-23 23:22:33 +02:00 |
|
Claude
|
a2b984ce24
|
also remove crashes with pep 448 unpacking of lists and sets
|
2018-09-23 21:00:11 +02:00 |
|
Claude
|
6bc79b4933
|
Fixed crash (and now recognises correctly) {**d, "b": "b"}["b"]
|
2018-09-23 21:00:11 +02:00 |
|
Dave Halter
|
5fda4a2f8b
|
Start putting the signature matching onto the ExecutedParam class
|
2018-09-20 21:14:07 +02:00 |
|
Dave Halter
|
9807a7f038
|
Infer dict.get() in a fancy way
|
2018-09-19 01:50:35 +02:00 |
|
Dave Halter
|
57fa5f5bd9
|
Fix some signature matching for methods
|
2018-09-18 23:48:26 +02:00 |
|
Dave Halter
|
1b11162132
|
Quite a few changes to prepare arrays
|
2018-09-18 00:17:51 +02:00 |
|
Dave Halter
|
cc3b08fd1b
|
More fixes, because of CompiledObject modifications
|
2018-09-17 02:40:34 +02:00 |
|
Dave Halter
|
eb9a852443
|
Remove fakes, RIP
|
2018-09-17 02:25:01 +02:00 |
|
Dave Halter
|
a5e6f26267
|
get_filters should always have the default search_global=False
|
2018-09-06 01:06:09 +02:00 |
|
Dave Halter
|
aef4aa6859
|
Fix the slice object
|
2018-08-31 01:09:21 +02:00 |
|
Dave Halter
|
0edfe86d8b
|
Fix Tuple support
|
2018-08-29 10:18:58 +02:00 |
|
Dave Halter
|
05cf6af546
|
Implement a lot more for typing
|
2018-08-24 01:13:54 +02:00 |
|
Dave Halter
|
9fe9bed1c9
|
Fix the first issues with the new typing module implementation
|
2018-08-21 01:28:55 +02:00 |
|
Dave Halter
|
fe78fa9850
|
Move to using py__getitem__ and py__simple_getitem__
This change is necessary to handle more complex cases with py__getitem__
|
2018-08-13 18:42:09 +02:00 |
|
Dave Halter
|
84b89f4689
|
Rename py__getitem__ to py__simple_getitem
|
2018-08-10 19:31:19 +02:00 |
|
Dave Halter
|
97c9aca245
|
Merge branch 'master' into typeshed
|
2018-08-06 12:49:51 +02:00 |
|
Dave Halter
|
10ecb77673
|
Get rid of InstanceFunctionExecution, because it's really not needed
|
2018-08-05 23:26:15 +02:00 |
|
Dave Halter
|
7a48fdc5f6
|
Move execute_evaluated to a helper function
|
2018-08-05 01:28:03 +02:00 |
|
Dave Halter
|
9ff5050d01
|
Use TreeContext in a good way
|
2018-08-03 00:25:25 +02:00 |
|
Dave Halter
|
e2cd228aad
|
Dict comprehension items call should now work, fixes #1129
|
2018-06-07 21:00:23 +02:00 |
|