[pypy-commit] pypy py3.5: Implement deque.index and fix spacing

2016-10-09 Thread reubano
Author: Reuben Cummings Branch: py3.5 Changeset: r87666:f5ff941a8b4b Date: 2016-10-09 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/f5ff941a8b4b/ Log:Implement deque.index and fix spacing diff --git a/pypy/module/_collections/interp_deque.py b/pypy/module/_collections/interp_deque.py

[pypy-commit] pypy py3.5: Fix deque mul and implement imul (reubano & plan_rich)

2016-10-09 Thread reubano
Author: Reuben Cummings Branch: py3.5 Changeset: r87660:a9547a8c7444 Date: 2016-10-09 13:14 +0300 http://bitbucket.org/pypy/pypy/changeset/a9547a8c7444/ Log:Fix deque mul and implement imul (reubano & plan_rich) diff --git a/pypy/module/_collections/interp_deque.py b/pypy/mo

[pypy-commit] pypy py3.5: Move, rename, and add tests (reubano & plan_rich)

2016-10-09 Thread reubano
Author: Reuben Cummings Branch: py3.5 Changeset: r87659:27e75ff51d20 Date: 2016-10-09 12:55 +0300 http://bitbucket.org/pypy/pypy/changeset/27e75ff51d20/ Log:Move, rename, and add tests (reubano & plan_rich) Rename test_deque_add to test_add and move above test_iadd Re

[pypy-commit] pypy py3.5: Implement W_Deque.add method (reubano & plan_rich)

2016-10-09 Thread reubano
Author: Reuben Cummings Branch: py3.5 Changeset: r87654:116c76f74d58 Date: 2016-10-09 12:33 +0300 http://bitbucket.org/pypy/pypy/changeset/116c76f74d58/ Log:Implement W_Deque.add method (reubano & plan_rich) diff --git a/pypy/module/_collections/interp_deque.py b/pypy/module/_collect

[pypy-commit] pypy py3.5: Add failing deque_add test (reubano & plan_rich)

2016-10-09 Thread reubano
Author: Reuben Cummings Branch: py3.5 Changeset: r87653:3ed61f318357 Date: 2016-10-09 12:18 +0300 http://bitbucket.org/pypy/pypy/changeset/3ed61f318357/ Log:Add failing deque_add test (reubano & plan_rich) diff --git a/pypy/module/_collections/test/test_deque.py b/pypy/module/_collect

[pypy-commit] pypy py3.5: Add setstate method to SeqIterObject (reubano & plan_rich)

2016-10-09 Thread reubano
Author: Reuben Cummings Branch: py3.5 Changeset: r87652:1e446f2bd949 Date: 2016-10-09 11:52 +0300 http://bitbucket.org/pypy/pypy/changeset/1e446f2bd949/ Log:Add setstate method to SeqIterObject (reubano & plan_rich) diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace