[pypy-commit] pypy winoverlapped: Fixed a another test

2019-02-26 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96184:a98c0892bf12 Date: 2019-02-27 00:30 + http://bitbucket.org/pypy/pypy/changeset/a98c0892bf12/ Log:Fixed a another test diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py +++

[pypy-commit] pypy py3.6: more places that give the name of the encoding as 'utf8'

2019-02-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96179:2eeaa559be67 Date: 2019-02-26 21:15 +0100 http://bitbucket.org/pypy/pypy/changeset/2eeaa559be67/ Log:more places that give the name of the encoding as 'utf8' diff --git a/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy py3.6: merge default

2019-02-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96176:243d81c93b41 Date: 2019-02-26 16:24 +0100 http://bitbucket.org/pypy/pypy/changeset/243d81c93b41/ Log:merge default diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++

[pypy-commit] pypy py3.6: merge

2019-02-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96177:ec74b34bb0fb Date: 2019-02-26 19:01 +0100 http://bitbucket.org/pypy/pypy/changeset/ec74b34bb0fb/ Log:merge diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py ---

[pypy-commit] pypy default: merge

2019-02-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96178:dbdf453749f7 Date: 2019-02-26 19:01 +0100 http://bitbucket.org/pypy/pypy/changeset/dbdf453749f7/ Log:merge diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/rutf8.py @@

[pypy-commit] pypy default: inlining breaks

2019-02-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96175:2a3bb59a81cb Date: 2019-02-26 16:24 +0100 http://bitbucket.org/pypy/pypy/changeset/2a3bb59a81cb/ Log:inlining breaks diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++

[pypy-commit] pypy default: test, fix for win32.

2019-02-26 Thread mattip
Author: Matti Picus Branch: Changeset: r96172:25b25fdd6d5c Date: 2019-02-26 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/25b25fdd6d5c/ Log:test, fix for win32. The asserts should be py3.6 only, and theny point to unfinished utf8 changes diff --git

[pypy-commit] pypy py3.6: merge default into branch

2019-02-26 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96173:a16d58959cb9 Date: 2019-02-26 17:45 +0200 http://bitbucket.org/pypy/pypy/changeset/a16d58959cb9/ Log:merge default into branch diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] pypy py3.6: make posix2 tests run to completion on win32

2019-02-26 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96171:f9760faab53a Date: 2019-02-26 17:23 +0200 http://bitbucket.org/pypy/pypy/changeset/f9760faab53a/ Log:make posix2 tests run to completion on win32 diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py

[pypy-commit] pypy py3.6: redo unicode assert, this should use utf8 instead

2019-02-26 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96174:ea62fc146783 Date: 2019-02-26 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/ea62fc146783/ Log:redo unicode assert, this should use utf8 instead diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] cffi release-1.12: Added tag v1.12.2 for changeset e0c76668ecf5

2019-02-26 Thread arigo
Author: Armin Rigo Branch: release-1.12 Changeset: r3236:85148822c1f5 Date: 2019-02-26 16:09 +0100 http://bitbucket.org/cffi/cffi/changeset/85148822c1f5/ Log:Added tag v1.12.2 for changeset e0c76668ecf5 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -19,3 +19,4 @@

[pypy-commit] cffi default: hg merge release-1.12

2019-02-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r3237:d765c36df047 Date: 2019-02-26 16:09 +0100 http://bitbucket.org/cffi/cffi/changeset/d765c36df047/ Log:hg merge release-1.12 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -19,3 +19,4 @@ 48416163071ed48300c3ae4358cc7fd841912413

[pypy-commit] cffi release-1.12: md5/sha

2019-02-26 Thread arigo
Author: Armin Rigo Branch: release-1.12 Changeset: r3234:e0c76668ecf5 Date: 2019-02-26 16:08 +0100 http://bitbucket.org/cffi/cffi/changeset/e0c76668ecf5/ Log:md5/sha diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++

[pypy-commit] cffi default: hg merge release-1.12

2019-02-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r3235:3f7e50919c84 Date: 2019-02-26 16:08 +0100 http://bitbucket.org/cffi/cffi/changeset/3f7e50919c84/ Log:hg merge release-1.12 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++

[pypy-commit] pypy py3.6: make performance of lower/upper/title/swapcase not terrible for strings

2019-02-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96170:f2a689373046 Date: 2019-02-26 16:01 +0100 http://bitbucket.org/pypy/pypy/changeset/f2a689373046/ Log:make performance of lower/upper/title/swapcase not terrible for strings containing diff --git

[pypy-commit] pypy py3.6: merge default

2019-02-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96169:ff451dfc00d9 Date: 2019-02-26 15:57 +0100 http://bitbucket.org/pypy/pypy/changeset/ff451dfc00d9/ Log:merge default diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -19,11

[pypy-commit] pypy default: Utf8StringPosIterator to iterate over character, position pairs

2019-02-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96168:5512e76a8a54 Date: 2019-02-26 15:57 +0100 http://bitbucket.org/pypy/pypy/changeset/5512e76a8a54/ Log:Utf8StringPosIterator to iterate over character, position pairs diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py ---

[pypy-commit] pypy py3.6: fix behaviour of Σ in combination with title

2019-02-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96167:dca96cba7aee Date: 2019-02-26 14:54 +0100 http://bitbucket.org/pypy/pypy/changeset/dca96cba7aee/ Log:fix behaviour of in combination with title diff --git a/pypy/objspace/std/test/test_unicodeobject.py

[pypy-commit] cffi release-1.12: hg merge default

2019-02-26 Thread arigo
Author: Armin Rigo Branch: release-1.12 Changeset: r3233:2c4239852fde Date: 2019-02-26 16:00 +0100 http://bitbucket.org/cffi/cffi/changeset/2c4239852fde/ Log:hg merge default diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2,7 +2,7 @@

[pypy-commit] cffi default: document

2019-02-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r3232:2224b65a8b65 Date: 2019-02-26 16:00 +0100 http://bitbucket.org/cffi/cffi/changeset/2224b65a8b65/ Log:document diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -3,6 +3,12

[pypy-commit] cffi default: bump version number to 1.12.2

2019-02-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r3231:6b31f9a47c79 Date: 2019-02-26 15:58 +0100 http://bitbucket.org/cffi/cffi/changeset/6b31f9a47c79/ Log:bump version number to 1.12.2 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2,7 +2,7 @@