[pypy-commit] pypy default: Issue #2669

2017-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r92488:7ee8c3a718e5 Date: 2017-09-28 07:57 +0200 http://bitbucket.org/pypy/pypy/changeset/7ee8c3a718e5/ Log:Issue #2669 Make Py_FileSystemDefaultEncoding non-NULL in cpyext. diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy default: blurb 4302fe3d912e & b67bc051d0c1

2017-09-27 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r92487:943002f74290 Date: 2017-09-27 15:37 -0700 http://bitbucket.org/pypy/pypy/changeset/943002f74290/ Log:blurb 4302fe3d912e & b67bc051d0c1 diff --git a/pypy/doc/release-v5.9.0.rst b/pypy/doc/release-v5.9.0.rst --- a/pypy/doc/release-v5.9.0.rst +++

[pypy-commit] pypy default: unscientific memory pressure estimate of =~ 6k for SSL*

2017-09-27 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r92485:4302fe3d912e Date: 2017-09-27 12:41 -0700 http://bitbucket.org/pypy/pypy/changeset/4302fe3d912e/ Log:unscientific memory pressure estimate of =~ 6k for SSL* diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pyp

[pypy-commit] pypy release-pypy2.7-5.x: merge default

2017-09-27 Thread pjenvey
Author: Philip Jenvey Branch: release-pypy2.7-5.x Changeset: r92486:e3ab7b0bd8ac Date: 2017-09-27 12:42 -0700 http://bitbucket.org/pypy/pypy/changeset/e3ab7b0bd8ac/ Log:merge default diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ss

[pypy-commit] pypy default: be more positive about numpy,pandas

2017-09-27 Thread mattip
Author: Matti Picus Branch: Changeset: r92480:c1b14bf66a8e Date: 2017-09-27 21:12 +0300 http://bitbucket.org/pypy/pypy/changeset/c1b14bf66a8e/ Log:be more positive about numpy,pandas diff --git a/pypy/doc/release-v5.9.0.rst b/pypy/doc/release-v5.9.0.rst --- a/pypy/doc/release-v5.9.0.rst +++

[pypy-commit] pypy release-pypy2.7-5.x: merge default into release for cffi 1.11.1

2017-09-27 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-5.x Changeset: r92483:fedadd23d48b Date: 2017-09-27 22:24 +0300 http://bitbucket.org/pypy/pypy/changeset/fedadd23d48b/ Log:merge default into release for cffi 1.11.1 diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -60,8 +60,8 @@ Wi

[pypy-commit] pypy py3.5: fix for c-89 (visual 9) compilation

2017-09-27 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92484:611fac54ebfd Date: 2017-09-23 23:51 +0300 http://bitbucket.org/pypy/pypy/changeset/611fac54ebfd/ Log:fix for c-89 (visual 9) compilation diff --git a/pypy/module/cpyext/test/test_memoryobject.py b/pypy/module/cpyext/test/test_memoryobject.

[pypy-commit] pypy default: update release notes for latest merges

2017-09-27 Thread mattip
Author: Matti Picus Branch: Changeset: r92482:46f3190ace68 Date: 2017-09-27 21:27 +0300 http://bitbucket.org/pypy/pypy/changeset/46f3190ace68/ Log:update release notes for latest merges diff --git a/pypy/doc/release-v5.9.0.rst b/pypy/doc/release-v5.9.0.rst --- a/pypy/doc/release-v5.9.0.rst

[pypy-commit] pypy release-pypy3.5-5.x: merge py3.5 into branch

2017-09-27 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-5.x Changeset: r92481:24686d8f9ef3 Date: 2017-09-27 21:18 +0300 http://bitbucket.org/pypy/pypy/changeset/24686d8f9ef3/ Log:merge py3.5 into branch diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/pycode.py

[pypy-commit] pypy memory-accounting: (arigo, fijal) start a new branch that tries to account better for tracked memory

2017-09-27 Thread fijal
Author: fijal Branch: memory-accounting Changeset: r92479:336c50a8852e Date: 2017-09-27 19:11 +0200 http://bitbucket.org/pypy/pypy/changeset/336c50a8852e/ Log:(arigo, fijal) start a new branch that tries to account better for tracked memory diff --git a/rpython/memory/gc/incminimark.p

[pypy-commit] pypy regalloc-playground: adapt to use of constants in the new call hint code

2017-09-27 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: regalloc-playground Changeset: r92478:81d83bb43b83 Date: 2017-09-27 17:31 +0200 http://bitbucket.org/pypy/pypy/changeset/81d83bb43b83/ Log:adapt to use of constants in the new call hint code diff --git a/rpython/jit/backend/x86/regalloc.py b/rpyth

