[pypy-commit] pypy guard-compatible: seems there is still a case where a condition with a non-constant is made

2016-06-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r85188:a48045cfa46a Date: 2016-06-15 14:12 +0200 http://bitbucket.org/pypy/pypy/changeset/a48045cfa46a/ Log:seems there is still a case where a condition with a non-constant is made diff --git a/rpython/jit/metainterp/co

[pypy-commit] pypy default: Bumped greenlet version for upstream.

2016-06-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r85189:6fcdbf16a5f9 Date: 2016-06-16 08:31 -0400 http://bitbucket.org/pypy/pypy/changeset/6fcdbf16a5f9/ Log:Bumped greenlet version for upstream. There are no changes that we need to port over. diff --git a/lib_pypy/greenlet.egg-info b/lib_pyp

[pypy-commit] pypy ppc-vsx-support: added incomplete impl. for vec_raw_load_i

2016-06-16 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85190:517eb8e476c8 Date: 2016-06-16 15:37 +0200 http://bitbucket.org/pypy/pypy/changeset/517eb8e476c8/ Log:added incomplete impl. for vec_raw_load_i diff --git a/rpython/jit/backend/ppc/vector_ext.py b/rpython/jit/backend/ppc/vect

[pypy-commit] pypy rw-PyString_AS_STRING: move pto.c_tp_itemsize assignment for str type to earlier point in cpyext initialization code

2016-06-16 Thread mattip
Author: Matti Picus Branch: rw-PyString_AS_STRING Changeset: r85192:d2e03a332a5b Date: 2016-06-16 19:05 +0300 http://bitbucket.org/pypy/pypy/changeset/d2e03a332a5b/ Log:move pto.c_tp_itemsize assignment for str type to earlier point in cpyext initialization code diff --git a/pypy/mod

[pypy-commit] pypy rw-PyString_AS_STRING: translation fix

2016-06-16 Thread mattip
Author: Matti Picus Branch: rw-PyString_AS_STRING Changeset: r85193:c62ce292c86c Date: 2016-06-16 19:06 +0300 http://bitbucket.org/pypy/pypy/changeset/c62ce292c86c/ Log:translation fix diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py --- a/pypy/module/cpyex

[pypy-commit] pypy ppc-vsx-support: added vector add for powerpc, test modified to use hypothesis

2016-06-16 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85191:daa1de3f481f Date: 2016-06-16 18:01 +0200 http://bitbucket.org/pypy/pypy/changeset/daa1de3f481f/ Log:added vector add for powerpc, test modified to use hypothesis diff --git a/rpython/jit/backend/ppc/codebuilder.py b/rpython

[pypy-commit] pypy testing-cleanup: pass arguments to a function

2016-06-16 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85194:666baf5dc59b Date: 2016-06-16 19:49 +0100 http://bitbucket.org/pypy/pypy/changeset/666baf5dc59b/ Log:pass arguments to a function diff --git a/pypy/module/cpyext/test/support.py b/pypy/module/cpyext/test/support.py --- a/pypy/modu

[pypy-commit] pypy default: Added tag release-pypy2.7-v5.3.1 for changeset 7e8df3df9641

2016-06-16 Thread mattip
Author: Matti Picus Branch: Changeset: r85195:3feb181deba9 Date: 2016-06-16 21:49 +0300 http://bitbucket.org/pypy/pypy/changeset/3feb181deba9/ Log:Added tag release-pypy2.7-v5.3.1 for changeset 7e8df3df9641 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -26,3 +26,4 @@ 404976

[pypy-commit] pypy default: update repackage script for 5.3.1

2016-06-16 Thread mattip
Author: Matti Picus Branch: Changeset: r85196:79376977379b Date: 2016-06-15 22:10 +0300 http://bitbucket.org/pypy/pypy/changeset/79376977379b/ Log:update repackage script for 5.3.1 diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh --- a/pypy/tool/release/repackage

[pypy-commit] pypy.org extradoc: update for bugfix release pypy2.7-v5.3.1

2016-06-16 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r759:86fc69961a2b Date: 2016-06-16 22:18 +0300 http://bitbucket.org/pypy/pypy.org/changeset/86fc69961a2b/ Log:update for bugfix release pypy2.7-v5.3.1 diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -74,7 +

[pypy-commit] pypy.org extradoc: fix one more place

2016-06-16 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r760:d884fbe4ae57 Date: 2016-06-16 23:28 +0300 http://bitbucket.org/pypy/pypy.org/changeset/d884fbe4ae57/ Log:fix one more place diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -74,7 +74,7 @@ performance i

[pypy-commit] pypy pyfile-tell: add failing test for syncing ftell(fp) and fid.tell()

2016-06-16 Thread mattip
Author: Matti Picus Branch: pyfile-tell Changeset: r85197:4941e3ed2258 Date: 2016-06-16 22:51 +0300 http://bitbucket.org/pypy/pypy/changeset/4941e3ed2258/ Log:add failing test for syncing ftell(fp) and fid.tell() diff --git a/pypy/module/cpyext/test/test_pyfile.py b/pypy/module/cpyext/test/

[pypy-commit] pypy pyfile-tell: document why the test fails, need to call flush_buffers in PyFile_AsFile

