[pypy-commit] pypy unicode-utf8: write down _sliced version for unicode

2017-10-26 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92848:e1df137224a1 Date: 2017-10-26 11:44 +0200 http://bitbucket.org/pypy/pypy/changeset/e1df137224a1/ Log:write down _sliced version for unicode diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/obj

[pypy-commit] pypy unicode-utf8: partition/rpartition

2017-10-26 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92849:b80499557864 Date: 2017-10-26 11:55 +0200 http://bitbucket.org/pypy/pypy/changeset/b80499557864/ Log:partition/rpartition diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std/unicodeo

[pypy-commit] pypy unicode-utf8: kill a bunch of no longer needed integrations with stringmethods

2017-10-26 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92850:2137079f21c5 Date: 2017-10-26 12:05 +0200 http://bitbucket.org/pypy/pypy/changeset/2137079f21c5/ Log:kill a bunch of no longer needed integrations with stringmethods diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unico

[pypy-commit] pypy unicode-utf8: fix rpython

2017-10-26 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92852:5ac470b3f3bb Date: 2017-10-26 15:47 +0200 http://bitbucket.org/pypy/pypy/changeset/5ac470b3f3bb/ Log:fix rpython diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std/unicodeobject.py

[pypy-commit] pypy unicode-utf8: remove decode from repr function

2017-10-26 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92851:196f5e9026d4 Date: 2017-10-26 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/196f5e9026d4/ Log:remove decode from repr function diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/

[pypy-commit] pypy py3.5-mac-embedding: typo

2017-10-26 Thread mattip
Author: Matti Picus Branch: py3.5-mac-embedding Changeset: r92853:8d9cebe3885b Date: 2017-10-26 18:31 +0300 http://bitbucket.org/pypy/pypy/changeset/8d9cebe3885b/ Log:typo diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone

[pypy-commit] extradoc extradoc: finish the draft

2017-10-26 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5843:eaef98c9e980 Date: 2017-10-18 01:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/eaef98c9e980/ Log:finish the draft diff --git a/blog/draft/2017-10-cape-town-report.rst b/blog/draft/2017-10-cape-town-report.rst --- a/blog/draft/20

[pypy-commit] extradoc extradoc: draft of a new blog post

2017-10-26 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5844:fc3e9ca8c4df Date: 2017-10-26 18:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/fc3e9ca8c4df/ Log:draft of a new blog post diff --git a/blog/draft/2017-10-how-to-make-50x-faster.rst b/blog/draft/2017-10-how-to-make-50x-faster.rst

[pypy-commit] extradoc extradoc: edit a bit

2017-10-26 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5845:c149e5d02b88 Date: 2017-10-26 19:35 +0300 http://bitbucket.org/pypy/extradoc/changeset/c149e5d02b88/ Log:edit a bit diff --git a/blog/draft/2017-10-how-to-make-50x-faster.rst b/blog/draft/2017-10-how-to-make-50x-faster.rst --- a/blog/dra

[pypy-commit] pypy math-improvements: uint128_t test and a tiny optimalization

2017-10-26 Thread stian
Author: stian Branch: math-improvements Changeset: r92854:12d7e0578291 Date: 2017-10-26 18:48 +0200 http://bitbucket.org/pypy/pypy/changeset/12d7e0578291/ Log:uint128_t test and a tiny optimalization diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py

[pypy-commit] buildbot default: move more rpython builds to filtered schedulers

2017-10-26 Thread mattip
Author: Matti Picus Branch: Changeset: r1035:2336f92eb562 Date: 2017-10-26 19:56 +0300 http://bitbucket.org/pypy/buildbot/changeset/2336f92eb562/ Log:move more rpython builds to filtered schedulers diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbo

[pypy-commit] pypy unicode-utf8: improve the slice tests and fix it

2017-10-26 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92855:84d1ebd9002d Date: 2017-10-26 20:11 +0200 http://bitbucket.org/pypy/pypy/changeset/84d1ebd9002d/ Log:improve the slice tests and fix it diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.p

[pypy-commit] pypy unicode-utf8: implement lower

2017-10-26 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92856:e5017df1fbdd Date: 2017-10-26 20:21 +0200 http://bitbucket.org/pypy/pypy/changeset/e5017df1fbdd/ Log:implement lower diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py --- a/pypy/objspa