[pypy-commit] pypy mmap-for-arenas: Translation fix

2017-12-18 Thread arigo
Author: Armin Rigo Branch: mmap-for-arenas Changeset: r93481:685824de07b4 Date: 2017-12-18 21:52 +0100 http://bitbucket.org/pypy/pypy/changeset/685824de07b4/ Log:Translation fix diff --git a/rpython/rlib/rmmap.py b/rpython/rlib/rmmap.py --- a/rpython/rlib/rmmap.py +++

[pypy-commit] pypy mmap-for-arenas: Write the Windows part of arena_mmap()

2017-12-18 Thread arigo
Author: Armin Rigo Branch: mmap-for-arenas Changeset: r93480:1c3ba5303112 Date: 2017-12-18 21:20 +0100 http://bitbucket.org/pypy/pypy/changeset/1c3ba5303112/ Log:Write the Windows part of arena_mmap() diff --git a/rpython/rlib/rmmap.py b/rpython/rlib/rmmap.py ---

[pypy-commit] pypy py3.5: fix for non-win32

2017-12-18 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93479:75cccb748415 Date: 2017-12-18 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/75cccb748415/ Log:fix for non-win32 diff --git a/lib_pypy/_cffi_ssl/_stdssl/__init__.py b/lib_pypy/_cffi_ssl/_stdssl/__init__.py ---

[pypy-commit] pypy py3.5: minimum fix to allow import _ssl, build_cffi_imports to run on win32

2017-12-18 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93478:1c2e6a98c3e0 Date: 2017-12-18 22:07 +0200 http://bitbucket.org/pypy/pypy/changeset/1c2e6a98c3e0/ Log:minimum fix to allow import _ssl, build_cffi_imports to run on win32 diff --git

[pypy-commit] pypy release-pypy3.5-v5.9.x: bump the versions

2017-12-18 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93477:cb3d0a043647 Date: 2017-12-18 19:23 +0200 http://bitbucket.org/pypy/pypy/changeset/cb3d0a043647/ Log:bump the versions diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -66,9 +66,9

[pypy-commit] pypy release-pypy3.5-v5.9.x: create release branch

2017-12-18 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93476:0d10fe25b245 Date: 2017-12-18 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/0d10fe25b245/ Log:create release branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy py3.5: Remove platform.machine() from the extension of the CPython- and CFFI-compatible dynamic libraries. I cannot figure out why it was added in the first place, and it seems wron

2017-12-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93475:d79aaf54b0bc Date: 2017-12-18 15:37 +0100 http://bitbucket.org/pypy/pypy/changeset/d79aaf54b0bc/ Log:Remove platform.machine() from the extension of the CPython- and CFFI-compatible dynamic libraries. I cannot figure

[pypy-commit] pypy py3.5: Typo

2017-12-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93474:98de75801589 Date: 2017-12-18 13:53 +0100 http://bitbucket.org/pypy/pypy/changeset/98de75801589/ Log:Typo diff --git a/pypy/module/_cffi_backend/cerrno.py b/pypy/module/_cffi_backend/cerrno.py ---

[pypy-commit] pypy py3.5: oops

2017-12-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93473:b1f2250e284c Date: 2017-12-18 13:47 +0100 http://bitbucket.org/pypy/pypy/changeset/b1f2250e284c/ Log:oops diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py ---

[pypy-commit] pypy py3.5: Use FormatErrorW() instead of the bogus space.newtext(FormatError()),

2017-12-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93468:72a8c93b5914 Date: 2017-12-18 13:18 +0100 http://bitbucket.org/pypy/pypy/changeset/72a8c93b5914/ Log:Use FormatErrorW() instead of the bogus space.newtext(FormatError()), because FormatError() does not return

[pypy-commit] pypy py3.5: Fixes for unicode error messages

2017-12-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93470:20fdafb25341 Date: 2017-12-18 13:41 +0100 http://bitbucket.org/pypy/pypy/changeset/20fdafb25341/ Log:Fixes for unicode error messages diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py ---

[pypy-commit] pypy default: merge heads

2017-12-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r93472:13a87780bd5a Date: 2017-12-18 13:43 +0100 http://bitbucket.org/pypy/pypy/changeset/13a87780bd5a/ Log:merge heads diff --git a/extra_tests/requirements.txt b/extra_tests/requirements.txt --- a/extra_tests/requirements.txt +++

[pypy-commit] pypy py3.5: hg merge default

2017-12-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93467:a04f367d45a5 Date: 2017-12-18 13:13 +0100 http://bitbucket.org/pypy/pypy/changeset/a04f367d45a5/ Log:hg merge default diff --git a/rpython/rlib/rwin32.py b/rpython/rlib/rwin32.py --- a/rpython/rlib/rwin32.py +++

[pypy-commit] pypy py3.5: More Windows compatibility to return unicode error messages

2017-12-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93469:b0e0af09b762 Date: 2017-12-18 13:41 +0100 http://bitbucket.org/pypy/pypy/changeset/b0e0af09b762/ Log:More Windows compatibility to return unicode error messages diff --git a/rpython/rlib/_rsocket_rffi.py

[pypy-commit] pypy default: backport b0e0af09b762

