Author: touilleMan
Branch:
Changeset: r85824:4bd027dc94a2
Date: 2016-07-23 16:06 +0200
http://bitbucket.org/pypy/pypy/changeset/4bd027dc94a2/
Log:Fix issue 2352 regarding __eq__'s arguments order in list.find().
diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py
Author: touilleMan
Branch:
Changeset: r85833:fc60b4bca8e7
Date: 2016-07-23 18:25 +0200
http://bitbucket.org/pypy/pypy/changeset/fc60b4bca8e7/
Log:Issue #2352 generilization for tuple/iterator/set/dict.
diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py
--- a/pypy
Author: touilleMan
Branch: py3k
Changeset: r85840:92786f72b7dd
Date: 2016-07-24 13:11 +0200
http://bitbucket.org/pypy/pypy/changeset/92786f72b7dd/
Log:Add unicode casefolding.
diff too long, truncating to 2000 out of 6185 lines
diff --git a/rpython/rlib/unicodedata/CaseFolding-3.2.0.txt
b/
Author: touilleMan
Branch: py3k
Changeset: r85842:d93d0a6c41f9
Date: 2016-07-24 15:46 +0200
http://bitbucket.org/pypy/pypy/changeset/d93d0a6c41f9/
Log:Add missing str.casefold method.
diff --git a/pypy/objspace/std/test/test_unicodeobject.py
b/pypy/objspace/std/test/test_unicodeobject.py
--
Author: touilleMan
Branch: py3k
Changeset: r85841:a7ef592b9736
Date: 2016-07-24 15:28 +0200
http://bitbucket.org/pypy/pypy/changeset/a7ef592b9736/
Log:Optimize unicode casefolding database.
diff --git a/rpython/rlib/unicodedata/generate_unicodedb.py
b/rpython/rlib/unicodedata/generate_unico