Dave Halter
|
7c1c4981fb
|
Fix os.path.join static value gathering
|
2019-08-06 22:48:28 +02:00 |
|
Dave Halter
|
b4f2d82867
|
A new approach of getting arguments
|
2019-07-28 17:31:17 +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
|
ed93bbfb68
|
Cleanup the mess of comprehensions at least a bit
|
2019-05-31 14:04:37 +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
|
037a069ddd
|
Made TreeArguments methods a bit more understandable
|
2019-05-08 09:30:39 +02:00 |
|
Dave Halter
|
895eae1d54
|
Move all Name classes to a separate file
|
2019-05-07 00:30:16 +02:00 |
|
Dave Halter
|
86fbf3fef6
|
Fixed a string deprecation warning, fixes #1261
|
2018-12-22 22:49:23 +01:00 |
|
Dave Halter
|
24174632d4
|
Fix some bugs of the last few commits
|
2018-12-22 22:08:54 +01:00 |
|
Dave Halter
|
1065768c77
|
Use ContextualizedNode instead of Node in get_calling_nodes
This improves working with these nodes by a lot.
|
2018-12-22 14:55:37 +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
|
8b039287c8
|
Try to use a CompiledStubClass to wrap functions inside classes
|
2018-11-18 17:43:46 +01: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
|
994e7d1910
|
Fix an issue with type vars
|
2018-09-22 21:00:42 +02:00 |
|
Dave Halter
|
43ffcb0802
|
Also return the issues when retruning the executed params
|
2018-09-21 00:20:24 +02:00 |
|
Dave Halter
|
190a531daa
|
Fix the reversed object
|
2018-09-10 00:30:24 +02:00 |
|
Dave Halter
|
9722860417
|
Don't use ValueError, it could be thrown somewhere else
|
2018-09-09 17:04:03 +02:00 |
|
Dave Halter
|
38176ae7e6
|
Implement itemgetter partially
|
2018-09-04 00:01:55 +02:00 |
|
Dave Halter
|
35ce54630e
|
Make it possible to use *args in argument clinic
|
2018-09-03 19:12:36 +02:00 |
|
Dave Halter
|
39f1dfc85e
|
WIP of namedtuple/itemgetter/property
|
2018-09-03 09:50:51 +02:00 |
|
Dave Halter
|
bd5af5f148
|
More preparations for annotated classes
|
2018-08-27 20:13:35 +02:00 |
|
Dave Halter
|
ac7ce7c481
|
Start implementing overload function
|
2018-08-26 03:37:26 +02:00 |
|
Dave Halter
|
84b07a8809
|
Removing a test from doctests, becaues it shouldn't be one
|
2018-08-26 03:09:46 +02:00 |
|
Dave Halter
|
6c555e62aa
|
Refactor argument clinic usage
|
2018-08-26 03:02:58 +02:00 |
|
Dave Halter
|
4a593f9693
|
Use anonymous instance arguments in a different way
|
2018-08-06 11:19:29 +02:00 |
|
Dave Halter
|
1456a156a6
|
get_params -> get_executed_params where possible
|
2018-08-05 13:53:57 +02:00 |
|
Dave Halter
|
d292333dab
|
MergedExecutedParams -> DynamicExecutedParams
|
2018-07-18 10:02:57 +02:00 |
|
Dave Halter
|
fe1799d125
|
Add a repr for AnonymousArguments
|
2018-07-17 09:48:27 +02:00 |
|
Dave Halter
|
764b67d232
|
Multiple inheritance completion in Python 2 did not work
Fixes #1071.
|
2018-04-10 08:58:30 +02:00 |
|
Dave Halter
|
23e7c5bd2a
|
eval_element -> eval_node
|
2018-03-07 20:11:19 +01:00 |
|
Dave Halter
|
bf01b9d47c
|
Refactor the way builtins can be overwritten by jedi's own contexts
|
2018-02-21 00:09:41 +01:00 |
|
Dave Halter
|
24b4e725b5
|
Make some things clearer about lazy contexts
|
2018-01-31 23:52:56 +01:00 |
|
Dave Halter
|
609f59ce41
|
Fix issues with random tuples in TreeArgument.
Thanks @micbou for noticing it.
b92c7d3351
|
2018-01-18 09:54:19 +01:00 |
|
Dave Halter
|
b92c7d3351
|
Some cleaning up of code
|
2018-01-13 18:59:03 +01:00 |
|
micbou
|
3a0ac37ee8
|
Fix error when using generators with variable-length arguments
|
2018-01-13 18:56:34 +01:00 |
|
Dave Halter
|
383f749026
|
Move the initial sys path generation into a new project class.
|
2017-10-02 20:19:55 +02:00 |
|
Dave Halter
|
0762c9218c
|
Move arguments to a separate module.
|
2017-10-01 13:29:28 +02:00 |
|