Dave Halter
|
8bc9c8cda2
|
Fix an issue where a slice is indexed, fixes #1748
|
2021-11-17 00:14:59 +01:00 |
|
Dave Halter
|
9d1587a41d
|
Don't need to inherit from object anymore
|
2020-07-26 00:11:57 +02:00 |
|
Dave Halter
|
9957565b37
|
Try to use yield from instead of yield, if possible
|
2020-07-19 13:34:58 +02:00 |
|
Dave Halter
|
1ece7698c2
|
Merge branch 'master' into python3
|
2020-07-17 16:07:54 +02:00 |
|
Dave Halter
|
e4987b3e7a
|
Fix issues with generators, fixes #1624
|
2020-07-17 15:57:32 +02:00 |
|
Dave Halter
|
d1851c369c
|
Introduce py__next__ to have more clear way to use __next__
|
2020-07-17 15:57:32 +02:00 |
|
Dave Halter
|
546b970240
|
Rewrite a weird super call
|
2020-07-02 12:31:16 +02:00 |
|
Dave Halter
|
24a1bbb3ca
|
Even more super deletions
|
2020-07-02 12:29:10 +02:00 |
|
Dave Halter
|
5ab351dc8f
|
Remove unicode literals from code base
|
2020-07-02 10:43:14 +02:00 |
|
Dave Halter
|
1fbe0d8d2e
|
Remove python_version_match from publish_method
|
2020-07-02 03:04:14 +02:00 |
|
Dave Halter
|
f4e537fd72
|
Remove a lot of sys.version_info references
|
2020-07-02 02:49:35 +02:00 |
|
Dave Halter
|
17343bb57c
|
Remove some more Python 3.5 references
|
2020-07-02 02:18:16 +02:00 |
|
Dave Halter
|
49e4b1a0f8
|
Remove force_unicode
|
2020-07-02 01:47:21 +02:00 |
|
Dave Halter
|
6d0d75c7d9
|
@publish_method should provide arguments
|
2020-06-09 22:37:50 +02:00 |
|
Dave Halter
|
2e1284f044
|
Fix a recursion error issue
|
2020-04-25 22:55:29 +02:00 |
|
Dave Halter
|
883f5a3824
|
Merge branch 'improve-type-annotation-inference' of https://github.com/PeterJCLaw/jedi
|
2020-04-01 00:54:13 +02:00 |
|
Dave Halter
|
bb9731b561
|
Fix wrong types for iterate, fixes #1524
|
2020-03-21 18:09:03 +01:00 |
|
Peter Law
|
5e990d9206
|
Support passing through values for non-annotated tuples
|
2020-02-23 14:00:16 +00: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
|
11a12d6ca8
|
Refactor execute_operation a bit
|
2020-01-12 13:01:08 +01:00 |
|
Dave Halter
|
c7296ade68
|
Merge branch 'master' into dict
|
2019-12-28 12:17:04 +01:00 |
|
Dave Halter
|
540a57766d
|
Make sure that sequence literals have the right generic classes, fixes #1416
|
2019-12-20 01:33:41 +01:00 |
|
Dave Halter
|
8213d183fb
|
Start using generic managers, for #1413
|
2019-12-08 21:56:30 +01:00 |
|
Dave Halter
|
48ac0c9421
|
Move more stuff from gradual/typing.py to gradual/base.py
|
2019-12-07 15:27:14 +01:00 |
|
Dave Halter
|
e8afb46cde
|
Get the first dict completions passing
|
2019-09-23 09:18:26 +02:00 |
|
Dave Halter
|
edb17b8e7c
|
Refactor params and what execution contexts need
|
2019-09-01 14:14:42 +02:00 |
|
Dave Halter
|
9c950321df
|
Move some code from SequenceLiteralValue to DictLiteralValue
|
2019-08-28 23:47:32 +02:00 |
|
Dave Halter
|
b7febc1960
|
Move the dynamic arrays code
|
2019-08-25 17:08:42 +02:00 |
|
Dave Halter
|
d31ca7e9f0
|
Add a comment about how _ArrayInstance is used
|
2019-08-25 17:00:57 +02:00 |
|
Dave Halter
|
0f13e02fc2
|
check_array_additions -> _check_array_additions
|
2019-08-25 16:46:08 +02:00 |
|
Dave Halter
|
2a86d810cd
|
Remove methods that are not used
|
2019-08-25 14:36:42 +02:00 |
|
Dave Halter
|
473dbb0f69
|
Create separate classes for FakeSequence
|
2019-08-25 14:31:15 +02:00 |
|
Dave Halter
|
51912db46a
|
Remove _FakeArray, because it's no longer needed
|
2019-08-25 13:58:35 +02:00 |
|
Dave Halter
|
ba9c318d22
|
Move predefine_names to context
|
2019-08-24 02:39:51 +02:00 |
|
Dave Halter
|
ce3ec4eecb
|
Rename value -> context for some more places
|
2019-08-24 02:36:29 +02:00 |
|
Dave Halter
|
9d34df2fed
|
Make Slice a proper LazyValueWrapper
|
2019-08-21 09:51:47 +02:00 |
|
Dave Halter
|
02c96b37db
|
Some more value -> context renames
|
2019-08-21 09:31:23 +02:00 |
|
Dave Halter
|
217b632213
|
Write a CompForContext that is still not in good shape but working
|
2019-08-19 21:17:11 +02:00 |
|
Dave Halter
|
b19ba12566
|
Fix some more context issues
|
2019-08-19 19:33:12 +02:00 |
|
Dave Halter
|
f54617867d
|
Fix dynamic param checking
|
2019-08-18 18:19:12 +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
|
4415de010d
|
ValueualizedName -> ContextualizedName
Basically a change back to an older version
|
2019-08-18 00:57:29 +02:00 |
|
Dave Halter
|
f61246bf13
|
Fix quite a few more tests. Only about a fifth failing now
|
2019-08-18 00:47:21 +02:00 |
|
Dave Halter
|
a9b1de7060
|
execution_value -> execution_context
|
2019-08-17 17:13:29 +02:00 |
|
Dave Halter
|
2629ff55f3
|
Fix some array tests
|
2019-08-17 15:42:13 +02:00 |
|
Dave Halter
|
165639c1dd
|
Start implementing the bulk of the context/value separation
|
2019-08-16 16:12:12 +02:00 |
|
Dave Halter
|
03920502c4
|
infer_state -> inference_state
|
2019-08-16 11:44:30 +02:00 |
|
Dave Halter
|
9ee6285414
|
Remove infer_state from filters
|
2019-08-16 09:41:23 +02:00 |
|