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 |
|