Hugo
|
7c9f24a18e
|
Drop support for EOL Python 3.3 (#1019)
|
2018-08-04 00:40:00 +02:00 |
|
Dave Halter
|
50812b5836
|
A simple yield should not cause an error, fixes #1117
|
2018-05-23 11:12:19 +02:00 |
|
Dave Halter
|
dfa383c744
|
Fix a yield from test
|
2018-02-28 23:01:07 +01:00 |
|
Dave Halter
|
0d0213ee4c
|
Support generator returns when used with yield from.
|
2018-02-28 22:35:58 +01:00 |
|
Dave Halter
|
c47f5ca68c
|
Fix issues with yield.
|
2017-09-01 18:38:19 +02:00 |
|
Dave Halter
|
e2d53f51b0
|
test for yields in expressions.
|
2017-09-01 18:08:52 +02:00 |
|
Dave Halter
|
96bb9e3c1a
|
LazyContext.infer() should return a set.
|
2017-01-02 12:15:09 +01:00 |
|
Dave Halter
|
e0cb1346e1
|
Add basic yield from type inference. References #647.
|
2016-07-09 02:33:56 +02:00 |
|
Dave Halter
|
c12dbe0b9e
|
Fix a few tests that failed, because they were not correct python (the context was wrong).
|
2016-05-30 20:10:17 +02:00 |
|
Dave Halter
|
9bd6e6c340
|
Fix: iterators are working smoothly now. Finally tests are passing again.
|
2015-12-10 04:37:23 +01:00 |
|
Dave Halter
|
2008775370
|
Fix an issue with dict lookups.
|
2015-12-05 20:40:41 +01:00 |
|
Dave Halter
|
239f0d7213
|
Small generator correction that leads to more stability in its result.
|
2015-11-11 11:34:18 +01:00 |
|
Dave Halter
|
2b1ddb19c9
|
Need py__bool__ on generators as well as any other object.
|
2015-02-27 12:36:03 +01:00 |
|
Dave Halter
|
e7e7bd29e8
|
fix generator tests (multiple yields must be called with an if random.
|
2014-08-06 12:45:38 +02:00 |
|
Dave Halter
|
9cffbef608
|
tests for generator to tuple assignment as well as generator comprehensions
|
2014-06-10 00:40:38 +02:00 |
|
Dave Halter
|
e587b876b6
|
tests and improvements for __next__ and send generator methods
|
2014-01-23 20:02:36 +01:00 |
|
Dave Halter
|
6f2c1397b0
|
autocompletion diggs now pretty deep for generator objects
|
2014-01-23 14:39:00 +01:00 |
|
Dave Halter
|
c6b315aa2e
|
failing test for fucked up generator parents
|
2014-01-23 14:26:04 +01:00 |
|
David Halter
|
d85184d387
|
possible to return dynamic arrays
|
2012-08-22 11:44:45 +02:00 |
|
David Halter
|
024cc78b2c
|
implemented __next__ method
|
2012-08-08 15:56:59 +02:00 |
|
David Halter
|
b2abf241ae
|
more tests for next/iter combinations
|
2012-08-07 00:49:36 +02:00 |
|
David Halter
|
f935d4ff53
|
implemented __iter__
|
2012-08-06 23:21:42 +02:00 |
|
David Halter
|
e4739fddf9
|
generators are now working with arguments (yield stmts)
|
2012-07-10 13:36:36 +02:00 |
|
David Halter
|
19a5d788c4
|
generators can now be indexed, don't know if this is a good thing. however, it fixes some problems with lists
|
2012-06-27 14:35:12 +02:00 |
|