[pypy-commit] pypy default: import cffi 1.5.1 at rev. 5833cd037e9e

2016-02-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r82136:e83d573de6df Date: 2016-02-09 23:32 +0100 http://bitbucket.org/pypy/pypy/changeset/e83d573de6df/ Log:import cffi 1.5.1 at rev. 5833cd037e9e diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-inf

[pypy-commit] pypy default: add missing file

2016-02-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r82135:675f24c75537 Date: 2016-02-09 23:23 +0100 http://bitbucket.org/pypy/pypy/changeset/675f24c75537/ Log:add missing file diff --git a/lib_pypy/cffi/_embedding.h b/lib_pypy/cffi/_embedding.h new file mode 100644 --- /dev/null +++ b/lib_pypy/cffi/_emb

[pypy-commit] pypy seperate-strucmember_h: Failing test case! This is what I want to fix.

2016-02-09 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: seperate-strucmember_h Changeset: r82132:f6a0fb5629d9 Date: 2016-01-30 23:53 -0800 http://bitbucket.org/pypy/pypy/changeset/f6a0fb5629d9/ Log:Failing test case! This is what I want to fix. Existing Python programs may (okay, do) use symbols from

[pypy-commit] pypy seperate-strucmember_h: Move structmember.h out of Python.h.

2016-02-09 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: seperate-strucmember_h Changeset: r82133:84085c039403 Date: 2016-01-31 01:49 -0800 http://bitbucket.org/pypy/pypy/changeset/84085c039403/ Log:Move structmember.h out of Python.h. Rough breakdown of changes: * Where Python.h is included by .c

[pypy-commit] pypy seperate-strucmember_h: Unrefactor code that was really better as it was.

2016-02-09 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: seperate-strucmember_h Changeset: r82134:66d60a554284 Date: 2016-01-31 02:30 -0800 http://bitbucket.org/pypy/pypy/changeset/66d60a554284/ Log:Unrefactor code that was really better as it was. I didn't realize I'd end up sharing, well, basically nothin

[pypy-commit] pypy seperate-strucmember_h: create branch to seperate structmember.h from Python.h

2016-02-09 Thread mattip
Author: mattip Branch: seperate-strucmember_h Changeset: r82131:89ae4fa28821 Date: 2016-02-09 23:26 +0200 http://bitbucket.org/pypy/pypy/changeset/89ae4fa28821/ Log:create branch to seperate structmember.h from Python.h ___ pypy-commit mailing list

[pypy-commit] pypy cffi-embedding-win32: in-progress: share more code between posix and win32, and use

2016-02-09 Thread arigo
Author: Armin Rigo Branch: cffi-embedding-win32 Changeset: r82130:12211c49a141 Date: 2016-02-09 21:17 +0100 http://bitbucket.org/pypy/pypy/changeset/12211c49a141/ Log:in-progress: share more code between posix and win32, and use only win32 functions available on Windows XP diff --git

[pypy-commit] pypy cffi-embedding-win32: Add pypy_init_embedded_cffi_module() to test_ztranslation

2016-02-09 Thread arigo
Author: Armin Rigo Branch: cffi-embedding-win32 Changeset: r82129:6644cb289b26 Date: 2016-02-09 21:14 +0100 http://bitbucket.org/pypy/pypy/changeset/6644cb289b26/ Log:Add pypy_init_embedded_cffi_module() to test_ztranslation diff --git a/pypy/module/_cffi_backend/test/test_ztranslation.py b

[pypy-commit] pypy s390x-backend: fixed test_runner asmlen, since GE has the overflow bit set this test fails

2016-02-09 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82128:42e7257e5777 Date: 2016-02-09 18:47 +0100 http://bitbucket.org/pypy/pypy/changeset/42e7257e5777/ Log:fixed test_runner asmlen, since GE has the overflow bit set this test fails diff --git a/rpython/jit/backend/zarch/tes

[pypy-commit] pypy s390x-backend: reviewed guarding, made negate array lookup instead of fiddling with the mask bit

2016-02-09 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82127:ce150b6b822b Date: 2016-02-09 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/ce150b6b822b/ Log:reviewed guarding, made negate array lookup instead of fiddling with the mask bit diff --git a/rpython/jit/backend/zar

[pypy-commit] pypy llimpl: Simplify ExtFuncEntry.specialize_call() by extracting .get_funcptr()

