Dave Halter
|
ed3fdf8876
|
Make sure classmethod signatures don't include cls, fixes #1455
|
2019-12-09 08:58:59 +01:00 |
|
Dave Halter
|
0474371f23
|
Make sure overload signatures work, see #1417
|
2019-12-07 00:30:37 +01:00 |
|
Dave Halter
|
c582545628
|
Shorten a line to < 100 chars
|
2019-12-06 16:41:47 +01:00 |
|
Dave Halter
|
19aa50bb7f
|
Make sure an assert no longer causes unnecessary trouble
Fixes #1426, fixes #1414
|
2019-12-03 23:10:24 +01:00 |
|
Dave Halter
|
7254bec92c
|
Upgrade typeshed to the latest commits
Also fixes some small Jedi issues with it (None interpretation in annoations mostly)
|
2019-12-02 10:14:59 +01:00 |
|
Dave Halter
|
4d3f6fa790
|
Fix Python 2 issues
|
2019-12-02 00:04:22 +01:00 |
|
Dave Halter
|
b8dfbc5d18
|
A CompiledInstance is not really compiled, it's an instance of a compiled class value
|
2019-12-01 23:50:46 +01:00 |
|
Dave Halter
|
8a26a23884
|
Make is_package a function and call it consistently
|
2019-12-01 19:31:31 +01:00 |
|
Dave Halter
|
86071dda54
|
Use a different sys path for import completions and import type inference
Fix tests of the #1451 pull request
|
2019-12-01 00:12:19 +01:00 |
|
Dave Halter
|
15c13c1386
|
Fix the pow test for Python 3.8
|
2019-11-27 20:12:50 +01:00 |
|
Dave Halter
|
ae79919eb4
|
Skip some param resolving tests in Python 2/3.4
|
2019-09-05 18:27:37 +02:00 |
|
Dave Halter
|
fbe58306c3
|
Add a few tests for a previous assertion failure
|
2019-09-05 10:57:04 +02:00 |
|
Dave Halter
|
39b294e085
|
Fix some interpreter issues
|
2019-08-20 09:09:19 +02:00 |
|
Dave Halter
|
03920502c4
|
infer_state -> inference_state
|
2019-08-16 11:44:30 +02:00 |
|
Dave Halter
|
600272366f
|
parent_value -> parent_context
|
2019-08-15 09:36:46 +02:00 |
|
Dave Halter
|
9986d8c9aa
|
Context -> Value
|
2019-08-15 01:26:11 +02:00 |
|
Dave Halter
|
ad4f546aca
|
context -> value
|
2019-08-15 01:23:06 +02:00 |
|
Dave Halter
|
a5dff65142
|
Evaluator -> InferState
|
2019-08-15 00:37:51 +02:00 |
|
Dave Halter
|
8157d119a7
|
eval_ -> infer_
|
2019-08-15 00:20:01 +02:00 |
|
Dave Halter
|
3b4f292464
|
Move the evaluate package to inference
|
2019-08-15 00:14:26 +02:00 |
|
Dave Halter
|
e4d1e5455f
|
test_evaluate -> test_inference
|
2019-08-14 23:56:44 +02:00 |
|