Dave Halter
|
af51c9cc33
|
Fix Python 3 with Python 2 environment issues
|
2018-12-16 17:13:02 +01:00 |
|
Dave Halter
|
ae1f5fa511
|
Fix namedtuples and reactivate tests for Python 2
|
2018-12-09 12:41:58 +01:00 |
|
Dave Halter
|
3260867918
|
Move the stdlib namedtuple template of 3.6 to Jedi.
|
2018-12-06 00:34:52 +01:00 |
|
Dave Halter
|
6b86ad9083
|
Move py__mro__ calls to direct calls, because it's defined on ClassMixin
|
2018-12-01 15:17:22 +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
|
4491175db4
|
Fix an issue with namedtuples when using strings as params
|
2018-11-06 08:59:30 +01:00 |
|
Dave Halter
|
1eb8658922
|
Fix issues with itemgetter
|
2018-11-03 13:57:15 +01:00 |
|
Dave Halter
|
fbc327b960
|
Refactor py__get__ support pretty heavily
|
2018-11-01 19:09:07 +01:00 |
|
Dave Halter
|
b008a525cb
|
Fix some more things to get async working
|
2018-10-21 00:35:07 +02:00 |
|
Dave Halter
|
380f0ac404
|
Fix itemgetter for tuples
|
2018-10-05 10:51:52 +02:00 |
|
Dave Halter
|
bdff4e21a8
|
Fix classmethod issues
|
2018-09-25 00:19:55 +02:00 |
|
Dave Halter
|
f1b45bed96
|
Fix some property issues
|
2018-09-24 22:22:50 +02:00 |
|
Dave Halter
|
fe41c29b29
|
Implement iter, it's probably necessary
|
2018-09-24 21:10:54 +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
|
eb9a852443
|
Remove fakes, RIP
|
2018-09-17 02:25:01 +02:00 |
|
Dave Halter
|
190a531daa
|
Fix the reversed object
|
2018-09-10 00:30:24 +02:00 |
|
Dave Halter
|
7fff203360
|
Fix the next builtin
|
2018-09-09 16:20:23 +02:00 |
|
Dave Halter
|
91a18ec63c
|
Try to re-implement reversed
|
2018-09-07 23:00:32 +02:00 |
|
Dave Halter
|
9e7879d43f
|
Move py__mro__ to a separate function
|
2018-09-07 00:46:54 +02:00 |
|
Dave Halter
|
82af902cc8
|
Actually use the previously written builtins_next function
|
2018-09-06 19:24:48 +02:00 |
|
Dave Halter
|
d0c1df5f2a
|
TreeContextWrapper -> ContextWrapper
|
2018-09-06 19:13:59 +02:00 |
|
Dave Halter
|
fa16c9e59d
|
Fix some name inferance with stubs
|
2018-09-05 10:29:37 +02:00 |
|
Dave Halter
|
f432a0b7c4
|
Fix namedtuple and property issues
|
2018-09-04 00:27:40 +02:00 |
|
Dave Halter
|
38176ae7e6
|
Implement itemgetter partially
|
2018-09-04 00:01:55 +02:00 |
|
Dave Halter
|
35ce54630e
|
Make it possible to use *args in argument clinic
|
2018-09-03 19:12:36 +02:00 |
|
Dave Halter
|
39f1dfc85e
|
WIP of namedtuple/itemgetter/property
|
2018-09-03 09:50:51 +02:00 |
|
Dave Halter
|
3351b06603
|
Implement random.choice
|
2018-09-03 01:35:30 +02:00 |
|
Dave Halter
|
a28b179a45
|
Fix partial
|
2018-09-02 19:12:13 +02:00 |
|
Dave Halter
|
e3203ebaa5
|
Try to change the module cache
|
2018-09-02 13:06:36 +02:00 |
|
Dave Halter
|
ecda9cc746
|
Move py__getattribute__ to typeshed imports
|
2018-09-01 17:17:39 +02:00 |
|
Dave Halter
|
05d07c23ab
|
abstractmethod should just pass params
|
2018-08-26 13:23:49 +02:00 |
|
Dave Halter
|
ac7ce7c481
|
Start implementing overload function
|
2018-08-26 03:37:26 +02:00 |
|
Dave Halter
|
4daa73d487
|
Merge with master
|
2018-08-26 03:16:57 +02:00 |
|
Dave Halter
|
97c9aca245
|
Merge branch 'master' into typeshed
|
2018-08-06 12:49:51 +02:00 |
|
Dave Halter
|
4e75a35468
|
Fix stub searching for nested modules
|
2018-07-27 10:14:37 +02:00 |
|
Dave Halter
|
1739ae44f0
|
Refactor some of the import logic so it's possible to load typeshed modules
|
2018-07-24 01:19:09 +02:00 |
|
Dave Halter
|
873558a392
|
Move the os.path hack
|
2018-07-23 23:04:14 +02:00 |
|
Dave Halter
|
f5cbb5de49
|
Some refactoring in the stdlib plugin
|
2018-07-22 03:49:36 +02:00 |
|
Dave Halter
|
2cd1ae73ed
|
Move stdlib content to the stdlib plugin
|
2018-07-22 03:45:02 +02:00 |
|
Dave Halter
|
061489ec9a
|
Move the stdlib executions into a plugin
|
2018-07-22 03:38:12 +02:00 |
|