Dave Halter
|
2ec503d6eb
|
Change some TypeVar base classes
|
2018-08-30 10:15:43 +02:00 |
|
Dave Halter
|
7fc311bb3e
|
Add tests for classes that have generics not defined
|
2018-08-30 01:46:48 +02:00 |
|
Dave Halter
|
5979b93a7a
|
Tests for Type[]
|
2018-08-30 01:38:14 +02:00 |
|
Dave Halter
|
ac6b7ff14e
|
Fix type var completions so that there's at least no error
|
2018-08-30 01:23:28 +02:00 |
|
Dave Halter
|
80ab4d8ff5
|
Add tests for typing.TYPE_CHECKING
|
2018-08-30 01:14:48 +02:00 |
|
Dave Halter
|
bf6974dabb
|
Fix an issue with a type var lookups
|
2018-08-30 01:10:51 +02:00 |
|
Dave Halter
|
28a55386b6
|
Add some more tests about mappings
|
2018-08-30 00:59:10 +02:00 |
|
Dave Halter
|
1fce0b45f4
|
Fix subscriptlist unpacking in Generics
|
2018-08-30 00:52:22 +02:00 |
|
Dave Halter
|
0edfe86d8b
|
Fix Tuple support
|
2018-08-29 10:18:58 +02:00 |
|
Dave Halter
|
1a5710f140
|
Do a bit better class matching, it's not good yet, but we'll get there.
|
2018-08-28 23:28:58 +02:00 |
|
Hugo
|
7c9f24a18e
|
Drop support for EOL Python 3.3 (#1019)
|
2018-08-04 00:40:00 +02:00 |
|
Tarcisio Eduardo Moreira Crocomo
|
e96ebbe88f
|
Add tests for DefaultDict support.
|
2018-06-17 11:28:12 +02:00 |
|
Hugo
|
7c31ea9042
|
Drop support for EOL Python 2.6
|
2018-01-07 10:40:05 +02:00 |
|
Dave Halter
|
257009d238
|
Skip pep0484 tests when using Python 2.6.
|
2016-01-26 15:59:27 -02:00 |
|
Claude
|
e267f63657
|
python 2.7 compatibility, typing module tested with docstring, so that it can also be tested in python 2.7
|
2016-01-23 22:53:48 +01:00 |
|
Claude
|
b316fb94c4
|
enable tests for the value type in tuple assignment from typing.Mapping[].items()
|
2016-01-17 17:05:29 +01:00 |
|
Claude
|
885f7cb068
|
fix for iterators -- should start working when py__iter__ gets fixed: https://github.com/davidhalter/jedi/pull/663\#issuecomment-172317854
|
2016-01-17 16:53:09 +01:00 |
|
Claude
|
ae701b2f9a
|
Support for typing.Tuple[type, ...]
|
2016-01-17 12:43:23 +01:00 |
|
Claude
|
1b787e2a11
|
add test to check instanciated subclasses
|
2016-01-17 10:41:41 +01:00 |
|
Claude
|
409ee5568a
|
test with different ways of importing the typing module
|
2016-01-17 10:41:41 +01:00 |
|
Claude
|
3852431549
|
typing.Union and typing.Optional
|
2016-01-17 10:41:41 +01:00 |
|
Claude
|
7b97312509
|
tuples and mappings in typing
|
2016-01-17 10:41:40 +01:00 |
|
Claude
|
67cbc5ebd1
|
made code slightly more pytho2 friendly
|
2016-01-17 10:41:40 +01:00 |
|