Commit Graph

  • e693a0267a Merge branch 'master' into pr/280 Paul Tagliamonte 2013-09-01 18:56:17 -04:00
  • 22204a326d Merge pull request #282 from tuturto/doc Nicolas Dandrimont 2013-08-26 04:25:05 -07:00
  • e845287941 fix def / setv example Tuukka Turto 2013-08-25 21:29:24 +03:00
  • 0e10f7b283 Removed duplicate flake8 since it has moved into requirements.txt Bob Tolbert 2013-08-24 11:24:25 -06:00
  • fdb2385223 Add flake8 to Travis-CI to prevent these from coming back Bob Tolbert 2013-08-24 09:03:11 -06:00
  • e33c27d447 Fixing blank line Flake8 failures Bob Tolbert 2013-08-24 08:33:13 -06:00
  • b5b2ec4896 Merge pull request #266 from paultag/paultag/feature/yield-from Bob Tolbert 2013-08-24 07:15:42 -07:00
  • f3c17bac33 Merge pull request #275 from khinsen/spy-mode khinsen 2013-08-20 01:17:13 -07:00
  • a3847191b6 Merge branch 'master' into spy-mode Konrad Hinsen 2013-08-20 10:12:23 +02:00
  • e158fba865 Merge pull request #265 from rwtolbert/hyc_args_fix Julien Danjou 2013-08-20 01:10:44 -07:00
  • 3321daa4cf Add "spy mode" to REPL With the command-line option --spy, the Hy REPL prints the Python equivalent of each expression before evaluating it. Konrad Hinsen 2013-08-19 15:27:55 +02:00
  • 1c12b2870e Add yield from via macro magic. Paul Tagliamonte 2013-08-17 11:37:48 -04:00
  • bffe3a05fa Merge branch 'master' into pr/271 Paul Tagliamonte 2013-08-17 11:04:24 -04:00
  • 43d8db628b Add james@agentultra to copyright header agentultra 2013-08-10 20:23:11 -04:00
  • b2951349b2 Merge branch 'master' into pr/232 Paul Tagliamonte 2013-08-10 17:05:50 -04:00
  • 99ba2880a6 minor fix Tuukka Turto 2013-08-05 23:30:03 +03:00
  • 7709509ed3 documenting defn / defun Tuukka Turto 2013-08-05 23:23:35 +03:00
  • 635e47b2cb documentation for defun / defn and let Tuukka Turto 2013-07-23 16:50:12 +03:00
  • fd53e653df Merge pull request #268 from rwtolbert/new_core_functions_3 Bob Tolbert 2013-07-29 08:15:30 -07:00
  • 41ae4f4d2c Update: Bob Tolbert 2013-07-07 20:36:26 -06:00
  • 51358e0f4b Add some machinery to avoid importing hy in setup.py Nicolas Dandrimont 2013-07-28 19:28:40 +02:00
  • 81af09d002 Wire the rply parser Nicolas Dandrimont 2013-04-12 17:30:13 +02:00
  • 2ed299676f Add a rply-based parser Nicolas Dandrimont 2013-04-08 20:36:45 +02:00
  • c8605feaea Add an rply-based lexer Nicolas Dandrimont 2013-04-08 09:56:04 +02:00
  • ce22e49b50 Add rply to dependencies Nicolas Dandrimont 2013-04-08 02:36:15 +02:00
  • e138af8b94 Merge pull request #267 from olasd/bugfix/quote-lambdalistkeyword Bob Tolbert 2013-07-27 17:15:20 -07:00
  • 9278b24318 Allow quoting lambda list keywords. Nicolas Dandrimont 2013-07-28 00:38:16 +02:00
  • acfc5c6aa5 Merge branch 'master' into pr/236 Paul Tagliamonte 2013-07-27 10:22:38 -04:00
  • d960dc963f Add CL handling to hyc Bob Tolbert 2013-07-25 23:33:14 -06:00
  • 6d9b93567d Merge branch 'master' into pr/262 Paul Tagliamonte 2013-07-23 00:08:32 -04:00
  • 7aa000b6a0 Merge branch 'master' into pr/263 Paul Tagliamonte 2013-07-23 00:07:11 -04:00
  • 68ade73dd1 Merge branch 'master' into pr/258 Paul Tagliamonte 2013-07-23 00:05:58 -04:00
  • 6665a2b490 clarified rest / cdr, cleaned up require Tuukka Turto 2013-07-23 06:39:29 +03:00
  • 151ac69ce8 working on documenting builtins Tuukka Turto 2013-07-23 00:36:34 +03:00
  • c6410b7050 cond documentation Tuukka Turto 2013-07-22 23:59:21 +03:00
  • ec76c6bee0 documentation for require working on documenting macros Tuukka Turto 2013-07-22 23:36:59 +03:00
  • 82e8598cd6 fix to assoc docs + new multiassoc definition Guillermo Vaya 2013-07-17 16:25:22 +02:00
  • a71e09b1cf Merge pull request #260 from rahmu/master Julien Danjou 2013-07-21 00:56:42 -07:00
  • b761c7dc83 Fixes a mistake (most probably a typo) in the tutorial. Joe H. Rahme 2013-07-21 02:59:35 +02:00
  • a786577a8b documentation for global Tuukka Turto 2013-07-19 15:57:25 +03:00
  • 22d8a78330 better macro example Tuukka Turto 2013-07-19 12:06:23 +03:00
  • a17dcdbffb Make with return the last expression from its branch Nicolas Dandrimont 2013-07-19 00:43:06 +02:00
  • d580351b41 initial macrodef documentation Tuukka Turto 2013-07-18 15:00:24 +03:00
  • ad86dff754 Merge branch 'master' into pr/254 Paul Tagliamonte 2013-07-18 00:00:42 -04:00
  • 099ad28ad1 added @paultag suggestions Guillermo Vaya 2013-07-17 15:40:38 +02:00
  • 348eaaa0f4 Merge pull request #243 from paultag/paultag/bugfix/fix-yield rwtolbert 2013-07-16 18:27:14 -07:00
  • d3e3334bb4 Merge branch 'master' into pr/252 Paul Tagliamonte 2013-07-16 21:11:12 -04:00
  • 8283920402 Merge branch 'master' into pr/251 Paul Tagliamonte 2013-07-16 21:09:00 -04:00
  • 967bb95534 Merge branch 'master' into pr/237 Paul Tagliamonte 2013-07-16 21:05:31 -04:00
  • 3dde930ede Merge branch 'master' into pr/236 Paul Tagliamonte 2013-07-16 20:57:29 -04:00
  • 6778e9b2e1 added @tuturto sugesstions and flake8 errors Guillermo Vaya 2013-07-16 16:12:43 +02:00
  • 624dfdc8c9 clarified foreach - else Tuukka Turto 2013-07-16 20:23:38 +03:00
  • dda291cfb5 make assoc accept multiple values, also added a even/odd check for checkargs Guillermo Vaya 2013-07-16 14:35:57 +02:00
  • c42492ad84 Fix missing docstrings from defclass issue #248 Bob Tolbert 2013-07-14 17:25:57 -06:00
  • a85ba71a20 Removes link to interactive demo from docs Joe H. Rahme 2013-07-15 10:45:42 +02:00
  • 7c91913122 Fix yielding to not suck (#151) Paul Tagliamonte 2013-07-14 13:03:08 -04:00
  • df7bb1d29a Provide bin scripts for both Windows and *nix Bob Tolbert 2013-06-29 15:56:58 -06:00
  • 62f1f40830 Add set of new core functions Bob Tolbert 2013-07-07 20:36:26 -06:00
  • 9cf3ee4b43 Merge pull request #241 from rahmu/240 Julien Danjou 2013-07-13 00:35:49 -07:00
  • 6dc424007f removed setf Tuukka Turto 2013-07-10 11:39:27 +03:00
  • e09a89b7cf foreach - else clarification Tuukka Turto 2013-07-10 08:24:58 +03:00
  • 08734602ca defclass clarification Tuukka Turto 2013-07-10 07:11:11 +03:00
  • 236ebccc74 Removes setf in favor of setv Joe H. Rahme 2013-07-10 02:16:49 +02:00
  • 9c31e34a26 documentation for builtins relates #18 Tuukka Turto 2013-07-06 23:43:47 +03:00
  • d4aa9b8632 Update NEWS. Paul Tagliamonte 2013-07-07 14:03:25 -04:00
  • 07cf0b72d1 0.9.10 release. Bugfix only. 0.9.10 Paul Tagliamonte 2013-07-06 19:41:08 -04:00
  • 3358b5581c Include hy files in the release. Paul Tagliamonte 2013-07-06 19:40:47 -04:00
  • e005cb773c Preparing 0.9.9 0.9.9 Paul Tagliamonte 2013-07-06 19:34:01 -04:00
  • 801a16c415 Adding NEWS entry Paul Tagliamonte 2013-07-06 15:04:11 -04:00
  • 1cb8db1cb2 Fix flake error Nicolas Dandrimont 2013-07-06 20:39:02 +02:00
  • e4ae9880f4 Don't leave cruft around in sys.modules when an import fails. Morten Linderud 2013-07-06 20:35:26 +02:00
  • b78be9a594 Jank @olasd's hack, clean up core. Paul Tagliamonte 2013-07-06 14:00:11 -04:00
  • 8d96f68bd6 Merge branch 'master' into pr/222 Paul Tagliamonte 2013-07-06 13:45:29 -04:00
  • 2c4c95725e Style fixes. Paul Tagliamonte 2013-07-06 13:43:05 -04:00
  • 35e28e52ac documentation for some of the builtins references #18 Tuukka Turto 2013-06-30 16:39:06 +03:00
  • 748f54b2f9 Move code from hy.readline_helpers into new hy.completer.completion context manager so we can "wrap" readline completion around REPL interaction. Ralph Moritz 2013-07-06 17:43:51 +02:00
  • 5554c50671 Updating NEWS entries. Paul Tagliamonte 2013-07-04 22:25:40 -04:00
  • 56ccdf97e3 Style fixes. Paul Tagliamonte 2013-07-04 21:31:17 -04:00
  • 2e909d5357 Merge branch 'master' into pr/213 Paul Tagliamonte 2013-07-04 21:25:58 -04:00
  • 888dc19882 Get Hy working on Windows by making readline use conditional. Ralph Moritz 2013-06-29 16:23:48 +02:00
  • b22f477081 Merge pull request #202 from paultag/paultag/feature/start-language-lib Julien Danjou 2013-07-01 08:52:57 -07:00
  • cabf40bd2a documented else / finally syntax for try / catch Tuukka Turto 2013-06-30 08:27:15 +03:00
  • 86af7eacf1 Add in a new core language file. Paul Tagliamonte 2013-06-29 11:50:31 -04:00
  • ceea41ac93 Merge branch 'master' into pr/197 Paul Tagliamonte 2013-06-29 11:53:28 -04:00
  • b65c2a4596 whitespace fix Nicolas Dandrimont 2013-06-26 08:44:09 +02:00
  • 482282178c changed macro to ignore empty trees and made compiler do the substitution work Guillermo Vaya 2013-06-26 02:20:15 +02:00
  • 4c7b4f70e3 changed try to testing for an empty list for legibility (as suggested by paultag), also added to authors Guillermo Vaya 2013-06-26 01:58:28 +02:00
  • 7b7b953410 set the value of empty hy expression to [] Guillermo Vaya 2013-06-26 01:40:10 +02:00
  • 9b45dd4ffe add tumblr printer Paul Tagliamonte 2013-06-25 21:47:54 -04:00
  • 612b9f783f Merge branch 'master' into pr/209 Paul Tagliamonte 2013-06-25 19:24:29 -04:00
  • 59550c9abd tell flake8 to shut up Paul Tagliamonte 2013-06-25 19:23:44 -04:00
  • 2f16ad6e78 Merge branch 'master' into pr/208 Paul Tagliamonte 2013-06-25 19:20:58 -04:00
  • de8b62d0d5 Added Twisted example. Duncan McGreggor 2013-06-25 10:54:40 -07:00
  • 42468051f5 Builtins fix for 2 and 3, tests aswell Morten Linderud 2013-06-25 17:02:02 +02:00
  • 1f977cae8d Merge remote-tracking branch 'upstream/master' Bob Tolbert 2013-06-23 23:09:30 -06:00
  • 73c1f218e2 fixed a bug and added tests Morten Linderud 2013-06-24 03:26:40 +02:00
  • a455800bc7 added break and continue Morten Linderud 2013-06-24 02:39:46 +02:00
  • 3f992524bb Merge remote-tracking branch 'upstream/master' Bob Tolbert 2013-06-23 18:14:43 -06:00
  • e1091afe94 fix up the quit message to be wiseass like python's Paul Tagliamonte 2013-06-22 22:39:05 -04:00
  • 56bae8cc54 FIxed Authors Morten Linderud 2013-06-23 04:18:22 +02:00