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

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90073:292382c6aeef Date: 2017-02-13 10:02 +0100 http://bitbucket.org/pypy/pypy/changeset/292382c6aeef/ Log:fix for error messages diff --git a/lib-python/3/test/test_complex.py b/lib-python/3/test/test_complex.py --- a/lib-python/3/test/test_comp

[pypy-commit] pypy py3.5: skip two tests about subinterpreters

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90074:2f6f33fa5864 Date: 2017-02-13 10:14 +0100 http://bitbucket.org/pypy/pypy/changeset/2f6f33fa5864/ Log:skip two tests about subinterpreters diff --git a/lib-python/3/test/test_atexit.py b/lib-python/3/test/test_atexit.py --- a/lib-python/3/tes

[pypy-commit] pypy vmprof-native: copy over changes from vmprof-python.git repo

2017-02-13 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90076:4abe2a5167f2 Date: 2017-02-13 11:41 +0100 http://bitbucket.org/pypy/pypy/changeset/4abe2a5167f2/ Log:copy over changes from vmprof-python.git repo diff --git a/rpython/rlib/rvmprof/src/shared/_vmprof.c b/rpython/rlib/rvmprof/s

[pypy-commit] pypy vmprof-native: check that vmprof/vmprof-python is in sync with pypy repo (as done for cffi), not having this test diverges the two code bases

2017-02-13 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90077:f4f98e95445a Date: 2017-02-13 11:59 +0100 http://bitbucket.org/pypy/pypy/changeset/f4f98e95445a/ Log:check that vmprof/vmprof-python is in sync with pypy repo (as done for cffi), not having this test diverges the two cod

[pypy-commit] pypy vmprof-native: local variable overwrote previous definition, crashes translated version

2017-02-13 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90075:38a11c8364c1 Date: 2017-02-13 11:38 +0100 http://bitbucket.org/pypy/pypy/changeset/38a11c8364c1/ Log:local variable overwrote previous definition, crashes translated version diff --git a/rpython/jit/metainterp/optimizeo

[pypy-commit] pypy space-newtext: hg merge default

2017-02-13 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90078:7ae20dbc22fb Date: 2017-02-13 11:34 +0100 http://bitbucket.org/pypy/pypy/changeset/7ae20dbc22fb/ Log:hg merge default diff too long, truncating to 2000 out of 117896 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @

[pypy-commit] pypy space-newtext: To make this branch more incrementally mergeable to trunk, add BACKCOMPAT

2017-02-13 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90079:3b763661eb95 Date: 2017-02-13 12:11 +0100 http://bitbucket.org/pypy/pypy/changeset/3b763661eb95/ Log:To make this branch more incrementally mergeable to trunk, add BACKCOMPAT comments and keep it working with both the current

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

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90080:82e97c392624 Date: 2017-02-13 14:33 +0100 http://bitbucket.org/pypy/pypy/changeset/82e97c392624/ Log:hg merge default diff --git a/lib-python/2.7/collections.py b/lib-python/2.7/collections.py --- a/lib-python/2.7/collections.py +++ b/lib-py

[pypy-commit] pypy space-newtext: Tweak the fake objspace

2017-02-13 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90081:cb1017183c06 Date: 2017-02-13 15:21 +0100 http://bitbucket.org/pypy/pypy/changeset/cb1017183c06/ Log:Tweak the fake objspace diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interpreter/gateway.py +++

[pypy-commit] pypy space-newtext: fix some more space.wrap(), which still fail ztranslation tests

2017-02-13 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90082:6d64ad55df3b Date: 2017-02-13 15:23 +0100 http://bitbucket.org/pypy/pypy/changeset/6d64ad55df3b/ Log:fix some more space.wrap(), which still fail ztranslation tests but work when really translated for now (I think it's ok) di

[pypy-commit] pypy space-newtext: an extra fix

2017-02-13 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90083:b1ec7c118e2b Date: 2017-02-13 15:32 +0100 http://bitbucket.org/pypy/pypy/changeset/b1ec7c118e2b/ Log:an extra fix diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py --- a/pypy/objspace/fake/objspace.py +++ b

[pypy-commit] pypy space-newtext: fix for test_pypy_c

