- 10 Jan, 2017 1 commit
-
-
YOU authored
* Start implement string slicing * implement unicode slicing
-
- 09 Jan, 2017 7 commits
-
-
Izaak Weiss authored
-
ns-cweber authored
-
Paul Smith authored
* Implement print_function future feature This allows the import statement `from __future__ import print_function` to work, by setting a flag on the parser to treat print statement/keyword as a syntax error.
-
ns-cweber authored
* Implemented via descriptors instead of overriding GetAttribute
-
Kyoung-chan Lee authored
* Implement os.chdir, os.getcwd. * Implement os.path.abspath. Add _AssertEqual() to check not only values but also types.
-
Florian Ludwig authored
The link was interpreted as local and did link to https://github.com/google/grumpy/blob/master/jyni.org instead of http://jyni.org
-
Meador Inge authored
Implement the `any` as defined here: * https://docs.python.org/2/library/functions.html#any Note that a new helper function `seqFindFirst` was added that is used to implement `builtinAll`, `builtinAny`, and `seqContains`.
-
- 07 Jan, 2017 4 commits
-
-
Jurriaan Bremer authored
-
Cholerae Hu authored
-
Meador Inge authored
Implement the `all` as defined here: * https://docs.python.org/2/library/functions.html#all
-
Meador Inge authored
This patch finishes implementing support for unary minus. The slot and core dispatch functions were already there, but the individual numeric slot implementations were missing.
-
- 06 Jan, 2017 5 commits
-
-
Kyoung-chan Lee authored
* Implement os.path.dirname. * Implement os.path.exists, os.path.isdir, os.path.isfile.
-
Meador Inge authored
Implement the `abs` as defined here: * https://docs.python.org/2.7/library/functions.html#abs
-
feilengcui008 authored
-
Dylan Trotter authored
-
Dylan Trotter authored
Update travis cfg to run full test suite + gofmt + lint.
-
- 05 Jan, 2017 5 commits
-
-
Dylan Trotter authored
Add NewRootFrame() function for calling into Grumpy manually. Replace all newFrame(nil) with NewRootFrame().
-
Brian Atkinson authored
-
Brian Atkinson authored
Atomic operations on non-8 byte aligned values results in segfaults on some 32bit architectures. This aligns all 64 atomic operations as well as places compile time checks to prevent regression.
-
Brian Atkinson authored
-
Alex Koren authored
* added compress, cycle, dropwhile, from_iterable, ifilter, ifilterfalse, and takewhile in itertools * added itertools tests for cycle, dropwhile, from_iterable, ifilter, ifilterfalse, takewhile
-
- 04 Jan, 2017 16 commits
-
-
Dylan Trotter authored
-
Dylan Trotter authored
Fix silently dropping assertions at the top level of a block. https://github.com/google/grumpy/issues/18
-
Dylan Trotter authored
Mention design parameters upfront
-
Dylan Trotter authored
Add Travis CI build status to the README.
-
Dylan Trotter authored
Fix incorrect capitalization of "The"
-
Steven Maude authored
-
Brett Cannon authored
Closes #1
-
Ryan Kennedy authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
pip install now uses --target and --install-scripts instead of --prefix since the latter is not available on ancient versions of pip.
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
- 03 Jan, 2017 1 commit
-
-
Dylan Trotter authored
-
- 01 Jan, 2017 1 commit
-
-
Dylan Trotter authored
-