[pypy-commit] pypy bytearray-refactor: Add missing _mixin_ attribute to mixin classes.

2012-03-21 Thread aliles
Author: Aaron Iles Branch: bytearray-refactor Changeset: r53867:a3cfcb5962d7 Date: 2012-03-21 22:47 +1100 http://bitbucket.org/pypy/pypy/changeset/a3cfcb5962d7/ Log:Add missing _mixin_ attribute to mixin classes. diff --git a/pypy/objspace/std/abstractstring.py b/pypy/objspace/std/abstracts

[pypy-commit] pypy bytearray-refactor: Refactor out title() method into base class.

2012-03-21 Thread aliles
Author: Aaron Iles Branch: bytearray-refactor Changeset: r53866:da00b35c920c Date: 2012-03-21 22:46 +1100 http://bitbucket.org/pypy/pypy/changeset/da00b35c920c/ Log:Refactor out title() method into base class. diff --git a/pypy/objspace/std/abstractstring.py b/pypy/objspace/std/abstractstri

[pypy-commit] pypy default: Pull shared logic between str, unicode and bytearray in base classes.

2012-03-14 Thread aliles
Author: aliles Branch: Changeset: r53539:ab3326dd1a85 Date: 2012-03-13 21:45 -0700 http://bitbucket.org/pypy/pypy/changeset/ab3326dd1a85/ Log:Pull shared logic between str, unicode and bytearray in base classes. diff --git a/pypy/objspace/std/abstractstring.py b/pypy/objspace/std

[pypy-commit] pypy default: Pull lower, swapcase and upper into base class for str, unicode and bytearray

2012-03-14 Thread aliles
Author: aliles Branch: Changeset: r53540:434d177e26b2 Date: 2012-03-14 00:38 -0700 http://bitbucket.org/pypy/pypy/changeset/434d177e26b2/ Log:Pull lower, swapcase and upper into base class for str, unicode and bytearray diff --git a/pypy/objspace/std/abstractstring.py b/pypy

[pypy-commit] pypy default: Add tests for unicodeobjects against is* methods.

2012-03-14 Thread aliles
Author: aliles Branch: Changeset: r53538:607f5b904425 Date: 2012-03-13 17:00 -0700 http://bitbucket.org/pypy/pypy/changeset/607f5b904425/ Log:Add tests for unicodeobjects against is* methods. diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test

[pypy-commit] pypy default: Introduce a base class hierarchy for string objects.

2012-03-14 Thread aliles
Author: aliles Branch: Changeset: r53537:23f16a681b06 Date: 2012-03-12 23:44 -0700 http://bitbucket.org/pypy/pypy/changeset/23f16a681b06/ Log:Introduce a base class hierarchy for string objects. Hierarchy to be used to pull up shared code between character sequence objects

[pypy-commit] pypy bytearray-refactor: Create branch for str, unicode and bytearray refactor.

2012-03-14 Thread aliles
Author: aliles Branch: bytearray-refactor Changeset: r53536:65a2411be254 Date: 2012-03-14 00:55 -0700 http://bitbucket.org/pypy/pypy/changeset/65a2411be254/ Log:Create branch for str, unicode and bytearray refactor. ___ pypy-commit mailing list