summaryrefslogtreecommitdiff
path: root/tests/run/yield_from_pep380.pyx
Commit message (Expand)AuthorAgeFilesLines
* add "gi_yieldfrom" to generators and "cr_await" to coroutines (Python issue 2...Stefan Behnel2015-06-251-0/+15
* fix testStefan Behnel2015-04-191-3/+3
* extend yield-from testStefan Behnel2015-04-191-0/+45
* remove leftover 2.5 compatibility codeLars Buitinck2014-12-231-6/+1
* yet another Py2.5 fixStefan Behnel2013-07-061-2/+7
* another Py2.5 test fixStefan Behnel2013-07-061-1/+3
* Py2.5 test fixStefan Behnel2013-07-061-4/+10
* fix testStefan Behnel2013-07-051-1/+1
* enable support for yield in return expressionsStefan Behnel2013-07-051-0/+14
* fix test after changing internal method calling (test finally behaves as expe...Stefan Behnel2013-02-161-6/+1
* extended test caseStefan Behnel2013-01-181-2/+6
* fix test that failed due to improved type inferenceStefan Behnel2012-12-231-1/+1
* minor name fix in testStefan Behnel2012-08-091-1/+1
* fix yield-from test in Py3.[12]Stefan Behnel2012-03-311-2/+1
* implementation of PEP 380 (yield from)Stefan Behnel2012-03-181-0/+1008