- 18 Feb, 2017 2 commits
-
-
Dylan Trotter authored
dictNE was checking v.isInstance(DictType) instead of checking w. This causes a variety of undefined behavior including segfault, invalid mutex state, etc.
-
Dong-hee Na authored
-
- 17 Feb, 2017 1 commit
-
-
YOU authored
-
- 16 Feb, 2017 1 commit
-
-
YOU authored
-
- 15 Feb, 2017 1 commit
-
-
Dong-hee Na authored
-
- 13 Feb, 2017 2 commits
-
-
Dylan Trotter authored
Addresses https://github.com/google/grumpy/issues/56
-
Dong-hee Na authored
-
- 12 Feb, 2017 6 commits
-
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dylan Trotter authored
-
Dong-hee Na authored
-
Long Ang authored
-
Long Ang authored
-
- 08 Feb, 2017 4 commits
-
-
Dong-hee Na authored
-
Long Ang authored
-
Long Ang authored
-
Long Ang authored
-
- 06 Feb, 2017 1 commit
-
-
Garry Bullock authored
-
- 05 Feb, 2017 1 commit
-
-
YOU authored
-
- 04 Feb, 2017 2 commits
-
-
Dylan Trotter authored
-
YOU authored
-
- 02 Feb, 2017 2 commits
-
-
Long Ang authored
-
Dong-hee Na authored
-
- 01 Feb, 2017 2 commits
-
-
Dong-hee Na authored
-
Cholerae Hu authored
-
- 31 Jan, 2017 2 commits
-
-
Cholerae Hu authored
-
cclauss authored
In CPython the function form is twice as slow.
-
- 28 Jan, 2017 1 commit
-
-
Brian Atkinson authored
This eliminates an extra allocation for the backing array by storing it in the memory directly following the tuple itself.
-
- 27 Jan, 2017 4 commits
-
-
Meador Inge authored
This patch adds minimal support for complex numbers. Complex literals can be parsed and a very minimal complex number type has been added to the runtime. While minimal, the basic pieces are fleshed out enough that producing follow-on patches to incrementally develop `complex` should be easy.
-
YOU authored
-
Miguel Matos authored
-
YOU authored
-
- 26 Jan, 2017 2 commits
-
-
Meador Inge authored
-
cclauss authored
-
- 25 Jan, 2017 1 commit
-
-
YOU authored
-
- 24 Jan, 2017 4 commits
-
-
YOU authored
-
Brian Atkinson authored
-
Brian Atkinson authored
Method covered by new benchmarks: * Dict.GetItem * Dict.IterItems * Dict.IterKeys * Dict.IterValues * NewInt - Fixed so that references aren't elided anymore. * NewStr
-
Meador Inge authored
As specified here: * https://docs.python.org/2/library/stdtypes.html#sequence-types-str-unicode-list-tuple-bytearray-buffer-xrange This commit only uses the sequence count method for `list.count`, but it can easily be applied to other sequence types in follow-on commits.
-
- 23 Jan, 2017 1 commit
-
-
YOU authored
-