- 05 Jan, 2017 1 commit
-
-
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 9 commits
-
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
Use full bin path names when executing grumpy tools. Otherwise some invocations fail with "no such file or directory" on Make 3.81 on OS X.
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
- 30 Dec, 2016 7 commits
-
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
- 29 Dec, 2016 6 commits
-
-
Dylan Trotter authored
Simplify dispatch and block body logic. Eliminate Block type. Unify functions with and without a dispatch function. Now only generators need a closure for holding state since the dispatcher is in a loop instead of an inner function.
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-