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
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
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
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
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
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
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