2017-12-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r93471:ed98419ad5e6 Date: 2017-12-18 13:43 +0100 http://bitbucket.org/pypy/pypy/changeset/ed98419ad5e6/ Log:backport b0e0af09b762 diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py ---

[pypy-commit] pypy default: Add FormatMessageW() to get the errors in unicode

2017-12-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r93466:d5ba3ff15b4c Date: 2017-12-18 13:12 +0100 http://bitbucket.org/pypy/pypy/changeset/d5ba3ff15b4c/ Log:Add FormatMessageW() to get the errors in unicode diff --git a/rpython/rlib/rwin32.py b/rpython/rlib/rwin32.py ---

[pypy-commit] pypy default: merge the fix-vmprof-stacklet-switch-2 branch, which fixes vmprof+greenlet:

2017-12-18 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r93465:c30916ebe15f Date: 2017-12-18 11:03 +0100 http://bitbucket.org/pypy/pypy/changeset/c30916ebe15f/ Log:merge the fix-vmprof-stacklet-switch-2 branch, which fixes vmprof+greenlet: before, vmprof did not take any sample

[pypy-commit] pypy fix-vmprof-stacklet-switch-2: close merged branch

2017-12-18 Thread antocuni
Author: Antonio Cuni Branch: fix-vmprof-stacklet-switch-2 Changeset: r93464:339c7996dc19 Date: 2017-12-18 11:02 +0100 http://bitbucket.org/pypy/pypy/changeset/339c7996dc19/ Log:close merged branch ___ pypy-commit mailing list

[pypy-commit] pypy fix-vmprof-stacklet-switch-2: fix

2017-12-18 Thread antocuni
Author: Antonio Cuni Branch: fix-vmprof-stacklet-switch-2 Changeset: r93463:0a82f7762c72 Date: 2017-12-18 10:56 +0100 http://bitbucket.org/pypy/pypy/changeset/0a82f7762c72/ Log:fix diff --git a/pypy/module/_continuation/test/test_stacklet.py

[pypy-commit] pypy py3.6: re.Match.group() now accepts index-like objects.

2017-12-18 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93459:5e9a2c6daf17 Date: 2017-12-17 19:19 +0100 http://bitbucket.org/pypy/pypy/changeset/5e9a2c6daf17/ Log:re.Match.group() now accepts index-like objects. diff --git a/pypy/module/_sre/interp_sre.py

[pypy-commit] pypy py3.6: CPython Issue #16864: Cursor.lastrowid now supports REPLACE statement

2017-12-18 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93457:b9413da29d91 Date: 2017-12-14 22:52 +0100 http://bitbucket.org/pypy/pypy/changeset/b9413da29d91/ Log:CPython Issue #16864: Cursor.lastrowid now supports REPLACE statement diff --git

[pypy-commit] pypy py3.6: CPython Issue #28727: re.Pattern objects created by re.compile() become comparable

2017-12-18 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93461:77d216c5b248 Date: 2017-12-17 22:03 +0100 http://bitbucket.org/pypy/pypy/changeset/77d216c5b248/ Log:CPython Issue #28727: re.Pattern objects created by re.compile() become comparable (only x==y and x!=y

[pypy-commit] pypy py3.6: CPython Issue #29444: Add array bound check in group(), because the underlying

2017-12-18 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93458:dda99c39353f Date: 2017-12-17 18:57 +0100 http://bitbucket.org/pypy/pypy/changeset/dda99c39353f/ Log:CPython Issue #29444: Add array bound check in group(), because the underlying buffer is mutable.

[pypy-commit] pypy py3.6: CPython Issue #24454: Regular expression match object groups are now

2017-12-18 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93460:0e57c6df8538 Date: 2017-12-17 19:34 +0100 http://bitbucket.org/pypy/pypy/changeset/0e57c6df8538/ Log:CPython Issue #24454: Regular expression match object groups are now accessible using __getitem__.

[pypy-commit] pypy py3.6: CPython Issue #25971: Unify error messages in float.as_integer_ratio(), Decimal.as_integer_ratio(), and Fraction constructors.

2017-12-18 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93455:bea2e807c6dc Date: 2017-12-14 00:05 +0100 http://bitbucket.org/pypy/pypy/changeset/bea2e807c6dc/ Log:CPython Issue #25971: Unify error messages in float.as_integer_ratio(), Decimal.as_integer_ratio(),

[pypy-commit] pypy py3.6: Correctly port pypy modifications to sqlite tests

2017-12-18 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93456:f83d3719aebd Date: 2017-12-14 22:48 +0100 http://bitbucket.org/pypy/pypy/changeset/f83d3719aebd/ Log:Correctly port pypy modifications to sqlite tests diff --git a/lib-python/3/sqlite3/test/userfunctions.py

[pypy-commit] pypy py3.6: Since Python3.6, the seed() call to urandom() has been moved to the _random module.

2017-12-18 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93462:3f28eff2fcfc Date: 2017-12-18 09:36 +0100 http://bitbucket.org/pypy/pypy/changeset/3f28eff2fcfc/ Log:Since Python3.6, the seed() call to urandom() has been moved to the _random module. diff --git