Dave Halter
|
b9e8bff5e2
|
Start using FileIO in modules
|
2019-05-31 22:10:49 +02:00 |
|
Dave Halter
|
c9e3e6902b
|
Removed dead code
|
2019-05-27 19:06:57 +02:00 |
|
Dave Halter
|
11f3eece6d
|
Preparations for some async changes
|
2019-05-27 09:41:50 +02:00 |
|
Dave Halter
|
9aa8f6bcf2
|
Better signature calculation
|
2019-05-23 01:36:51 +02:00 |
|
Dave Halter
|
b1e6901d61
|
Some more signature tests
|
2019-05-22 00:51:52 +02:00 |
|
Dave Halter
|
c64ee8a07c
|
Make it clear what a param needs to implement
|
2019-05-21 18:21:40 +02:00 |
|
Dave Halter
|
857f6a79ae
|
Merge branch 'master' of github.com:davidhalter/jedi
|
2019-05-21 13:39:27 +02:00 |
|
micbou
|
744662d096
|
Fix resource warnings
|
2019-05-21 13:35:12 +02:00 |
|
Dave Halter
|
b17e7d5746
|
A work in progress improvement for compiled signatures
|
2019-05-21 09:37:17 +02:00 |
|
Dave Halter
|
4b2518ca9a
|
Remove special objects, they are no longer needed
|
2019-05-19 14:28:39 +02:00 |
|
Dave Halter
|
c4f0c7940f
|
Remove MODULE_CLASS in favor of a typeshed solution
|
2019-05-19 14:22:03 +02:00 |
|
Dave Halter
|
f9eedfbf64
|
Remove FUNCTION_CLASS, in favor of a typeshed solution
|
2019-05-19 14:19:30 +02:00 |
|
Dave Halter
|
dc2f4e06c8
|
Fix a few casts for Python 2/3 interopability
|
2019-05-18 20:51:42 +02:00 |
|
Dave Halter
|
895eae1d54
|
Move all Name classes to a separate file
|
2019-05-07 00:30:16 +02:00 |
|
Dave Halter
|
d9919efb4c
|
is_compiled fix
|
2019-05-05 21:03:37 +02:00 |
|
Dave Halter
|
2cb1bd162f
|
Better signature support for docstrings
|
2019-05-05 19:09:21 +02:00 |
|
Dave Halter
|
44b9b8787a
|
Some Bugfixes
|
2019-05-05 15:59:37 +02:00 |
|
Dave Halter
|
171874d288
|
Fix all gradual tests
|
2019-05-05 15:33:56 +02:00 |
|
Dave Halter
|
329270e444
|
Add is_compiled and a few other things to be more compatible with the new way of handling stubs
|
2019-05-05 13:23:29 +02:00 |
|
Dave Halter
|
0e42df2da7
|
Refactor Jedi so we use stub modules as much as possible
|
2019-05-01 00:52:02 +02:00 |
|
Dave Halter
|
c0f5c5f24c
|
print_to_stderr can be replaced with a proper future import
|
2019-04-03 09:37:40 +02:00 |
|
Dave Halter
|
c997d568f3
|
Remove unused code
|
2019-04-03 09:30:22 +02:00 |
|
Dave Halter
|
a437c2cb02
|
Fix test_imports tests, now zip imports work again
|
2019-03-26 09:16:38 +01:00 |
|
Dave Halter
|
b6612a83c3
|
WIP import improvement, getting rid of bad old code
|
2019-03-21 23:22:19 +01:00 |
|
Dave Halter
|
151935dc67
|
Avoid property, because there's a __getattr__ on that class
|
2019-03-21 18:49:56 +01:00 |
|
Dave Halter
|
2a9e678877
|
Merge branch 'master' into typeshed
|
2019-02-27 13:13:17 +01:00 |
|
Dave Halter
|
8ac7d1fdb6
|
Use the internal parse function to avoid UnicodeDecodeError in mixed, fixes #1277
|
2019-02-24 19:56:17 +01:00 |
|
Dave Halter
|
fcda3f7bc5
|
Properly handle no __getitem__ on CompiledObject
|
2018-12-20 00:34:15 +01:00 |
|
Dave Halter
|
644e292fa7
|
Get rid of is_super_class and do some different things in analysis
|
2018-11-24 14:09:14 +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
|
6dc53c3887
|
Add at least partial support for signatures for builtins
|
2018-11-11 19:32:29 +01:00 |
|
Dave Halter
|
65340e6e24
|
Some more work on the filter merging
|
2018-10-05 01:57:34 +02:00 |
|
Dave Halter
|
ad83f5419a
|
Merge branch 'master' into typeshed
|
2018-10-02 19:07:59 +02:00 |
|
Dave Halter
|
c24eb4bd67
|
Fix tensorflow issues with a few hacks (temporary), fixes #1195
|
2018-10-02 00:52:11 +02:00 |
|
Dave Halter
|
4545d91929
|
Ignore some errors that are happening when the Python process ends and its subprocesses are cleaned up
|
2018-09-30 13:26:26 +02:00 |
|
Dave Halter
|
7d3eba1d8d
|
py__bool__ should be called on CompiledObject in CompiledValue
|
2018-09-25 08:58:01 +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
|
2ec4d1e426
|
The BUILTINS special object is no longer used
|
2018-09-23 23:24:24 +02:00 |
|
Dave Halter
|
de311b2f2d
|
Replace the Generator class for now
|
2018-09-23 23:22:33 +02:00 |
|
Dave Halter
|
c2b78b175c
|
Use async generator/async functions from typeshed
|
2018-09-23 22:57:08 +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
|
93d50e0f0c
|
Get more things working
|
2018-09-17 02:16:16 +02:00 |
|
Dave Halter
|
62df944c47
|
Fix a few issues with the newly defined CompiledValue
|
2018-09-17 02:10:27 +02:00 |
|
Dave Halter
|
d07d1a78d3
|
Use CompiledValue for simple values
|
2018-09-17 01:05:36 +02:00 |
|
Dave Halter
|
bd3bd2e53b
|
Fix type completions on classes
|
2018-09-09 15:51:42 +02:00 |
|
Dave Halter
|
91a18ec63c
|
Try to re-implement reversed
|
2018-09-07 23:00:32 +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
|
9cbf20aa48
|
Start replacing the builtin module
|
2018-09-06 00:30:08 +02:00 |
|
Dave Halter
|
6036ea60d1
|
Fix interpreter issues with modules
|
2018-09-04 01:02:00 +02:00 |
|