[pypy-commit] pypy default: Move pypydir definition from conftest.py to pypy/__init__.py

2016-06-04 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r84917:6174f94686c9 Date: 2016-06-04 16:30 +0100 http://bitbucket.org/pypy/pypy/changeset/6174f94686c9/ Log:Move pypydir definition from conftest.py to pypy/__init__.py diff --git a/pypy/__init__.py b/pypy/__init__.py --- a/pypy/__init__.py +++ b/pypy/_

[pypy-commit] pypy py3.5: Define missing _compute methods in assemble, fix bug of last commit in codegen

2016-06-04 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r84918:ffef1437c3dc Date: 2016-06-04 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/ffef1437c3dc/ Log:Define missing _compute methods in assemble, fix bug of last commit in codegen diff --git a/pypy/interpreter/astcompiler/assembl

[pypy-commit] pypy closed-branches: Merge closed head 23e336d3e045 on branch bigint-with-int-ops

2016-06-04 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r84919:c72419ba9c5a Date: 2016-06-04 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/c72419ba9c5a/ Log:Merge closed head 23e336d3e045 on branch bigint-with-int-ops ___ pypy-commit mailing l

[pypy-commit] pypy closed-branches: Merge closed head 2c67ae9165f5 on branch s390x-z196

2016-06-04 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r84924:229313695a85 Date: 2016-06-04 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/229313695a85/ Log:Merge closed head 2c67ae9165f5 on branch s390x-z196 ___ pypy-commit mailing list pypy-

[pypy-commit] pypy closed-branches: Merge closed head a33dbfaaca10 on branch py3k-clock_get_info

2016-06-04 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r84927:cd27de52ceb5 Date: 2016-06-04 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/cd27de52ceb5/ Log:Merge closed head a33dbfaaca10 on branch py3k-clock_get_info ___ pypy-commit mailing l

[pypy-commit] pypy closed-branches: Merge closed head a0123b0e67f5 on branch s390x-enhance-speed

2016-06-04 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r84922:77e48408589c Date: 2016-06-04 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/77e48408589c/ Log:Merge closed head a0123b0e67f5 on branch s390x-enhance-speed ___ pypy-commit mailing l

[pypy-commit] pypy closed-branches: Merge closed head 0067281a14da on branch py3.3

2016-06-04 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r84923:67d149a18183 Date: 2016-06-04 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/67d149a18183/ Log:Merge closed head 0067281a14da on branch py3.3 ___ pypy-commit mailing list pypy-commi

[pypy-commit] pypy closed-branches: re-close this branch

2016-06-04 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r84928:a0bfe513a90e Date: 2016-06-04 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/a0bfe513a90e/ Log:re-close this branch ___ pypy-commit mailing list [email protected] https://mail.

[pypy-commit] pypy closed-branches: Merge closed head 71ed4229465d on branch cpyext-macros-cast2

2016-06-04 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r84926:f96161023e92 Date: 2016-06-04 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/f96161023e92/ Log:Merge closed head 71ed4229465d on branch cpyext-macros-cast2 ___ pypy-commit mailing l

[pypy-commit] pypy closed-branches: Merge closed head 1cd36e0809b5 on branch memop-simplify3

2016-06-04 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r84920:b58de1443ff9 Date: 2016-06-04 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b58de1443ff9/ Log:Merge closed head 1cd36e0809b5 on branch memop-simplify3 ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head 9a366b997dcc on branch s390x-backend

2016-06-04 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r84921:bab9605b99c7 Date: 2016-06-04 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/bab9605b99c7/ Log:Merge closed head 9a366b997dcc on branch s390x-backend ___ pypy-commit mailing list py

[pypy-commit] pypy closed-branches: Merge closed head 8520044ca6a8 on branch py3.3-hashfix

2016-06-04 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r84925:8167d3afbedd Date: 2016-06-04 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/8167d3afbedd/ Log:Merge closed head 8520044ca6a8 on branch py3.3-hashfix ___ pypy-commit mailing list py

[pypy-commit] pypy default: fix const char* in function declaration

2016-06-04 Thread mattip
Author: Matti Picus Branch: Changeset: r84929:17d0560c9dda Date: 2016-06-04 21:38 +0300 http://bitbucket.org/pypy/pypy/changeset/17d0560c9dda/ Log:fix const char* in function declaration diff --git a/pypy/module/cpyext/bytearrayobject.py b/pypy/module/cpyext/bytearrayobject.py --- a/pypy/m

[pypy-commit] pypy py3.5: Create unfinished _visit_starunpack, fix wrong methods bugs, fix None not iterable bug (still has bugs)

2016-06-04 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r84930:6fe1da3c798a Date: 2016-06-04 23:32 +0200 http://bitbucket.org/pypy/pypy/changeset/6fe1da3c798a/ Log:Create unfinished _visit_starunpack, fix wrong methods bugs, fix None not iterable bug (still has bugs) diff --git a/pypy/interp