2017-02-13 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90084:3bba29c8e6e8 Date: 2017-02-13 15:39 +0100 http://bitbucket.org/pypy/pypy/changeset/3bba29c8e6e8/ Log:fix for test_pypy_c diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --

[pypy-commit] pypy space-newtext: fix

2017-02-13 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90085:f50a640c6743 Date: 2017-02-13 15:40 +0100 http://bitbucket.org/pypy/pypy/changeset/f50a640c6743/ Log:fix diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py --- a/pypy/tool/pytest/objspace.py +++ b/pypy/tool/pyte

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

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r90086:412f0bc1a605 Date: 2017-02-13 15:53 +0100 http://bitbucket.org/pypy/pypy/changeset/412f0bc1a605/ Log:hg merge py3.5 diff too long, truncating to 2000 out of 140082 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@

[pypy-commit] pypy vmprof-native: set flag to identify a jit frame by libunwind's proc info

2017-02-13 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90087:40045929f6e3 Date: 2017-02-13 15:12 +0100 http://bitbucket.org/pypy/pypy/changeset/40045929f6e3/ Log:set flag to identify a jit frame by libunwind's proc info diff --git a/rpython/rlib/rvmprof/src/shared/vmp_dynamic.c b/rpytho

[pypy-commit] pypy vmprof-native: remove static declaration

2017-02-13 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90088:254b4656b2e4 Date: 2017-02-13 15:32 +0100 http://bitbucket.org/pypy/pypy/changeset/254b4656b2e4/ Log:remove static declaration diff --git a/rpython/rlib/rvmprof/src/shared/vmprof_common.h b/rpython/rlib/rvmprof/src/shared/vmpr

[pypy-commit] pypy vmprof-native: move define to vmprof.h

2017-02-13 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90089:7c63ac203256 Date: 2017-02-13 16:11 +0100 http://bitbucket.org/pypy/pypy/changeset/7c63ac203256/ Log:move define to vmprof.h diff --git a/rpython/rlib/rvmprof/src/shared/vmp_dynamic.h b/rpython/rlib/rvmprof/src/shared/vmp_dyna

[pypy-commit] pypy space-newtext: fix on 32-bit

2017-02-13 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90090:5ed6992ffdcd Date: 2017-02-13 16:08 +0100 http://bitbucket.org/pypy/pypy/changeset/5ed6992ffdcd/ Log:fix on 32-bit diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py --- a/pypy/module/struct/for

[pypy-commit] pypy py3.5: simplify

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90092:f922549d71f7 Date: 2017-02-13 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/f922549d71f7/ Log:simplify diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pypy/interpreter/

[pypy-commit] pypy py3.5-newtext: hg merge 2601d8768d87

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r90091:dce0ae8e9a3e Date: 2017-02-13 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/dce0ae8e9a3e/ Log:hg merge 2601d8768d87 diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypy

[pypy-commit] pypy default: simplify

2017-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r90093:21fe41563985 Date: 2017-02-13 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/21fe41563985/ Log:simplify diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pypy/interpreter/pyopc

[pypy-commit] pypy py3.5-newtext: some post-merge fixes

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r90094:72f4854167dd Date: 2017-02-13 17:14 +0100 http://bitbucket.org/pypy/pypy/changeset/72f4854167dd/ Log:some post-merge fixes diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseob

[pypy-commit] pypy py3.5-newtext: fix

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r90095:2c2584ce56cf Date: 2017-02-13 17:17 +0100 http://bitbucket.org/pypy/pypy/changeset/2c2584ce56cf/ Log:fix diff --git a/pypy/objspace/std/kwargsdict.py b/pypy/objspace/std/kwargsdict.py --- a/pypy/objspace/std/kwargsdict.py +++ b/pypy/

[pypy-commit] pypy.org extradoc: update the values

2017-02-13 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r858:69f598252754 Date: 2017-02-13 17:40 +0100 http://bitbucket.org/pypy/pypy.org/changeset/69f598252754/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $66596 of $105000 (

[pypy-commit] pypy py3.5-newtext: hg merge c945ce239b8c

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r90096:f298674b1732 Date: 2017-02-13 18:32 +0100 http://bitbucket.org/pypy/pypy/changeset/f298674b1732/ Log:hg merge c945ce239b8c diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/assemble.py --- a/pypy/i

