Paul Tagliamonte 7c91913122 Fix yielding to not suck (#151)
This adds a class to avoid returning when we have a Yieldable
 expression contained in the body of the function. This breaks Python
 2.x, and ought to break Python 3.x, but doesn't.

 We need this fo' context managers, etc.

 This commit also has work from @rwtolbert adding new testcases and
 fixes for yielded entries behind a while / for.
2013-07-14 13:11:27 -04:00
..
2013-07-06 20:39:02 +02:00
2013-05-14 12:01:23 +02:00
2013-07-06 14:00:11 -04:00
2013-04-28 17:04:33 +02:00
2013-05-11 13:59:19 -04:00
2013-06-25 19:23:44 -04:00