- 21 Jan, 2017 6 commits
- 20 Jan, 2017 6 commits
-
-
Dylan Trotter authored
-
Meador Inge authored
-
YOU authored
-
YOU authored
-
YOU authored
-
Dylan Trotter authored
-
- 19 Jan, 2017 7 commits
-
-
Dylan Trotter authored
Also updated Makefile to include these tests in the "make test" suite. It became awkward to automatically detect the .py test files (they don't really follow any particular naming convention) so they're listed explicitly. To make things easier to follow I also listed out the other stdlib test files explicitly. Long term I think we should be listing all files this way (including .go sources) so that things are less magical.
-
Dylan Trotter authored
-
Dylan Trotter authored
* ToInt() function that dispatches to `__int__` slot * ToIntValue() that does the above and then tries to fit it into a plain `int` * Switch some functions that were doing IntType.Call() to these functions which fixed some unsafe conversions
-
YOU authored
-
Alexander F Rødseth authored
-
cclauss authored
pip install --upgrade flake8 # http://flake8.pycqa.org python2 -m flake8 . --exclude=third_party --ignore=E1,E306 --max-line-length=80
-
Cholerae Hu authored
-
- 18 Jan, 2017 17 commits
-
-
Brian Atkinson authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
cclauss authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
YOU authored
-
Alexander F Rødseth authored
-
YOU authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
YOU authored
* move functools.py to stdlib * move md5.py to stdlib * move re.py re_tests.py sre_*.py to stdlib
-
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 4 commits
-
-
YOU authored
-
Dylan Trotter authored
-
YOU authored
-
YOU authored
-