- 18 Jan, 2017 5 commits
-
-
Dylan Trotter authored
Fixes: https://github.com/google/grumpy/issues/123
-
YOU authored
-
Dylan Trotter authored
* Remove dependence on pip. * Add osx to Travis test matrix. * Remove pip upgrade and sudo requirement for Travis config.
-
Mirko Dziadzka authored
-
Cholerae Hu authored
* added groupby, izip_longest, permutations, product, combinations and combinations_with_replacement. * added corresponding tests. * make chain to be a iterator Signed-off-by: Cholerae Hu <choleraehyq@gmail.com>
-
- 17 Jan, 2017 10 commits
-
-
YOU authored
-
Dylan Trotter authored
-
YOU authored
-
YOU authored
-
cclauss authored
I sense that you folks are making progress on `re`, etc. The next line points readers to the wiki list that should be more complete and easier to keep up to date.
-
YOU authored
-
YOU authored
-
YOU authored
-
YOU authored
-
YOU authored
-
- 16 Jan, 2017 9 commits
-
-
Brian Atkinson authored
-
YOU authored
-
YOU authored
-
Dylan Trotter authored
-
YOU authored
-
YOU authored
-
YOU authored
-
YOU authored
-
YOU authored
-
- 15 Jan, 2017 6 commits
-
-
cclauss authored
-
YOU authored
-
YOU authored
-
YOU authored
-
Dylan Trotter authored
-
Meador Inge authored
When comparing two objects and the appropriate rich comparison method doesn't exist, the `__cmp__` method should be tried. For example, if `a == b` is executed and neither `a` or `b` have the appropriate rich comparison methods, then the equivalent of `a.__cmp__(b) == 0` should be tried. Lots of tests for both 3-way comparison and rich comparison were added. The comparison implementation in the runtime should be fully covered now.
-
- 14 Jan, 2017 4 commits
- 13 Jan, 2017 6 commits