Dave Halter
|
5ab351dc8f
|
Remove unicode literals from code base
|
2020-07-02 10:43:14 +02:00 |
|
Dave Halter
|
49e4b1a0f8
|
Remove force_unicode
|
2020-07-02 01:47:21 +02:00 |
|
Dave Halter
|
395f7fc59e
|
Remove inspect.Parameter compatibility
|
2020-07-02 00:44:25 +02:00 |
|
Dave Halter
|
02c3d651bd
|
Some more code quality fixes
|
2020-04-11 02:23:23 +02:00 |
|
Dave Halter
|
4af138f4fb
|
Merge branch 'docs' of https://github.com/blueyed/jedi into refactor
Almost all of the docstrings were still there.
|
2020-03-14 00:12:53 +01:00 |
|
Dave Halter
|
4c7179bc87
|
Generate type hints, fixes #987
|
2020-02-02 16:55:10 +01:00 |
|
Dave Halter
|
f42ab8872d
|
compiled_object -> compiled_value
|
2020-01-25 18:25:19 +01:00 |
|
Dave Halter
|
8cccdde28d
|
CompiledObject -> CompiledValue
|
2020-01-25 18:13:50 +01:00 |
|
Dave Halter
|
329329c195
|
Make MixedName a Namewrapper instead of inheritance
|
2020-01-25 17:54:19 +01:00 |
|
Dave Halter
|
8bde54a072
|
Remove underscore_memoization caching method
|
2020-01-25 17:29:52 +01:00 |
|
Dave Halter
|
235b887b75
|
Refactor MixedName quite a bit
|
2020-01-25 16:56:01 +01:00 |
|
Dave Halter
|
da2a55c73f
|
Fix issue with mixed objects, fixes #1480
|
2020-01-25 15:02:55 +01:00 |
|
Dave Halter
|
4d3f314baa
|
Create CompiledModule to have a better differentiation between compiled modules and compiles values
|
2020-01-24 13:01:54 +01:00 |
|
Dave Halter
|
44ba40958e
|
Make sure that CompiledObject doesn't have a file_io
|
2020-01-21 18:29:40 +01:00 |
|
Dave Halter
|
11a12d6ca8
|
Refactor execute_operation a bit
|
2020-01-12 13:01:08 +01:00 |
|
Dave Halter
|
3ba68b5bc6
|
Properly convert compiled values to generic classes
|
2020-01-10 15:09:16 +01:00 |
|
Dave Halter
|
cac73f2d44
|
Make Union/Optional works with compiled objects
|
2020-01-10 13:34:10 +01:00 |
|
Dave Halter
|
800ab65701
|
Fix a bug where parent_context was a value
|
2020-01-07 11:27:36 +01:00 |
|
Dave Halter
|
fdb5071bec
|
Fix some issues with converting names, see #1466
|
2020-01-07 10:59:15 +01:00 |
|
Dave Halter
|
0a53ce5136
|
Separate getting docstrings and getting signatures for names, see discussion #1466
|
2020-01-01 23:05:06 +01:00 |
|
Dave Halter
|
66ad620692
|
Get rid of a lot of flake8 errors
|
2020-01-01 02:42:31 +01:00 |
|
Dave Halter
|
83ce8b1162
|
Make the completions possible for Interpreter objects
|
2019-12-31 18:34:50 +01:00 |
|
Dave Halter
|
fcede44c2a
|
Move the docstring checking code to the names
|
2019-12-21 20:06:37 +01:00 |
|
Dave Halter
|
923fcf95d9
|
Make sure that __getattr__ is always working with Interpreter
fixes #1378
|
2019-12-13 16:07:38 +01:00 |
|
Dave Halter
|
902f0754e0
|
qualified names can be None, so we need to handle it
|
2019-12-13 14:36:05 +01:00 |
|
Dave Halter
|
12b07a435d
|
Cleanup some callbacks
|
2019-12-13 12:47:55 +01:00 |
|
Dave Halter
|
b8a1f6da55
|
Python 2 still sucks.
|
2019-12-03 23:41:33 +01:00 |
|
Dave Halter
|
3d784c748e
|
Python 2
|
2019-12-03 16:53:07 +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
|
f43d144e23
|
Remove is_package on contexts
|
2019-12-01 21:01:33 +01:00 |
|
Dave Halter
|
8a26a23884
|
Make is_package a function and call it consistently
|
2019-12-01 19:31:31 +01:00 |
|
Dave Halter
|
5c79472024
|
Separate CompiledModuleContext from CompiledContext, fixes #1428
|
2019-12-01 14:56:55 +01:00 |
|
Dave Halter
|
98b592cb68
|
Fix getitem in compiled
This change just applies a change to CompiledObject that was done to values a long time ago
|
2019-11-29 16:14:17 +01:00 |
|
Dave Halter
|
2fb04db0ab
|
Fix the weird py__path__ behavior
|
2019-08-21 23:08:42 +02:00 |
|
Dave Halter
|
14fc5ed289
|
Fix more issues with where contexts are used and where values are used
|
2019-08-20 09:59:10 +02:00 |
|
Dave Halter
|
39b294e085
|
Fix some interpreter issues
|
2019-08-20 09:09:19 +02:00 |
|
Dave Halter
|
6fb49eaadf
|
as_context caching
|
2019-08-18 17:52:15 +02:00 |
|
Dave Halter
|
8e60689bcf
|
valueualized_node -> contextualized_node
|
2019-08-18 00:58:33 +02:00 |
|
Dave Halter
|
2629ff55f3
|
Fix some array tests
|
2019-08-17 15:42:13 +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
|
49f996867d
|
NO_CONTEXTS -> NO_VALUES
|
2019-08-15 01:24:28 +02:00 |
|
Dave Halter
|
ad4f546aca
|
context -> value
|
2019-08-15 01:23:06 +02:00 |
|