hy/hy
Michael Maltese 6e61f04e46 HyMacroExpansionError shouldn't truncate message
For example:

```
$ hy
hy 0.10.1 using CPython(default) 2.7.8 on Darwin
=> (defmacro hi [] (raise (TypeError "This message will be truncated")))
=> (hi)
  File "<input>", line 1, column 1

  (hi)
  ^--^
HyMacroExpansionError: `hi' message will be truncated
````
2014-11-27 15:29:34 -08:00
..
contrib anaphoric: fix first & last when conditions fail 2014-05-24 17:48:46 +05:30
core Implement yield-from in Python 2.x as a macro 2014-11-20 20:48:15 -06:00
lex Remove HyLambdaListKeyword from the parser 2014-06-03 21:36:49 -04:00
models Merge branch master onto #525 2014-10-09 21:28:33 +05:30
__init__.py Remove HyLambdaListKeyword from the parser 2014-06-03 21:36:49 -04:00
__main__.py Typo fixes in comments 2014-05-02 21:31:51 +05:30
_compat.py Fix flake8 errors 2014-11-01 16:07:39 -05:00
cmdline.py Implement -m command line flag to run a module by name 2014-11-26 09:13:45 -07:00
compiler.py Fix #684 2014-11-13 17:49:17 -06:00
completer.py Fix for readline REPL problem Darwin Python3 2013-12-20 07:23:35 -07:00
errors.py Typo fixes in comments 2014-05-02 21:31:51 +05:30
importer.py Merge branch 'master' into pr/397 2014-01-01 16:40:16 -05:00
macros.py HyMacroExpansionError shouldn't truncate message 2014-11-27 15:29:34 -08:00
version.py 0.10.1 2014-10-10 09:45:31 -04:00