Claude
|
b499906398
|
Reverted 10f5e1 --- needed some more work to get it working again
|
2016-01-17 16:12:43 +01:00 |
|
Claude
|
10f5e15325
|
I feel this is a nicer solution. Forward Reference busting should be part of the annotation resolving. It doesn not have anything to do with the typing module (and should indeed also happen if someone writes his own types outside of the typing module)
|
2016-01-17 10:41:40 +01:00 |
|
Claude
|
67cbc5ebd1
|
made code slightly more pytho2 friendly
|
2016-01-17 10:41:40 +01:00 |
|
Claude
|
e688a498ab
|
Add sets and iterable/iterator
|
2016-01-17 10:41:40 +01:00 |
|
Claude
|
52cc721f45
|
made typing classes inheritable; added MutableSequence and List
|
2016-01-17 10:41:40 +01:00 |
|
Claude
|
f5a31ad78e
|
first try at the typing library
|
2016-01-17 10:41:40 +01:00 |
|
Dave Halter
|
936cef97e9
|
Fix param position lookups. Also forward annotations have the correct resolution path now (starting at the end of the file).
|
2015-12-22 11:25:32 +01:00 |
|
Claude
|
160b6fca51
|
show off some power :)
|
2015-12-17 15:29:49 +01:00 |
|
Claude
|
6bee214948
|
catch error in certain non-pep0484 annotations
|
2015-12-17 15:23:40 +01:00 |
|
Claude
|
8bf2fe77e2
|
add some more non-pep0484-junk to the test
|
2015-12-17 15:06:20 +01:00 |
|
Claude
|
1e6397b163
|
check 'assigned types'-support (comes out of the jedi-box), and add tests for that
|
2015-12-15 11:56:54 +01:00 |
|
Claude
|
35fda3823e
|
test dynamic annotation and dynamic forward reference
|
2015-12-15 11:53:48 +01:00 |
|
Claude
|
1258875300
|
add test that jedi doesn't break in case of non-pep-0484 comments
|
2015-12-15 00:37:23 +01:00 |
|
Claude
|
6ce076f413
|
more elaborate tests
|
2015-12-14 12:10:48 +01:00 |
|
Claude
|
7f8b878c8c
|
if both docstring and annotations are present, use both for function parameters
|
2015-12-13 23:55:07 +01:00 |
|
Claude
|
f8debace0d
|
forward reference pep-0484
|
2015-12-13 23:47:45 +01:00 |
|
Claude
|
7e8112d607
|
pep0484 return type support
|
2015-12-13 23:07:13 +01:00 |
|
Claude
|
68cbabe819
|
pep0484 tests only on python >= 3.2
|
2015-12-13 21:43:34 +01:00 |
|
Claude
|
5a8c46d509
|
seperate parser and testing code
|
2015-12-13 21:13:20 +01:00 |
|
Claude
|
fadf4f4419
|
initial poc pep-0484 type hints
|
2015-12-13 18:05:57 +01:00 |
|