[pypy-commit] pypy py3.5-newtext: fix

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r90097:b6513a7b1305 Date: 2017-02-13 18:43 +0100 http://bitbucket.org/pypy/pypy/changeset/b6513a7b1305/ Log:fix diff --git a/pypy/objspace/std/kwargsdict.py b/pypy/objspace/std/kwargsdict.py --- a/pypy/objspace/std/kwargsdict.py +++ b/pypy/

[pypy-commit] pypy py3.5-newtext: fix

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r90098:144b2aec56bd Date: 2017-02-13 18:47 +0100 http://bitbucket.org/pypy/pypy/changeset/144b2aec56bd/ Log:fix diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py --- a/pypy/objspace/std/mapdict.py +++ b/pypy/objspace/

[pypy-commit] pypy py3.5-newtext: hg merge 5fef2e96ef36

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r90099:135e906c0b0c Date: 2017-02-13 18:52 +0100 http://bitbucket.org/pypy/pypy/changeset/135e906c0b0c/ Log:hg merge 5fef2e96ef36 diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseob

[pypy-commit] pypy py3.5-newtext: fix

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r90100:cef36504d2aa Date: 2017-02-13 18:58 +0100 http://bitbucket.org/pypy/pypy/changeset/cef36504d2aa/ Log:fix diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py +++

[pypy-commit] pypy py3.5-newtext: hg merge 1bddaf521a03

2017-02-13 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r90101:f73ab0b44844 Date: 2017-02-13 19:13 +0100 http://bitbucket.org/pypy/pypy/changeset/f73ab0b44844/ Log:hg merge 1bddaf521a03 diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py --- a/pypy/module/__bu

[pypy-commit] pypy default: Define PyCFunctionObject using cparser

2017-02-13 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r90102:0ee3e96efc24 Date: 2017-02-13 19:39 + http://bitbucket.org/pypy/pypy/changeset/0ee3e96efc24/ Log:Define PyCFunctionObject using cparser diff --git a/pypy/module/cpyext/include/methodobject.h b/pypy/module/cpyext/include/methodobject.h --- a/

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

2017-02-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90103:36c29756f6b7 Date: 2017-02-13 19:41 + http://bitbucket.org/pypy/pypy/changeset/36c29756f6b7/ Log:hg merge default diff --git a/pypy/module/cpyext/include/methodobject.h b/pypy/module/cpyext/include/methodobject.h --- a/pypy/module/cpyex

[pypy-commit] pypy py3.5: Use 3.5 definition for PyCFunctionObject (adds m_weakreflist)

2017-02-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90104:bdc8a83774b0 Date: 2017-02-13 19:53 + http://bitbucket.org/pypy/pypy/changeset/bdc8a83774b0/ Log:Use 3.5 definition for PyCFunctionObject (adds m_weakreflist) diff --git a/pypy/module/cpyext/parse/cpyext_object.h b/pypy/module/cpyext/pa

[pypy-commit] pypy py3.5: fix translation (errmsg must be str, not unicode)

2017-02-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90105:5ddabb9320f9 Date: 2017-02-13 21:25 + http://bitbucket.org/pypy/pypy/changeset/5ddabb9320f9/ Log:fix translation (errmsg must be str, not unicode) diff --git a/pypy/module/_codecs/locale.py b/pypy/module/_codecs/locale.py --- a/pypy/modu

[pypy-commit] pypy.org extradoc: Use HTTPS urls for external resources

2017-02-13 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r859:93f1a38cc2a0 Date: 2017-02-13 21:59 -0800 http://bitbucket.org/pypy/pypy.org/changeset/93f1a38cc2a0/ Log:Use HTTPS urls for external resources diff --git a/archive.html b/archive.html --- a/archive.html +++ b/archive.html @@ -31,10 +31,10

[pypy-commit] pypy.org extradoc: merged upstream

2017-02-13 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r860:d1219700aa34 Date: 2017-02-13 21:59 -0800 http://bitbucket.org/pypy/pypy.org/changeset/d1219700aa34/ Log:merged upstream diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $66596 of $105000 (6