Commit Graph

  • 5bed886362 Fix j-related NEWS entry Nicolas Dandrimont 2013-05-06 14:58:14 +0300
  • 57430a7a86 awesome. 0.9.7 0.9.7 Paul Tagliamonte 2013-05-05 23:04:51 -0400
  • ba114f220b add NEWS Paul Tagliamonte 2013-05-05 23:03:55 -0400
  • 45db4a8d0f Use unittest2 in travis for py2.6 Nicolas Dandrimont 2013-05-04 09:55:20 +0200
  • 6948fff112 Add a first test for the compiler Julien Danjou 2013-05-03 22:50:50 +0200
  • a0285903e6 Cleanup Julien Danjou 2013-05-03 22:10:43 +0200
  • 9d8accb93a compiler: do not optimize Name Julien Danjou 2013-05-03 22:01:21 +0200
  • 126e7ac531 Remove some unused code Nicolas Dandrimont 2013-05-03 18:41:19 +0200
  • 6b2c635cfa Add some more eval tests Nicolas Dandrimont 2013-05-03 17:58:56 +0200
  • 387bc0d9f2 Split eval in two steps to allow eval'ing statements Nicolas Dandrimont 2013-05-03 17:49:45 +0200
  • 4387b947b3 Add a test for subscript assignment Nicolas Dandrimont 2013-05-03 00:19:23 +0200
  • 510ad53c71 mangles kthxbye Nicolas Dandrimont 2013-04-30 20:13:00 +0200
  • e9f7c47663 Do the macro processing in the compiler Nicolas Dandrimont 2013-05-01 19:50:06 +0200
  • 3d8a3d589c Refactor compiler using a result carrying object Nicolas Dandrimont 2013-05-04 09:16:01 +0200
  • b7f92bd915 Don't lex "j" as a complex number. Nicolas Dandrimont 2013-05-04 10:27:30 +0200
  • 2ef9a0fdaf Rename decorate-with' to with-decorator' Julien Danjou 2013-04-28 17:14:22 +0200
  • 08fbd754b6 Update indentation for `if' Julien Danjou 2013-04-28 17:08:00 +0200
  • f25177e9a6 Add a `unless' macro Julien Danjou 2013-04-28 17:02:08 +0200
  • f68e3b972b Add a `when' macro Julien Danjou 2013-04-28 16:57:29 +0200
  • 9b261a5004 Make HyList add returns HyList Julien Danjou 2013-04-28 16:56:28 +0200
  • 27e74d43b1 Re-indent Hy code using hy-mode Julien Danjou 2013-04-28 16:31:31 +0200
  • 9776b7133e update readme Paul Tagliamonte 2013-04-27 20:52:37 -0400
  • d4ff08ba3f Merge pull request #155 from willkg/better-c Will Kahn-Greene 2013-04-25 13:10:17 -0700
  • 07dec18dc3 Fix "hy -c CMD" to show lex errors; add tests Will Kahn-Greene 2013-04-24 09:21:42 -0400
  • 760774afde Implement import_buffer_to_module John Jacobsen 2013-04-24 09:21:16 -0400
  • 50daf1b4c8 Make temp attribute more solid and add unit test on regression Julien Danjou 2013-04-24 22:34:14 +0200
  • 4447ac5f1a Revert wrong changes on temporary_attribute_value Julien Danjou 2013-04-24 22:06:53 +0200
  • 08b30e8195 Back-figuring the license/copyright info Will Kahn-Greene 2013-04-24 09:03:56 -0400
  • 3f7f241097 Fix license header Will Kahn-Greene 2013-04-24 08:57:51 -0400
  • fb8140b6bc Add license to new file Will Kahn-Greene 2013-04-24 08:32:03 -0400
  • 4e59af0033 Redid command line code Will Kahn-Greene 2013-04-23 21:57:13 -0400
  • ada946fca8 style cleanup Paul Tagliamonte 2013-04-23 19:25:02 -0400
  • a1cf9e50eb Merge branch 'master' into pr/141 Paul Tagliamonte 2013-04-23 19:23:37 -0400
  • 52ebcfae8c removing the dunder. that was a bad move. Paul Tagliamonte 2013-04-22 21:49:19 -0400
  • 109e8cb147 sorting imports by length Paul Tagliamonte 2013-04-22 21:47:43 -0400
  • a9a67e9418 Simplify compile Julien Danjou 2013-04-22 22:46:43 +0200
  • c241236bf5 Remove useless class attribute Julien Danjou 2013-04-22 00:54:58 +0200
  • 6cb17a2f14 Merge branch 'master' into pr/149 Paul Tagliamonte 2013-04-21 20:59:50 -0400
  • 8d8dd62168 Move take and drop from AST impl. in compiler.py to macros in core/bootstrap.py John Jacobsen 2013-04-21 19:08:30 -0500
  • afd0ba1870 Remove useless variable assignment Julien Danjou 2013-04-22 00:30:22 +0200
  • c65df143b9 Simplify 'take' John Jacobsen 2013-04-21 15:47:45 -0500
  • f69c6243e8 Fix 'direction' of 'drop' function John Jacobsen 2013-04-21 15:46:31 -0500
  • fef571855b Added 'take' and 'drop' functions (as AST elements) John Jacobsen 2013-04-21 15:41:20 -0500
  • 6f7f402c19 Merge branch 'master' into pr/140 Paul Tagliamonte 2013-04-21 12:29:09 -0400
  • 55ed7cee62 misc. style fixes Paul Tagliamonte 2013-04-21 11:43:33 -0400
  • 7066d53b02 Introduce a context manager for compiler.returnable Julien Danjou 2013-04-21 00:17:30 +0200
  • adecd32897 Merge branch 'master' into pr/144 Paul Tagliamonte 2013-04-21 11:12:04 -0400
  • 47b2709c47 Merge branch 'master' into pr/145 Paul Tagliamonte 2013-04-21 11:04:36 -0400
  • 36a7f91014 Merge branch 'master' into pr/146 Paul Tagliamonte 2013-04-21 11:03:32 -0400
  • feabe3ff4a Merge branch 'master' into pr/125 Paul Tagliamonte 2013-04-21 10:58:08 -0400
  • 592129502b Adding @egenhombre to AUTHORS Paul Tagliamonte 2013-04-21 10:53:34 -0400
  • 5ce87d53b1 Merge branch 'master' of github.com:hylang/hy John Jacobsen 2013-04-21 09:33:16 -0500
  • 3f6bf5f27b more TODOs John Jacobsen 2013-04-21 09:27:11 -0500
  • 38051ef96b whitespace in doc John Jacobsen 2013-04-21 09:04:52 -0500
  • 44329227db Remove unneeded line from TODO section John Jacobsen 2013-04-21 09:04:13 -0500
  • 499ec7697c Add context manger / 'with' statement to tutorial John Jacobsen 2013-04-21 09:03:19 -0500
  • c0baea80dc Mangler cosmetic cleanup Julien Danjou 2013-04-19 18:21:21 -0700
  • 17c8ecd332 Run setup.py install before running tests Julien Danjou 2013-04-20 22:39:58 +0200
  • 3226ecc33f Fix bin/hy and add a unit test Julien Danjou 2013-04-20 22:27:10 +0200
  • 7f230fdd10 importer: remove useless import Julien Danjou 2013-04-20 22:14:08 +0200
  • 07e99dbd33 importer: doc update, MetaImport refactor Julien Danjou 2013-04-20 22:11:53 +0200
  • 494bf0e8ad Remove the import-as and import-from builtins Gergely Nagy 2013-04-20 16:06:32 +0200
  • 74ea8fe5e5 Allow fn to have no body Julien Danjou 2013-04-19 18:31:32 -0700
  • 07860b5ce6 Allow variable without value in `let' declaration Julien Danjou 2013-04-19 19:20:09 -0700
  • 0efe3d7c49 Removed .format from lex/states.py James King 2013-04-19 10:49:57 -0400
  • 047956c59b Clean up based on review James King 2013-04-19 10:34:17 -0400
  • 18cb7203d3 Added global. Not sure if this is a good idea ... E. Anders Lannerback 2013-04-19 08:40:03 +0200
  • aadf47ed99 documenting hy.core.mangles Paul R. Tagliamonte 2013-04-18 22:50:46 -0400
  • 23773a5117 docstrings on the mangle Paul R. Tagliamonte 2013-04-18 22:44:03 -0400
  • 20b776aeb2 Removed redundant expression from _parse_lambda_list James King 2013-04-18 22:32:08 -0400
  • 1080a457b1 Implemented &key and added tests James King 2013-04-18 22:27:38 -0400
  • 049c019791 Remove useless check Julien Danjou 2013-04-18 19:08:19 -0700
  • f268403d49 Add another small test on this Paul R. Tagliamonte 2013-04-18 21:46:30 -0400
  • 263d7af0fc Added line and column offsets James King 2013-04-18 18:39:49 -0400
  • 70e0d88149 WIP - Added &key support James King 2013-04-18 17:47:08 -0400
  • 18ed72136f Merge branch 'master' into feature/lambda-list-keyword James King 2013-04-18 15:17:30 -0400
  • d3a019b3dd Don't quote things in (quote) - Closes #129 Paul R. Tagliamonte 2013-04-17 23:20:56 -0400
  • 3f362bc318 Merge branch 'unary_minus' of github.com:khinsen/hy Paul R. Tagliamonte 2013-04-16 23:07:32 -0400
  • 270a619cf7 Simplify the decorator hy.compiler.builds Not so much for the efficiency gain, but to save keystrokes in the debugger when looking at methods with lots of builds decorators. Konrad Hinsen 2013-04-16 17:53:02 +0200
  • 41a9ce28f0 Implement unary minus Konrad Hinsen 2013-04-16 17:43:40 +0200
  • 1bcce13e1d Merge branch 'master' of github.com:paultag/hy Paul R. Tagliamonte 2013-04-15 23:00:18 -0400
  • 4888589f59 Callin' this 0.9.6 0.9.6 Paul R. Tagliamonte 2013-04-15 22:36:50 -0400
  • 475c2b6b63 Use HyTypeError to raise else' errors in foreach' Julien Danjou 2013-04-15 11:47:11 -0700
  • 1295369ed8 Adding in the mant thinger. Paul Tagliamonte 2013-04-15 08:37:25 -0400
  • d50551ca71 fixing the bits Paul R. Tagliamonte 2013-04-14 22:19:33 -0400
  • 09d20cf904 Adding in some new items Paul R. Tagliamonte 2013-04-14 22:17:15 -0400
  • 9d913e92af removing the pass Paul R. Tagliamonte 2013-04-14 21:58:44 -0400
  • 7b4d4fb371 Merge branch 'jd/finally' of git://github.com/jd/hy into pr-94 Paul R. Tagliamonte 2013-04-14 21:57:11 -0400
  • da33f41753 some style fixes for @algernon Paul R. Tagliamonte 2013-04-14 21:54:15 -0400
  • a5a54fc7eb Merge branch 'f/smart-import' of git://github.com/algernon/hy into pr-113 Paul R. Tagliamonte 2013-04-14 21:32:22 -0400
  • 3b3768853a Merge branch 'jd/remove-pass' of git://github.com/jd/hy into pr-122 Paul R. Tagliamonte 2013-04-14 21:09:47 -0400
  • 5d0b1a5e1e Merge branch 'jd/for-else' of git://github.com/jd/hy into pr-121 Paul R. Tagliamonte 2013-04-14 21:05:55 -0400
  • bbaab58a4c Implements else' for foreach' statements Julien Danjou 2013-04-14 20:22:38 +0200
  • c05ae5fcbc Add AugAssign handling Julien Danjou 2013-04-14 17:30:12 +0200
  • 60a9003b0c Add missing bits operator and power Julien Danjou 2013-04-14 17:37:18 +0200
  • 6a09179809 Enhance error handling Julien Danjou 2013-04-09 23:06:04 +0200
  • fdb6bf944c try: add support for `finally' Julien Danjou 2013-04-09 21:19:24 +0200
  • 403be35aa3 use hy Paul R. Tagliamonte 2013-04-14 18:24:37 -0400
  • cb20910d93 Remove `pass' from the language. Julien Danjou 2013-04-14 13:56:44 +0200
  • 1756e534ad The b prefix works since python2.6 Nicolas Dandrimont 2013-04-13 21:45:33 +0200