2016-02-09 Thread rlamy
Author: Ronan Lamy Branch: llimpl Changeset: r82126:8ac8fbad47de Date: 2016-02-09 16:16 + http://bitbucket.org/pypy/pypy/changeset/8ac8fbad47de/ Log:Simplify ExtFuncEntry.specialize_call() by extracting .get_funcptr() diff --git a/rpython/rtyper/extfunc.py b/rpython/rtyper/extfunc.py ---

[pypy-commit] pypy llimpl: Sandbox externals during annotation

2016-02-09 Thread rlamy
Author: Ronan Lamy Branch: llimpl Changeset: r82125:e2ae384cca29 Date: 2016-02-09 05:08 + http://bitbucket.org/pypy/pypy/changeset/e2ae384cca29/ Log:Sandbox externals during annotation diff --git a/rpython/rtyper/extfunc.py b/rpython/rtyper/extfunc.py --- a/rpython/rtyper/extfunc.py +++

[pypy-commit] extradoc extradoc: fix

2016-02-09 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5604:16b7f0cfe1fe Date: 2016-02-09 14:28 +0100 http://bitbucket.org/pypy/extradoc/changeset/16b7f0cfe1fe/ Log:fix diff --git a/talk/swisspython2016/slides.rst b/talk/swisspython2016/slides.rst --- a/talk/swisspython2016/slides.rst +++ b/talk/sw

[pypy-commit] extradoc extradoc: expand with more recent info

2016-02-09 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5605:5296e53a14b9 Date: 2016-02-09 14:31 +0100 http://bitbucket.org/pypy/extradoc/changeset/5296e53a14b9/ Log:expand with more recent info diff --git a/sprintinfo/leysin-winter-2016/people.txt b/sprintinfo/leysin-winter-2016/people.txt --- a/s

[pypy-commit] pypy windows-vmprof-support: start fighting windows

2016-02-09 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82124:ccfe8a95ee02 Date: 2016-02-09 14:24 +0100 http://bitbucket.org/pypy/pypy/changeset/ccfe8a95ee02/ Log:start fighting windows diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpython/rlib/rvmprof/cint

[pypy-commit] pypy s390x-backend: LE set OF flag, GE set OF flag, replace guard jump from a 12bit jump to 20bit jump (relative)

2016-02-09 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82123:eda46a48b3de Date: 2016-02-09 11:52 +0100 http://bitbucket.org/pypy/pypy/changeset/eda46a48b3de/ Log:LE set OF flag, GE set OF flag, replace guard jump from a 12bit jump to 20bit jump (relative) diff --git a/rpython/jit

[pypy-commit] cffi default: bump the version number

2016-02-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r2621:5833cd037e9e Date: 2016-02-09 13:44 +0100 http://bitbucket.org/cffi/cffi/changeset/5833cd037e9e/ Log:bump the version number 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 @@ #inclu

[pypy-commit] cffi default: Document whatsnew

2016-02-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r2620:66c37829e1f5 Date: 2016-02-09 13:31 +0100 http://bitbucket.org/cffi/cffi/changeset/66c37829e1f5/ Log:Document whatsnew diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -3

[pypy-commit] pypy statistics-maps: a script to turn map stats files into dot files

2016-02-09 Thread cfbolz
Author: Carl Friedrich Bolz Branch: statistics-maps Changeset: r82122:84c6a5b5979f Date: 2016-02-09 09:28 +0100 http://bitbucket.org/pypy/pypy/changeset/84c6a5b5979f/ Log:a script to turn map stats files into dot files diff --git a/pypy/tool/mapstatsdot.py b/pypy/tool/mapstatsdot.py new file

[pypy-commit] pypy statistics-maps: add some code to print statistics about maps

2016-02-09 Thread cfbolz
Author: Carl Friedrich Bolz Branch: statistics-maps Changeset: r82121:8b18aadfc032 Date: 2016-02-09 09:18 +0100 http://bitbucket.org/pypy/pypy/changeset/8b18aadfc032/ Log:add some code to print statistics about maps diff --git a/pypy/bin/pyinteractive.py b/pypy/bin/pyinteractive.py --- a/pyp

[pypy-commit] pypy cpyext-gc-support-2: imports, and "oops"

2016-02-09 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82120:0016cf6f514f Date: 2016-02-09 09:28 +0100 http://bitbucket.org/pypy/pypy/changeset/0016cf6f514f/ Log:imports, and "oops" diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/p