Commit Graph

  • 3f3cce8785 Update docs: apply is gone; #* and #** are in Kodi Arfer 2017-07-19 11:00:43 -0700
  • 0bbb5f8e34 hy-repr: Support #* and #** Kodi Arfer 2017-07-19 10:25:24 -0700
  • 784a44601b Remove the implementation of apply Kodi Arfer 2017-07-19 10:18:55 -0700
  • 97ecb0b553 Remove apply from tests Kodi Arfer 2017-07-15 16:54:43 -0700
  • 75e4ad8304 Remove uses of apply from /hy Kodi Arfer 2017-07-15 16:28:31 -0700
  • 2d863abc85 Implement #* and #** unpacking Kodi Arfer 2017-07-17 13:34:39 -0700
  • c3c7af2db3 Merge pull request #1312 from Kodiologist/remove-py2-yield-from Tuukka Turto 2017-07-13 18:56:51 +0300
  • 801836f6c2 Remove the Python 2 yield-from macro Kodi Arfer 2017-07-10 09:04:24 -0700
  • a979dd85f7 Don't make yield-from a special form on Python 2 Kodi Arfer 2017-06-21 15:37:32 -0700
  • 7d8ffc0181 Merge pull request #1322 from kirbyfan64/new-rply gilch 2017-07-12 17:51:44 -0600
  • 33052f4180 Test compiling a lot of comment lines Kodi Arfer 2017-07-12 14:07:42 -0700
  • 292f445a0a Update rply to 0.7.5 Ryan Gonzalez 2017-07-12 15:52:55 -0500
  • 678998f00c Merge pull request #1321 from Kodiologist/no-str-as-sym Tuukka Turto 2017-07-12 22:11:36 +0300
  • 467b300e6c Remove an outdated comment Ryan Gonzalez 2017-07-12 13:56:17 -0500
  • b7657e8fa3 Require HySymbols instead of HyStrings more often Kodi Arfer 2017-07-12 10:57:35 -0700
  • 5610d7dedf Merge pull request #1294 from Kodiologist/nan-and-inf Kodi Arfer 2017-07-10 08:54:38 -0700
  • 5a1e6a7c6a hy-repr: Support NaN and Inf Kodi Arfer 2017-05-14 11:08:27 -0400
  • bb91b57dca Require capitalizing NaN and Inf like so Kodi Arfer 2017-05-14 11:12:28 -0400
  • a746ccb42c Refactor test_lex_expression_complex Kodi Arfer 2017-05-14 10:08:45 -0400
  • 7c53a07b93 Merge pull request #1314 from Kodiologist/compiler-autobox Tuukka Turto 2017-07-10 09:04:08 +0300
  • 850ba03d1f Slightly simplify HyREPL Kodi Arfer 2017-06-22 16:34:01 -0700
  • 6db3da779e Don't wrap values while expanding macros Kodi Arfer 2017-06-22 16:07:50 -0700
  • 55986b2033 Auto-promote values to HyObjects in the compiler Kodi Arfer 2017-06-27 15:09:31 -0600
  • 4be37b358b Make lists no longer magical for the compiler Kodi Arfer 2017-06-22 16:32:29 -0700
  • f55fcf43bd Add a docstring for hy-eval Kodi Arfer 2017-07-03 17:00:55 -0700
  • ca95194240 Change eval from a special form to a function Kodi Arfer 2017-06-22 11:23:16 -0700
  • 2e465dbf70 Merge pull request #1309 from Kodiologist/pythondontwritebytecode gilch 2017-06-26 19:46:36 -0600
  • f2278cf2f0 Support PYTHONDONTWRITEBYTECODE Kodi Arfer 2017-06-20 16:12:32 -0700
  • 399e7628b4 Parametrize test_bin_hy_byte_compile Kodi Arfer 2017-06-20 15:30:13 -0700
  • 672c8a1637 Merge pull request #1307 from hylang/windows-tests gilch 2017-06-26 14:27:16 -0600
  • a62faf7b8a Merge pull request #1296 from Kodiologist/literal-attr Kodi Arfer 2017-06-23 08:42:20 -0700
  • 26d1b3f72e Don't parse 5.attr or :foo.attr as symbols Kodi Arfer 2017-06-16 13:49:10 -0700
  • c8736ebd0c Use pytest.raises in test_lex Kodi Arfer 2017-05-09 18:28:56 -0400
  • e92ef484a0 Merge pull request #1310 from gilch/tagged-literals Ryan Gonzalez 2017-06-23 10:13:43 -0500
  • b7a0c2abf0 add tag macro tests gilch 2017-06-22 11:09:01 -0600
  • 901cfbda13 add tag macros to NEWS gilch 2017-06-22 10:57:26 -0600
  • 6cd3201421 rename sharp macros to tag macros gilch 2017-06-20 21:48:54 -0600
  • 20c26a52e4 make sharp macros take arbitrary identifiers gilch 2017-05-09 19:54:32 -0600
  • 8aeaace7cd Merge pull request #1311 from zackmdavis/retHyrement Kodi Arfer 2017-06-21 14:16:46 -0700
  • acf6e0e0fe remove @zackmdavis from core Zack M. Davis 2017-06-21 14:04:00 -0700
  • 49fd49e7ee Fix dirty-flag removal in docs/conf.py 0.13.0 Kodi Arfer 2017-06-20 14:26:39 -0700
  • aa08149712 Use universal newlines in test_bin.py gilch 2017-06-17 16:36:48 -0600
  • 3a7618806e Merge pull request #1305 from Kodiologist/release-0.13.0 Tuukka Turto 2017-06-16 06:37:01 +0300
  • 415fdfcc11 Punctuate NEWS more consistently Kodi Arfer 2017-06-15 11:52:00 -0700
  • 7361b37a75 Add get_version as a data file to setup.py Kodi Arfer 2017-06-15 11:30:05 -0700
  • 032830bada Mark support for Python 3.6 in setup.py Kodi Arfer 2017-06-15 11:11:54 -0700
  • d86381ff98 Merge pull request #1300 from Kodiologist/contributing Kodi Arfer 2017-06-14 14:08:34 -0700
  • 9441bfb7cf More rewording of CONTRIBUTING.rst Kodi Arfer 2017-06-14 14:07:18 -0700
  • febac43239 Misc language fixes/rewording for CONTRIBUTING.rst Ryan Gonzalez 2017-06-14 15:28:47 -0500
  • fc3dd8ab66 Fix Tuukka print example (#1304) Tristram Oaten 2017-06-12 14:36:47 +0100
  • 0baffaa360 Overhaul CONTRIBUTING.rst Kodi Arfer 2017-06-10 09:08:05 -0700
  • 111fe7a2b8 Add a copyright notice to the LICENSE Kodi Arfer 2017-05-24 14:21:20 -0700
  • abb75453cc Merge pull request #1303 from neil-lindquist/single-arg-cond Kodi Arfer 2017-06-10 08:32:46 -0700
  • c87a0fe02f Add Neil Lindquist to AUTHORS neil-lindquist 2017-06-09 20:50:07 -0500
  • d3df17d9d8 Modify cond to support single argument branches neil-lindquist 2017-06-09 20:22:23 -0500
  • 5bf9ecfc5a Forbid (try) and (try BODY) Kodi Arfer 2017-05-25 18:43:31 -0700
  • dffa2811e6 Return from the else clause of a try form Kodi Arfer 2017-05-13 21:35:12 -0400
  • 81d89c9d12 Enforce the standard order of try elements Kodi Arfer 2017-05-13 18:52:59 -0400
  • 0d2749d5cd Minor cleanup in hy.compiler: try, except Kodi Arfer 2017-05-13 09:37:00 -0400
  • 50aa930232 Merge pull request #1293 from hylang/docs-update Kodi Arfer 2017-05-24 09:49:40 -0700
  • 584273b9ca Update documentation links Kodi Arfer 2017-05-24 09:46:11 -0700
  • 479c1755a9 Show a version number at the top of each docs page Kodi Arfer 2017-05-23 11:29:48 -0700
  • e15992829d Simplify docs/conf.py Kodi Arfer 2017-05-15 17:16:17 -0400
  • dd9774fb6d Remove the documentation's dependency on Hy itself Kodi Arfer 2017-05-23 11:28:28 -0700
  • b9279183d7 Merge pull request #1286 from Kodiologist/new-license-headers gilch 2017-05-22 13:36:53 -0600
  • 687d750a88 Remove stray use of setf in documentation Yuval Langer 2017-05-19 23:36:06 +0300
  • 0162647bf3 Update the docs copyright footer. Kodi Arfer 2017-05-15 13:09:34 -0400
  • a537d33471 In setup.py, handle backslash-separated paths (#1284) Kodi Arfer 2017-05-03 16:47:52 -0700
  • 2eb81864df Make all files comply with license-header policy Kodi Arfer 2017-04-27 14:16:57 -0700
  • 90c5dec468 Add new license-header policy to CONTRIBUTING.rst Kodi Arfer 2017-04-27 14:11:38 -0700
  • 4fce884d1b Merge pull request #1279 from Kodiologist/pytest Kodi Arfer 2017-04-26 14:27:17 -0700
  • eeb0be8fb0 Add some xfail tests for known bugs Kodi Arfer 2017-04-17 16:37:20 -0700
  • 28e2c2840e Don't use Tox on Travis Kodi Arfer 2017-04-17 17:27:19 -0700
  • d3fa375052 Migrate from Nose to pytest Kodi Arfer 2017-04-26 14:00:11 -0700
  • d085fba5fe Move a quoting test to get rid of a directory Kodi Arfer 2017-04-15 17:38:05 -0700
  • 8afd13cb16 Use test functions instead of unittest.TestCase Kodi Arfer 2017-04-17 15:49:02 -0700
  • 55c205f87e Test take and drop only in native_tests.core Kodi Arfer 2017-04-15 16:53:20 -0700
  • 07e9284100 Correct import syntax in a test Kodi Arfer 2017-04-15 16:05:48 -0700
  • ec0902b649 Set __file__ of bytecode imports Kodi Arfer 2017-04-15 15:50:26 -0700
  • 401a5e109c Merge pull request #1273 from Kodiologist/out-with-the-old Kodi Arfer 2017-04-24 14:31:37 -0700
  • a27d737e1c Drop support for Pythons 3 older than 3.3 Kodi Arfer 2017-04-13 16:17:32 -0700
  • 5aaa7d92d8 Shorten hy._compat Kodi Arfer 2017-04-13 16:13:03 -0700
  • ef3bad7e03 Drop support for Python 2.6 Kodi Arfer 2017-04-13 16:09:45 -0700
  • a9cfe25068 Sort the results of os.walk in setup.py (#1281) Kodi Arfer 2017-04-24 07:54:15 -0700
  • 21cec4b64a Update NEWS for sharp macros (#1283) Kodi Arfer 2017-04-22 19:42:29 -0700
  • 4c38e2c9dd Rename reader macros to "sharp macros" (#1282) Kodi Arfer 2017-04-21 08:07:48 -0700
  • ad94343e4a Merge pull request #1269 from Kodiologist/bytecode Kodi Arfer 2017-04-14 13:52:07 -0700
  • a87b23b4e8 Check the magic number of bytecode files Kodi Arfer 2017-04-11 18:53:35 -0700
  • 36324e9499 Work around a Nose import bug on PyPy Kodi Arfer 2017-04-10 11:30:18 -0700
  • 2b11b9be20 Automatically read and write bytecode Kodi Arfer 2017-04-09 17:27:51 -0700
  • 7a53fdb180 Fold .coveragerc into setup.cfg Kodi Arfer 2017-04-08 09:52:18 -0700
  • b71962bbaa Remove unused internal fn import_file_to_globals Kodi Arfer 2017-04-06 16:15:13 -0700
  • 5eb928356a Overhaul semantics of binary operators (#1261) Kodi Arfer 2017-04-13 17:42:01 -0700
  • 18acfe6495 Revert the extension of with-decorator to setv Kodi Arfer 2017-03-25 17:15:10 -0700
  • 7c203abe4d Fix bug with unset __name__ of one-line functions Kodi Arfer 2017-03-25 18:07:45 -0700
  • 491b474e7f Make setv return None for more types of rvalues Kodi Arfer 2017-04-06 14:41:11 -0700
  • 286d568959 Fix a crash when tokenizing a single quote Kodi Arfer 2017-04-06 17:28:59 -0700
  • bb9f543246 Merge pull request #1265 from tuturto/repl-doc Kodi Arfer 2017-04-01 08:01:43 -0700
  • 36d09cb194 More documentation of strings and keywords Kodi Arfer 2017-03-30 12:30:00 -0700
  • 61daf98111 Merge pull request #1263 from Kodiologist/walk-loop Tuukka Turto 2017-04-01 08:19:44 +0300