Dave Halter
|
75a02a13d9
|
Use ContextSet closer to they way how Python's set works
|
2018-09-24 20:30:57 +02:00 |
|
Dave Halter
|
bbc6e830e2
|
Make it possible to use ContextSet with an iterable parameter
|
2018-09-24 09:43:35 +02:00 |
|
Dave Halter
|
5d9f29743c
|
Get iter() working and a lot of other typeshed reverse engineering of type vars
|
2018-09-16 02:19:29 +02:00 |
|
Dave Halter
|
6f8385143f
|
Use a frozenset in context sets and make it comparable/hashable
|
2018-09-12 21:44:34 +02:00 |
|
Dave Halter
|
3351b06603
|
Implement random.choice
|
2018-09-03 01:35:30 +02:00 |
|
Dave Halter
|
4a7bded98d
|
Fix the selection of overloaded functions. Now it's at least partially working
|
2018-08-26 23:04:54 +02:00 |
|
Dave Halter
|
d656ccd833
|
Move a BaseContext to jedi.common.context.
|
2017-09-28 17:06:58 +02:00 |
|
Dave Halter
|
b74c8cb033
|
To be able to customize ContextSet, move a subclass to evaluate.context
|
2017-09-27 09:20:58 +02:00 |
|
Dave Halter
|
ee52cc7501
|
Fix most dynamic array issues.
|
2017-09-26 17:26:33 +02:00 |
|
Dave Halter
|
592f2dac95
|
A lot more fixes for tests.
|
2017-09-26 16:29:07 +02:00 |
|
Dave Halter
|
174eff5875
|
Replace a lot more of empty sets and unite calls.
|
2017-09-25 23:08:59 +02:00 |
|
Dave Halter
|
921d1008f2
|
First tests are now passing.
|
2017-09-25 11:10:09 +02:00 |
|
Dave Halter
|
5328d1e700
|
Add a ContextSet.
This is not bug free yet, but it's going to be a good abstraction for a lot of small things.
|
2017-09-25 11:04:09 +02:00 |
|