2016-06-16 Thread mattip
Author: Matti Picus Branch: pyfile-tell Changeset: r85198:b23ad2aee931 Date: 2016-06-16 23:33 +0300 http://bitbucket.org/pypy/pypy/changeset/b23ad2aee931/ Log:document why the test fails, need to call flush_buffers in PyFile_AsFile diff --git a/pypy/module/cpyext/test/test_pyfile.py

[pypy-commit] pypy py3.5: Fix visit_list

2016-06-16 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85200:8d7c7f8d2ee3 Date: 2016-06-16 22:38 +0200 http://bitbucket.org/pypy/pypy/changeset/8d7c7f8d2ee3/ Log:Fix visit_list diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --- a/pypy/interpreter/as

[pypy-commit] pypy py3.5: Fix visit_tuple

2016-06-16 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85201:d3a8be3eee83 Date: 2016-06-16 22:42 +0200 http://bitbucket.org/pypy/pypy/changeset/d3a8be3eee83/ Log:Fix visit_tuple diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --- a/pypy/interpreter/a

[pypy-commit] pypy default: fix link

2016-06-16 Thread mattip
Author: Matti Picus Branch: Changeset: r85199:a756c02c565a Date: 2016-06-16 23:33 +0300 http://bitbucket.org/pypy/pypy/changeset/a756c02c565a/ Log:fix link diff --git a/pypy/doc/release-pypy2.7-v5.3.1.rst b/pypy/doc/release-pypy2.7-v5.3.1.rst --- a/pypy/doc/release-pypy2.7-v5.3.1.rst +++ b

[pypy-commit] pypy py3.5: Adapt _visit_list_or_tuple_assignment

2016-06-16 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85202:430c5404f5b9 Date: 2016-06-16 23:38 +0200 http://bitbucket.org/pypy/pypy/changeset/430c5404f5b9/ Log:Adapt _visit_list_or_tuple_assignment diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --

[pypy-commit] pypy testing-cleanup: Don't use RPython logging

2016-06-16 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85203:73843504475e Date: 2016-06-17 01:26 +0100 http://bitbucket.org/pypy/pypy/changeset/73843504475e/ Log:Don't use RPython logging diff --git a/pypy/module/cpyext/test/support.py b/pypy/module/cpyext/test/support.py --- a/pypy/module/

[pypy-commit] pypy testing-cleanup: stop using rpy_platform attributes as local variables

2016-06-16 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85204:43826d85eaaa Date: 2016-06-17 02:57 +0100 http://bitbucket.org/pypy/pypy/changeset/43826d85eaaa/ Log:stop using rpy_platform attributes as local variables diff --git a/pypy/module/cpyext/test/support.py b/pypy/module/cpyext/test/s

[pypy-commit] pypy testing-cleanup: Don't use DistutilsPlatform

2016-06-16 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85206:2cd0dfca3da2 Date: 2016-06-17 04:05 +0100 http://bitbucket.org/pypy/pypy/changeset/2cd0dfca3da2/ Log:Don't use DistutilsPlatform diff --git a/pypy/module/cpyext/test/support.py b/pypy/module/cpyext/test/support.py --- a/pypy/modul

[pypy-commit] pypy testing-cleanup: Don't use ECI

2016-06-16 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85205:cc4219028500 Date: 2016-06-17 03:46 +0100 http://bitbucket.org/pypy/pypy/changeset/cc4219028500/ Log:Don't use ECI diff --git a/pypy/module/cpyext/test/support.py b/pypy/module/cpyext/test/support.py --- a/pypy/module/cpyext/test/

[pypy-commit] pypy default: document merged branch

2016-06-16 Thread mattip
Author: Matti Picus Branch: Changeset: r85210:d8cafae12463 Date: 2016-06-17 09:15 +0300 http://bitbucket.org/pypy/pypy/changeset/d8cafae12463/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/what

[pypy-commit] pypy pyfile-tell: close branch to be merged

2016-06-16 Thread mattip
Author: Matti Picus Branch: pyfile-tell Changeset: r85208:b1432381e6fd Date: 2016-06-17 09:11 +0300 http://bitbucket.org/pypy/pypy/changeset/b1432381e6fd/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https://mai

[pypy-commit] pypy pyfile-tell: add flush_buffers to PyFile_AsFile

2016-06-16 Thread mattip
Author: Matti Picus Branch: pyfile-tell Changeset: r85207:48f59a7416c9 Date: 2016-06-17 09:10 +0300 http://bitbucket.org/pypy/pypy/changeset/48f59a7416c9/ Log:add flush_buffers to PyFile_AsFile diff --git a/pypy/module/cpyext/pyfile.py b/pypy/module/cpyext/pyfile.py --- a/pypy/module/cpyext/

[pypy-commit] pypy default: merge pyfile-tell which syncs w_file with the c-level FILE* before returning FILE*

2016-06-16 Thread mattip
Author: Matti Picus Branch: Changeset: r85209:2ccda01df68b Date: 2016-06-17 09:12 +0300 http://bitbucket.org/pypy/pypy/changeset/2ccda01df68b/ Log:merge pyfile-tell which syncs w_file with the c-level FILE* before returning FILE* diff --git a/pypy/module/cpyext/pyfile.py b/pypy/modu