hy/hy
Simon Whalen b89d142e95 Use and in hy.core.shadow.comp_op
Makes shadow operator behavior match normal (Python) operator behavior
when said operators are used in chained comparisons.

Resolves #1191
2017-02-03 15:22:19 -08:00
..
contrib Remove contrib.meth 2016-12-29 08:35:54 -08:00
core Use and in hy.core.shadow.comp_op 2017-02-03 15:22:19 -08:00
extra Move contrib.anaphoric to contrib.extra 2016-12-29 08:35:41 -08:00
lex Add a module for getting reserved words (#1171) 2016-12-12 10:11:42 +02:00
models Don't sort or deduplicate the items in a HySet 2016-09-26 09:47:04 -07:00
__init__.py Generate hy.version using git describe 2016-10-12 17:11:44 -07:00
__main__.py Typo fixes in comments 2014-05-02 21:31:51 +05:30
_compat.py adds support for Python 3.5 infix matrix multiplication 2015-04-12 21:45:39 -07:00
cmdline.py Fix invalid escape sequences 2017-01-01 00:20:04 +03:00
compiler.py Allow keyword args in method calls before the obj (#1167) 2017-01-03 00:24:55 -07:00
completer.py move imports and operators to satisfy new version of pep8 checker 2015-02-16 22:21:49 -08:00
errors.py Fix issue #982: UTF-8 encode error message before passing it to clint. 2015-12-14 21:55:53 +01:00
importer.py Revert "Modernized." (#1085) (#1188) 2016-12-27 09:09:58 -06:00
macros.py add defmacro! and fix macro expansion error message (#1172) 2016-12-14 18:10:46 -06:00