Implement step 1
[jackhill/mal.git] / python /
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-05-19 Joel MartinRefactor to use run scripts, remove *_RUNSTEP
2016-05-10 Joel MartinMerge pull request #210 from dubek/test-slurp-newline
2016-05-09 Joel MartinMerge pull request #208 from dubek/vim-fix-time-ms
2016-05-09 Joel MartinMerge pull request #209 from dubek/python-interop
2016-05-09 Dov Murikpython: Fix interop (py*, py!*)
2016-04-05 Joel MartinMerge pull request #194 from dubek/literal-empty-list
2016-04-04 Dov MurikMerge pull request #5 from zmower/literal-empty-list
2016-04-03 Dov MurikMerge pull request #4 from kanaka/issue194-literal...
2016-04-02 Joel MartinFix empty list eval in step2 for most languages.
2016-03-20 Chris M MooreUpdate from master
2016-03-15 Joel MartinTests: move step5 non-TCO tests to per impl.
2016-03-02 Vasilij SchneidermannMerge branch 'master' into elisp
2016-02-24 Joel MartinMerge branch 'issue_166_string_ops' of github.com:kanak...
2016-02-24 Joel MartinMerge branch 'master' into issue_166_string_ops
2016-02-24 Joel MartinDist/packaging for most impls. erlang, racket *ARGV...
2016-02-24 Joel MartinAdd dist targets to most implementations.
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-15 Joel Martinps, python: fix keyword? on empty string.
2016-02-11 Joel Martinhaxe, matlab, miniMAL, python, rpython: add seq/string?
2016-02-04 Joel MartinMerge pull request #158 from dubek/first-rest-nil
2016-02-04 Dov Murikcoffee, es6, js, perl, python, ruby: Fix (first nil...
2016-02-01 Joel MartinMerge pull request #161 from dubek/guide-time-ms-conj
2016-02-01 Joel MartinMerge pull request #157 from dubek/extra-args-as-list
2016-01-30 Dov Murikpython: Pass function arguments as a mal list
2016-01-29 Joel MartinMerge pull request #156 from omarrayward/explain-regexp...
2016-01-27 Joel MartinMerge pull request #155 from ekmartin/nested_equal_elixir
2016-01-27 Joel MartinMerge pull request #154 from dubek/python-fix-str-equal
2016-01-27 Dov Murikpython: Fix newline ("\n") handling
2016-01-27 Dov Murikpython: Fix equality of unicode/normal strings in Pytho...
2016-01-26 Joel MartinMerge branch 'Haxe'
2016-01-26 Joel MartinMerge pull request #146 from dubek/fix-macro-eval
2016-01-26 Joel MartinMerge pull request #143 from dubek/add-gensym
2016-01-26 Dov Murikmake, php, python, ruby: fix macro result evaluation
2016-01-23 Dov MurikAdd gensym and clean `or` macro to stepA of 12 implemen...
2015-12-28 Joel MartinMerge pull request #137 from ivern/kotlin
2015-12-18 Joel MartinMerge pull request #132 from sdt/native-swap
2015-12-17 Joel Martinpython: fix string/unicode comparison.
2015-11-19 Javier Fernandez... Merge remote-tracking branch 'kanaka/master' into kotlin
2015-11-10 Joel MartinMerge pull request #108 from dubek/tcl-impl
2015-11-10 Joel MartinFix hash-map equality in python and rpython.
2015-10-31 Joel MartinAll: fix read/print of \\, and \n
2015-10-27 Javier Fernandez... Updated from master, solved conflicts
2015-10-27 Joel MartinAll: show comments with stats target.
2015-10-05 Joel Martintravis: add bash, c, make to test matrix.
2015-10-05 Joel MartinAnother travisCI attempt for JS and python (matrix).
2015-07-31 Joel MartinES6: step0 and step1 basics.
2015-03-17 Chris M MooreAda: merge to latest baseline
2015-03-17 Peter StephensMerge branch 'master' of https://github.com/kanaka...
2015-03-14 Joel MartinAll: move metadata, atoms, readline, conj to stepA.
2015-03-12 Joel MartinTests: add testing Dockerfile. Impl fixes.
2015-03-07 Joel MartinAll step0: add test, fix bugs, remove step0 eval.
2015-03-06 Joel MartinMerge pull request #31 from microamp/py3
2015-03-06 james sangho nahcompatible with python 3
2015-03-05 Peter StephensMerge branch 'master' into fsharp
2015-03-04 Joel MartinMerge pull request #20 from def-/master
2015-03-01 Miki TebekaMerge branch 'master' of https://github.com/kanaka/mal
2015-02-28 Joel MartinMerge branch 'ruby1.9' of https://github.com/elektronau...
2015-02-28 Joel MartinMerge pull request #15 from joelpickup/master
2015-02-28 Joel MartinMerge pull request #14 from anton-trunov/guide-small-fix
2015-02-28 Joel MartinMerge pull request #13 from euc/patch-1
2015-02-28 Joel MartinMerge pull request #11 from treeform/patch-1
2015-02-28 Joel MartinAll: rename stepA_interop to stepA_mal
2015-01-09 Joel MartinPython: fix python3 support with keywords.
2015-01-09 Joel MartinAll: add keywords.
2015-01-07 Joel MartinAll: swap step9,A. Fixes for bash, C, perl.
2014-04-24 Joel MartinMerge commit 'e47ddca2f8d80145386a377fc81a738d89c46cf0'
2014-04-24 Joel MartinAll: TCO let* and quasiquote.
2014-04-24 Joel MartinPerl: add vector, hash-map, metadata, atom support...
2014-04-19 Joel MartinAll: *ARGV* and *host-language*. Misc syncing/fixes.
2014-04-18 Joel MartinRuby,Python,C#: readline history fixes. Ruby include...
2014-04-18 Joel MartinAll: perf test, Makefile refactor, add *host-language*
2014-04-17 Joel MartinAll: move some fns to core. Major cleanup.
2014-04-17 Joel MartinPython: metadata on builtin funcs. Support python3.
2014-04-15 Joel MartinAll: fix get. All pass stepA tests.
2014-04-11 Joel MartinAdd stats-lisp target (only env, core, stepA)
2014-04-10 Joel MartinFix metadata on functions.
2014-04-06 Joel MartinC,PHP,Python: stepA fixup. All tests/impls pass!
2014-04-06 Joel MartinPython: missed cleanup/core split of step9, stepA.
2014-04-03 Joel MartinAll: split types into types, env, printer, core.
2014-04-02 Joel MartinAll: remove slurp-do, use str around slurp instead.
2014-04-02 Joel MartinAll: pass stepA tests, in particular with correct conj...
2014-03-29 Joel MartinPS: error handling, throw, print excpetions without...
2014-03-24 Joel MartinCurrent state of mal for Clojure West lighting talk.