[pypy-commit] pypy default: forgot to import W_SmallTupleObject

2011-05-25 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: Changeset: r5:975f1912a755 Date: 2011-04-07 11:50 +0200 http://bitbucket.org/pypy/pypy/changeset/975f1912a755/ Log:forgot to import W_SmallTupleObject diff --git a/pypy/module/cpyext/tupleobject.py

[pypy-commit] pypy default: added test for setitem for tupleobjects in cpyext

2011-05-25 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: Changeset: r6:d90518dcf43b Date: 2011-04-07 12:45 +0200 http://bitbucket.org/pypy/pypy/changeset/d90518dcf43b/ Log:added test for setitem for tupleobjects in cpyext diff --git a/pypy/module/cpyext/test/test_tupleobject.py

[pypy-commit] pypy default: fail if type in tupleobject is neither W_TupleObject nor W_SmallTupleObject

2011-05-25 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: Changeset: r7:1a71c2e2dc13 Date: 2011-04-07 12:46 +0200 http://bitbucket.org/pypy/pypy/changeset/1a71c2e2dc13/ Log:fail if type in tupleobject is neither W_TupleObject nor W_SmallTupleObject diff --git

[pypy-commit] pypy dict-strategies: Introduced strategies for dicts starting with StringDictStrategy (coming next: switching to ObjectStrategy)

2011-05-25 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: dict-strategies Changeset: r9:cbdf49645f39 Date: 2011-04-12 17:10 +0200 http://bitbucket.org/pypy/pypy/changeset/cbdf49645f39/ Log:Introduced strategies for dicts starting with StringDictStrategy (coming next:

[pypy-commit] pypy dict-strategies: Fixed most of ObjectDictStrategy and implemented conversion between strategies

2011-05-25 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: dict-strategies Changeset: r44450:36be86c8b63c Date: 2011-04-13 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/36be86c8b63c/ Log:Fixed most of ObjectDictStrategy and implemented conversion between strategies diff

[pypy-commit] pypy dict-strategies: Fixed some remaining tests for strategies in DictMultiObject

2011-05-25 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: dict-strategies Changeset: r44454:50273ddc728c Date: 2011-04-13 17:39 +0200 http://bitbucket.org/pypy/pypy/changeset/50273ddc728c/ Log:Fixed some remaining tests for strategies in DictMultiObject diff --git

[pypy-commit] pypy dict-strategies: Added fallback tests for Module- and StringDictStrategy and implemented corresponding methods

2011-05-25 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: dict-strategies Changeset: r44455:90dde1a37e04 Date: 2011-04-15 12:08 +0200 http://bitbucket.org/pypy/pypy/changeset/90dde1a37e04/ Log:Added fallback tests for Module- and StringDictStrategy and implemented corresponding

[pypy-commit] pypy dict-strategies: Changed MapDictImplementation to behave as strategy

2011-05-25 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: dict-strategies Changeset: r44456:5dc385b32fce Date: 2011-04-15 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/5dc385b32fce/ Log:Changed MapDictImplementation to behave as strategy diff --git

[pypy-commit] pypy dict-strategies: refactored clear-method of dict strategies and moved it to base strategy class (DictStrategy)

2011-05-25 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: dict-strategies Changeset: r44459:edaa171f9274 Date: 2011-04-15 15:20 +0200 http://bitbucket.org/pypy/pypy/changeset/edaa171f9274/ Log:refactored clear-method of dict strategies and moved it to base strategy class

[pypy-commit] pypy dict-strategies: Fixed test_celldict.py to use strategies

2011-05-25 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: dict-strategies Changeset: r44460:f52ea3c5db05 Date: 2011-04-15 16:23 +0200 http://bitbucket.org/pypy/pypy/changeset/f52ea3c5db05/ Log:Fixed test_celldict.py to use strategies diff --git

<    1   2   3   4