hy/docs
Christopher Allan Webber d5194f23fa Properly add yield-from, using python's real "yield from".
The yield-from that existed previously wasn't actually implementing the
full complexity of "yield from":

  http://legacy.python.org/dev/peps/pep-0380/#formal-semantics

... this includes passing along errors, and many other things.

Also removes the yield-from backport macro, since it does not seem
possible at present to conditionally build macros.

Thus, there is no longer yield-from on pre-python-3.3 systems.

Includes updated docs and tests to reflect all this.
2014-04-10 14:07:49 -05:00
..
_static Reorganize documentation. 2014-01-25 21:01:16 +02:00
contrib Fix versionadded in docs to 0.10.0 release 2014-04-10 23:51:32 +05:30
language Properly add yield-from, using python's real "yield from". 2014-04-10 14:07:49 -05:00
.gitignore Adding in a docs directory. 2013-03-12 22:53:45 -04:00
conf.py Update copyright year in docs. 2014-02-15 19:22:53 +02:00
coreteam.rst add clinton 2014-01-13 20:24:12 -05:00
hacking.rst Correcting typos. 2014-01-16 03:54:44 +02:00
index.rst Reorganize documentation. 2014-01-25 21:01:16 +02:00
make.bat This change updates the required Pygments version to 1.6, which 2014-03-14 09:01:47 -04:00
Makefile Adding in a docs directory. 2013-03-12 22:53:45 -04:00
quickstart.rst Visual and text changes in quickstart page. Kind of beautifying. It also 2014-01-17 04:02:33 +02:00
tutorial.rst Kill kwapply. 2014-04-09 20:10:31 +03:00