[pypy-commit] pypy py3.5: Module init functions return PyObject*, on win32 as well

2017-04-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r90943:85278857eb41 Date: 2017-04-04 08:15 +0200 http://bitbucket.org/pypy/pypy/changeset/85278857eb41/ Log:Module init functions return PyObject*, on win32 as well diff --git a/pypy/module/cpyext/include/modsupport.h b/pypy/module/cpyex

[pypy-commit] pypy py3.5: The import library should be called python35.lib, and not hardcode python27...

2017-04-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r90944:4d18a461a973 Date: 2017-04-04 08:32 +0200 http://bitbucket.org/pypy/pypy/changeset/4d18a461a973/ Log:The import library should be called python35.lib, and not hardcode python27... diff --git a/lib_pypy/cffi/api.py b/lib_pyp

[pypy-commit] pypy default: merge heads

2017-04-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90942:83f4ee0e2106 Date: 2017-04-03 20:32 -0400 http://bitbucket.org/pypy/pypy/changeset/83f4ee0e2106/ Log:merge heads diff --git a/rpython/rlib/rvmprof/src/shared/symboltable.c b/rpython/rlib/rvmprof/src/shared/symboltable.c --- a/rpython/rlib/

[pypy-commit] pypy default: fix non x86 platforms (cond. call vmp_native_enable/disable)

2017-04-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90940:3bf2eb1a9009 Date: 2017-04-03 20:18 -0400 http://bitbucket.org/pypy/pypy/changeset/3bf2eb1a9009/ Log:fix non x86 platforms (cond. call vmp_native_enable/disable) diff --git a/rpython/rlib/rvmprof/src/shared/unwind/vmprof_unwind.h b/rpython

[pypy-commit] pypy default: vmprof linux MUST also resolve the native symbol (cpython fix)

2017-04-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90941:f9b9c84c9ce7 Date: 2017-04-03 20:26 -0400 http://bitbucket.org/pypy/pypy/changeset/f9b9c84c9ce7/ Log:vmprof linux MUST also resolve the native symbol (cpython fix) diff --git a/rpython/rlib/rvmprof/src/shared/symboltable.c b/rpython/rlib/r

[pypy-commit] pypy py3.5: Attempt to fix distutils on win32

2017-04-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r90938:76f19ed84438 Date: 2017-04-03 23:41 +0200 http://bitbucket.org/pypy/pypy/changeset/76f19ed84438/ Log:Attempt to fix distutils on win32 diff --git a/lib-python/3/distutils/ccompiler.py b/lib-python/3/distutils/ccompiler.py --- a/li

[pypy-commit] pypy vmprof-multiple-eval-funcs: add new API to register more evaluation functions

2017-04-03 Thread plan_rich
Author: Richard Plangger Branch: vmprof-multiple-eval-funcs Changeset: r90937:d9c9cd171e95 Date: 2017-04-03 17:18 -0400 http://bitbucket.org/pypy/pypy/changeset/d9c9cd171e95/ Log:add new API to register more evaluation functions diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmpr

[pypy-commit] pypy.org extradoc: Remove checksums of outdated downloads

2017-04-03 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r879:46aed66e3f34 Date: 2017-04-03 22:11 +0200 http://bitbucket.org/pypy/pypy.org/changeset/46aed66e3f34/ Log:Remove checksums of outdated downloads diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -417,22 +4

[pypy-commit] pypy default: define VMPROF_WINDOWS if it has not already been defined (only on windows), this should simplify the vmprof setup

2017-04-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90936:a73be2d612a2 Date: 2017-04-03 13:58 -0400 http://bitbucket.org/pypy/pypy/changeset/a73be2d612a2/ Log:define VMPROF_WINDOWS if it has not already been defined (only on windows), this should simplify the vmprof setup diff --git a/pypy

[pypy-commit] pypy default: include signal.h for mac os x

2017-04-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90935:94bf0cac414f Date: 2017-04-03 13:14 -0400 http://bitbucket.org/pypy/pypy/changeset/94bf0cac414f/ Log:include signal.h for mac os x diff --git a/rpython/rlib/rvmprof/src/rvmprof.h b/rpython/rlib/rvmprof/src/rvmprof.h --- a/rpython/rlib/rvmp

[pypy-commit] pypy default: typo (marky1991)

2017-04-03 Thread mattip
Author: Matti Picus Branch: Changeset: r90934:5a015a054c16 Date: 2017-04-03 19:44 +0300 http://bitbucket.org/pypy/pypy/changeset/5a015a054c16/ Log:typo (marky1991) diff --git a/pypy/doc/release-v5.7.1.rst b/pypy/doc/release-v5.7.1.rst --- a/pypy/doc/release-v5.7.1.rst +++ b/pypy/doc/release

[pypy-commit] pypy default: fix links

2017-04-03 Thread mattip
Author: Matti Picus Branch: Changeset: r90933:bf1bb149e026 Date: 2017-04-03 19:24 +0300 http://bitbucket.org/pypy/pypy/changeset/bf1bb149e026/ Log:fix links diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.rst --- a/pypy/doc/release-v5.7.0.rst +++ b/pypy/doc/release-v5.7.0

[pypy-commit] pypy.org extradoc: sha256 for the ppc tarballs

2017-04-03 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r878:3a8409b145d5 Date: 2017-04-03 17:56 +0200 http://bitbucket.org/pypy/pypy.org/changeset/3a8409b145d5/ Log:sha256 for the ppc tarballs diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -77,8 +77,8 @@ We pr

[pypy-commit] pypy.org extradoc: update pypy3 to 5.7.1

2017-04-03 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r877:8dc790251912 Date: 2017-04-03 18:50 +0300 http://bitbucket.org/pypy/pypy.org/changeset/8dc790251912/ Log:update pypy3 to 5.7.1 diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -4

[pypy-commit] pypy default: copy over old version of vmprof_config.h and vmprof_getpc.h, another issue because pypy grew its own version of vmprof sources

2017-04-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90932:209327e538f7 Date: 2017-04-03 11:35 -0400 http://bitbucket.org/pypy/pypy/changeset/209327e538f7/ Log:copy over old version of vmprof_config.h and vmprof_getpc.h, another issue because pypy grew its own version of vmprof sources diff

[pypy-commit] pypy default: Added tag release-pypy3.5-v5.7.1 for changeset 2875f328eae2

2017-04-03 Thread mattip
Author: Matti Picus Branch: Changeset: r90931:35282ed3fcab Date: 2017-04-03 18:32 +0300 http://bitbucket.org/pypy/pypy/changeset/35282ed3fcab/ Log:Added tag release-pypy3.5-v5.7.1 for changeset 2875f328eae2 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -37,3 +37,4 @@ fa3249