hy/hy
Yigong Wang 4073c78069 Add -E support for Hy REPL
This commit adds -E support for Hy. Similar to Python, hy will ignore
all PYTHON* environment variables, e.g. PYTHONPATH and PYTHONHOME,
that might be set.
2018-03-31 15:16:40 -07:00
..
contrib Add `mangle` and `unmangle` as core functions 2018-03-13 14:55:55 -04:00
core Avoid a Python 3.7 deprecation warning 2018-03-24 12:34:43 -07:00
extra Add `mangle` and `unmangle` as core functions 2018-03-13 14:55:55 -04:00
lex Fix `mangle` for Pythons compiled with UCS-2 2018-03-30 07:23:32 -07:00
__init__.py Add `mangle` and `unmangle` as core functions 2018-03-13 14:55:55 -04:00
__main__.py Make all files comply with license-header policy 2017-04-27 14:16:57 -07:00
_compat.py Fix `mangle` for Pythons compiled with UCS-2 2018-03-30 07:23:32 -07:00
cmdline.py Add -E support for Hy REPL 2018-03-31 15:16:40 -07:00
compiler.py Fix PY37 docstring generation 2018-03-31 03:07:26 -04:00
completer.py Update copyright years 2018-01-01 10:38:33 -05:00
errors.py Update copyright years 2018-01-01 10:38:33 -05:00
importer.py Fix bytecode loading on Python 3.7 2018-03-24 12:34:43 -07:00
inspect.py Add a hy.introspect module to deal with getargspec deprecation 2018-02-14 16:05:31 -05:00
macros.py Add `mangle` and `unmangle` as core functions 2018-03-13 14:55:55 -04:00
models.py Report objects when raising type error (#1554) 2018-03-28 21:45:49 -05:00