Dave Halter
|
6f8385143f
|
Use a frozenset in context sets and make it comparable/hashable
|
2018-09-12 21:44:34 +02:00 |
|
Dave Halter
|
1a29552bff
|
open returns str and bytes now with typeshed
|
2018-09-10 00:56:50 +02:00 |
|
Dave Halter
|
190a531daa
|
Fix the reversed object
|
2018-09-10 00:30:24 +02:00 |
|
Dave Halter
|
9722860417
|
Don't use ValueError, it could be thrown somewhere else
|
2018-09-09 17:04:03 +02:00 |
|
Dave Halter
|
7fff203360
|
Fix the next builtin
|
2018-09-09 16:20:23 +02:00 |
|
Dave Halter
|
bd3bd2e53b
|
Fix type completions on classes
|
2018-09-09 15:51:42 +02:00 |
|
Dave Halter
|
6abd96a398
|
Try to introduce a few new classes to better deal with compiled objects
|
2018-09-08 17:48:00 +02:00 |
|
Dave Halter
|
eac8cfe63d
|
Fix mro
|
2018-09-08 17:04:07 +02:00 |
|
Dave Halter
|
928e80c9e9
|
Fix search_global for builtins
|
2018-09-08 16:58:18 +02:00 |
|
Dave Halter
|
4a69ab3bf8
|
Cleanup StubParserTreeFilter.values
|
2018-09-08 14:13:14 +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
|
99c08fd205
|
Flows should be respected even in stubs
|
2018-09-07 00:25:08 +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
|
a5e6f26267
|
get_filters should always have the default search_global=False
|
2018-09-06 01:06:09 +02:00 |
|
Dave Halter
|
4730c71b16
|
Evaluate constraints instead of Any
|
2018-09-06 00:59:42 +02:00 |
|
Dave Halter
|
9cbf20aa48
|
Start replacing the builtin module
|
2018-09-06 00:30:08 +02:00 |
|
Dave Halter
|
68bd61708e
|
pkg_resources doesn't come packaged with the CPython stdlib
|
2018-09-05 19:25:27 +02:00 |
|
Dave Halter
|
fa16c9e59d
|
Fix some name inferance with stubs
|
2018-09-05 10:29:37 +02:00 |
|
Dave Halter
|
39162de2a8
|
Some more minor adaptions
|
2018-09-05 01:49:19 +02:00 |
|
Dave Halter
|
4a3fc91c1e
|
Implement StubParserTreeFilter.values
|
2018-09-05 01:36:12 +02:00 |
|
Dave Halter
|
ab872b9a34
|
Fix some tests
|
2018-09-05 00:10:25 +02:00 |
|
Dave Halter
|
e086c433ff
|
Fix compiled docstrings for stubs
|
2018-09-04 10:08:09 +02:00 |
|
Dave Halter
|
5d24bc7625
|
Refactor the compiled name stub wrappers a bit
|
2018-09-04 09:44:29 +02:00 |
|
Dave Halter
|
74db580671
|
Get compiled name working a bit better with stubs
|
2018-09-04 01:51:02 +02:00 |
|
Dave Halter
|
6036ea60d1
|
Fix interpreter issues with modules
|
2018-09-04 01:02:00 +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
|
0edc63ca8b
|
Fix an issue in the tests that typeshed avoids
|
2018-09-03 01:41:55 +02:00 |
|
Dave Halter
|
3351b06603
|
Implement random.choice
|
2018-09-03 01:35:30 +02:00 |
|
Dave Halter
|
5302032b63
|
The sub typeshed definitions are wrong at the moment
|
2018-09-03 01:04:41 +02:00 |
|
Dave Halter
|
6bf21c4157
|
Better typevar class comparisons
|
2018-09-03 00:58:10 +02:00 |
|
Dave Halter
|
a28b179a45
|
Fix partial
|
2018-09-02 19:12:13 +02:00 |
|
Dave Halter
|
7d6141abb7
|
Fix some small things to make a lot more tests pass
|
2018-09-02 14:03:43 +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
|
ab4e415aec
|
Actually make nested stubs usable
|
2018-09-01 12:36:05 +02:00 |
|
Dave Halter
|
369dca79ef
|
For now arrays just return tan integer if the index is something random
|
2018-09-01 12:35:30 +02:00 |
|
Dave Halter
|
8dc2aee4b4
|
Fix py__mro__ for typing classes
|
2018-08-31 09:50:04 +02:00 |
|
Dave Halter
|
78ac2c1f1f
|
Fix another stub test
|
2018-08-31 01:32:26 +02:00 |
|
Dave Halter
|
2dfe2de0fe
|
Fix some stub tests
|
2018-08-31 01:26:20 +02:00 |
|
Dave Halter
|
aef4aa6859
|
Fix the slice object
|
2018-08-31 01:09:21 +02:00 |
|
Dave Halter
|
2ec503d6eb
|
Change some TypeVar base classes
|
2018-08-30 10:15:43 +02:00 |
|
Dave Halter
|
f5f9fc1955
|
Refactor TypeVar a bit so it's more resistant
|
2018-08-30 09:58:18 +02:00 |
|
Dave Halter
|
10383de959
|
Remove todo about overload, it was already done
|
2018-08-30 01:57:44 +02:00 |
|
Dave Halter
|
c0c6ce2987
|
Fix ClassVars and add tests
|
2018-08-30 01:52:05 +02:00 |
|
Dave Halter
|
7fc311bb3e
|
Add tests for classes that have generics not defined
|
2018-08-30 01:46:48 +02:00 |
|