hy/docs/language
pyos 8e4b21103c Reimplement some built-ins in terms of the standard library.
As a result:

  * functions such as `nth` should work correctly on iterators;
  * `nth` will raise `IndexError` (in a fashion consistent with `get`)
    when the index is out of bounds;
  * `take`, etc. will raise `ValueError` instead of returning
    an ambiguous value if the index is negative;
  * `map`, `zip`, `range`, `input`, `filter` work the same way (Py3k one)
    on both Python 2 and 3 (see #523 and #331).
2014-04-29 18:03:43 +04:00
..
api.rst Merge pull request #553 from berkerpeksag/missing-versionadded 2014-04-13 17:33:20 +02:00
cli.rst This change updates the required Pygments version to 1.6, which 2014-03-14 09:01:47 -04:00
core.rst Reimplement some built-ins in terms of the standard library. 2014-04-29 18:03:43 +04:00
index.rst Reorganize documentation. 2014-01-25 21:01:16 +02:00
internals.rst This change updates the required Pygments version to 1.6, which 2014-03-14 09:01:47 -04:00
readermacros.rst Light copy-editing 2014-01-17 20:28:24 +01:00