[pypy-commit] pypy regalloc-playground: merge default

2017-09-27 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: regalloc-playground Changeset: r92477:ad2fa98841d9 Date: 2017-09-27 16:05 +0200 http://bitbucket.org/pypy/pypy/changeset/ad2fa98841d9/ Log:merge default diff too long, truncating to 2000 out of 6770 lines diff --git a/LICENSE b/LICENSE --- a/LICEN

[pypy-commit] pypy default: (fijal, arigo) change 10M to 10k, we have no clue what that number should be

2017-09-27 Thread fijal
Author: fijal Branch: Changeset: r92476:b67bc051d0c1 Date: 2017-09-27 16:02 +0200 http://bitbucket.org/pypy/pypy/changeset/b67bc051d0c1/ Log:(fijal, arigo) change 10M to 10k, we have no clue what that number should be diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/int

[pypy-commit] pypy py3.5: Try to fix translation on Windows: skip socket.sendmsg and associated macros.

2017-09-27 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r92475:826d99189c3b Date: 2017-09-27 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/826d99189c3b/ Log:Try to fix translation on Windows: skip socket.sendmsg and associated macros. diff --git a/pypy/module/_socket/__init__.py

[pypy-commit] cffi default: Mention the fix 989d98a58c95

2017-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r3031:7005b3b4e54f Date: 2017-09-27 13:25 +0200 http://bitbucket.org/cffi/cffi/changeset/7005b3b4e54f/ Log:Mention the fix 989d98a58c95 diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsne

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

2017-09-27 Thread arigo
Author: Armin Rigo Branch: release-1.11 Changeset: r3032:d3e081232b0b Date: 2017-09-27 13:25 +0200 http://bitbucket.org/cffi/cffi/changeset/d3e081232b0b/ Log:hg merge default diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsne

[pypy-commit] cffi default: More fun with _PyThreadState_Current becoming undefined in 3.7.

2017-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r3029:989d98a58c95 Date: 2017-09-27 13:11 +0200 http://bitbucket.org/cffi/cffi/changeset/989d98a58c95/ Log:More fun with _PyThreadState_Current becoming undefined in 3.7. diff --git a/c/misc_thread_common.h b/c/misc_thread_common.h --- a/c/misc_thread_c

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

2017-09-27 Thread arigo
Author: Armin Rigo Branch: release-1.11 Changeset: r3030:aadf924dcf23 Date: 2017-09-27 13:12 +0200 http://bitbucket.org/cffi/cffi/changeset/aadf924dcf23/ Log:hg merge default diff --git a/c/misc_thread_common.h b/c/misc_thread_common.h --- a/c/misc_thread_common.h +++ b/c/misc_thread_common.

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

2017-09-27 Thread arigo
Author: Armin Rigo Branch: release-1.11 Changeset: r3028:8adcf995d67c Date: 2017-09-27 12:50 +0200 http://bitbucket.org/cffi/cffi/changeset/8adcf995d67c/ 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] pypy default: Attempt to hack for https://bugs.python.org/issue29943

2017-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r92474:1495dbdd3cfd Date: 2017-09-27 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/1495dbdd3cfd/ Log:Attempt to hack for https://bugs.python.org/issue29943 diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyex

[pypy-commit] cffi default: "char *" => "const char *" until Python 3.7 is happy

2017-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r3027:a5f702205e81 Date: 2017-09-27 09:38 +0200 http://bitbucket.org/cffi/cffi/changeset/a5f702205e81/ Log:"char *" => "const char *" until Python 3.7 is happy diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_back

[pypy-commit] pypy default: Update to cffi 1.11.1

2017-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r92473:a3a897f9b96e Date: 2017-09-27 09:36 +0200 http://bitbucket.org/pypy/pypy/changeset/a3a897f9b96e/ Log:Update to cffi 1.11.1 diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-INFO +++ b/

[pypy-commit] cffi default: Update version to 1.11.1

2017-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r3026:32ecdbdba707 Date: 2017-09-27 09:28 +0200 http://bitbucket.org/cffi/cffi/changeset/32ecdbdba707/ Log:Update version to 1.11.1 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 @@ #incl

[pypy-commit] cffi default: Document 4b0741f26fcd

2017-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r3025:23fa387f3e05 Date: 2017-09-27 09:23 +0200 http://bitbucket.org/cffi/cffi/changeset/23fa387f3e05/ Log:Document 4b0741f26fcd diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @