Dave Halter
|
86d57edda4
|
Some Windows compatibility fixes
|
2020-12-26 11:52:47 +01:00 |
|
Dave Halter
|
a03a093e2c
|
change the create_stub_module stuff a bit
|
2020-10-24 10:41:59 +02:00 |
|
Dave Halter
|
6094e7b39a
|
Fix get_line_code for stubs
|
2020-10-24 10:12:32 +02:00 |
|
Dave Halter
|
50b85153ce
|
Remove a lot of test references to Python 2/3.5
|
2020-07-02 00:17:21 +02:00 |
|
Dave Halter
|
3101e43aa6
|
Merge branch 'master' into project
|
2020-02-03 09:26:43 +01:00 |
|
Dave Halter
|
eee919174d
|
Stubs should not become stubs again in the conversion function, fixes #1475
|
2020-02-03 00:58:54 +01:00 |
|
Dave Halter
|
ceccbf3678
|
Make the Project API public, fixes #778
|
2020-01-30 19:24:16 +01:00 |
|
Dave Halter
|
76a4820926
|
Skip a test that doesn't work in Python 2
|
2020-01-10 10:30:53 +01:00 |
|
Dave Halter
|
10c5990614
|
Remove a statement that didn't make sense
|
2020-01-07 22:20:36 +01:00 |
|
Dave Halter
|
adff6d34a4
|
goto_assignment -> goto everywhere where it was left
|
2019-12-20 19:15:41 +01:00 |
|
Dave Halter
|
d7d9c9642a
|
Don't use goto_definitions anymore, use infer
|
2019-12-20 19:06:24 +01:00 |
|
Dave Halter
|
38eb2c9ba3
|
Make sure that the definition order in stubs are ignored
|
2019-12-15 18:41:41 +01:00 |
|
Dave Halter
|
9d35adda02
|
Make sure that a goto on stubs even without the implementation is possible
|
2019-12-15 18:00:09 +01:00 |
|
Dave Halter
|
6e2a76feb9
|
Fix a goto case with nested pyi files
|
2019-12-15 17:37:24 +01:00 |
|
Dave Halter
|
35442eff81
|
Catch some cases were _sqlite3.Connection was misidentified as sqlite3.Connection
|
2019-12-15 16:15:55 +01:00 |
|