contrib
|
Use #* assignments instead of head-tail
|
2019-08-18 09:44:29 -04:00 |
core
|
Add explicit checks for HyList
|
2019-08-18 09:43:02 -04:00 |
extra
|
Update copyright years
|
2019-02-07 08:57:35 -05:00 |
lex
|
Move isidentifier to hy.lex
|
2019-06-04 14:01:59 -04:00 |
__main__.py
|
Pre-Python 3.4 cleanup (including Python 2)
|
2019-07-22 14:11:17 -04:00 |
_compat.py
|
Remove hy._compat.PY3
|
2019-06-04 14:01:59 -04:00 |
cmdline.py
|
Remove aliases: builtins , FileNotFoundError
|
2019-06-04 14:01:59 -04:00 |
compiler.py
|
Clean up string handling in _compile_assign
|
2019-08-18 09:43:02 -04:00 |
importer.py
|
Pre-Python 3.4 cleanup (including Python 2)
|
2019-07-22 14:11:17 -04:00 |
macros.py
|
Fix crashes on the new Python 3.8 alpha
|
2019-06-04 16:03:52 -04:00 |
model_patterns.py
|
Update copyright years
|
2019-02-07 08:57:35 -05:00 |
models.py
|
Return plain lists from HyDict.keys, .values
|
2019-08-18 09:43:02 -04:00 |