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

2018-06-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r94739:a2790e033e07 Date: 2018-06-08 15:50 +0200 http://bitbucket.org/pypy/pypy/changeset/a2790e033e07/ Log:merge py3.5 diff too long, truncating to 2000 out of 9430 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags

[pypy-commit] pypy default: Issue #2840

2018-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r94740:937d78fe0a37 Date: 2018-06-09 06:38 +0200 http://bitbucket.org/pypy/pypy/changeset/937d78fe0a37/ Log:Issue #2840 Fix multithreading issues in calls to setenv() diff --git a/rpython/rlib/rposix_environ.py b/rpython/rlib/rposix_environ.py

[pypy-commit] pypy cppyy-packaging: further support for templated methods and for sfinae

2018-06-08 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94742:c68cd6b1c308 Date: 2018-06-08 22:26 -0700 http://bitbucket.org/pypy/pypy/changeset/c68cd6b1c308/ Log:further support for templated methods and for sfinae diff --git a/pypy/module/_cppyy/capi/loadable_capi.py b/pypy/module/_cppy

[pypy-commit] pypy cppyy-packaging: method template improvements

2018-06-08 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94741:068d5604f6e9 Date: 2018-06-07 22:35 -0700 http://bitbucket.org/pypy/pypy/changeset/068d5604f6e9/ Log:method template improvements diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/m

[pypy-commit] pypy default: try to describe setting up a current MSVC build env for py3, until it changes

2018-06-08 Thread mattip
Author: Matti Picus Branch: Changeset: r94744:109e417f3057 Date: 2018-06-09 06:00 -0700 http://bitbucket.org/pypy/pypy/changeset/109e417f3057/ Log:try to describe setting up a current MSVC build env for py3, until it changes diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst -

[pypy-commit] pypy default: add missing defines and typedefs for numpy, pandas on MSVC

2018-06-08 Thread mattip
Author: Matti Picus Branch: Changeset: r94743:d246497b019e Date: 2018-06-09 05:10 -0700 http://bitbucket.org/pypy/pypy/changeset/d246497b019e/ Log:add missing defines and typedefs for numpy, pandas on MSVC diff --git a/pypy/module/cpyext/include/pyconfig.h b/pypy/module/cpyext/include/pyco

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

2018-06-08 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94745:2e791fab4895 Date: 2018-06-09 06:10 -0700 http://bitbucket.org/pypy/pypy/changeset/2e791fab4895/ Log:merge default into branch diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@