[pypy-commit] pypy s390x-backend: dict comprehension rewrite to loop overwrote parameter variable of the function

2016-01-18 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81829:8c4d49ec746f Date: 2016-01-18 09:13 +0100 http://bitbucket.org/pypy/pypy/changeset/8c4d49ec746f/ Log:dict comprehension rewrite to loop overwrote parameter variable of the function diff --git a/rpython/jit/backend/test/

[pypy-commit] pypy s390x-backend: reverted rlib/constant.py

2016-01-18 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81831:c2e76c7a5755 Date: 2016-01-18 10:08 +0100 http://bitbucket.org/pypy/pypy/changeset/c2e76c7a5755/ Log:reverted rlib/constant.py diff --git a/rpython/rlib/constant.py b/rpython/rlib/constant.py --- a/rpython/rlib/constant.py +++

[pypy-commit] pypy s390x-backend: removed double stack frame allocation from stacklet, zpickle requiring them pass

2016-01-18 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81830:737d6e63553a Date: 2016-01-18 10:07 +0100 http://bitbucket.org/pypy/pypy/changeset/737d6e63553a/ Log:removed double stack frame allocation from stacklet, zpickle requiring them pass diff --git a/rpython/rlib/constant.py

[pypy-commit] pypy default: Missing headers

2016-01-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r81832:72077eb61f4c Date: 2016-01-18 10:42 +0100 http://bitbucket.org/pypy/pypy/changeset/72077eb61f4c/ Log:Missing headers diff --git a/rpython/translator/sandbox/rsandbox.py b/rpython/translator/sandbox/rsandbox.py --- a/rpython/translator/sandbox/rs

[pypy-commit] pypy default: test and fix for the sandboxing issue on 32-bit (test_lseek)

2016-01-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r81833:4fd739667032 Date: 2016-01-18 11:08 +0100 http://bitbucket.org/pypy/pypy/changeset/4fd739667032/ Log:test and fix for the sandboxing issue on 32-bit (test_lseek) diff --git a/rpython/rlib/rmarshal.py b/rpython/rlib/rmarshal.py --- a/rpython/rlib/

[pypy-commit] pypy s390x-backend: replaced load 32bit imm with load imm that can handle 64 bit too

2016-01-18 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81834:045f28548d0a Date: 2016-01-18 13:51 +0100 http://bitbucket.org/pypy/pypy/changeset/045f28548d0a/ Log:replaced load 32bit imm with load imm that can handle 64 bit too diff --git a/rpython/jit/backend/zarch/assembler.py b/rpytho

[pypy-commit] pypy s390x-backend: modified 2 tests, first used void pointer instead of int pointer (thus qsort did not sort),

2016-01-18 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81835:58481ef6fdd3 Date: 2016-01-18 15:22 +0100 http://bitbucket.org/pypy/pypy/changeset/58481ef6fdd3/ Log:modified 2 tests, first used void pointer instead of int pointer (thus qsort did not sort), the second writes to a unio

[pypy-commit] pypy s390x-backend: reverted debug lines

2016-01-18 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81836:4a1e1cbe4d29 Date: 2016-01-18 15:48 +0100 http://bitbucket.org/pypy/pypy/changeset/4a1e1cbe4d29/ Log:reverted debug lines ___ pypy-commit mailing list [email protected] https://m

[pypy-commit] pypy s390x-backend: another case where regalloc pair did not succeed

2016-01-18 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81837:477fb942bb79 Date: 2016-01-18 16:09 +0100 http://bitbucket.org/pypy/pypy/changeset/477fb942bb79/ Log:another case where regalloc pair did not succeed diff --git a/rpython/jit/backend/zarch/regalloc.py b/rpython/jit/backend/zar

[pypy-commit] pypy exctrans: Create sandbox stubs in the annotator and finally get rid of databasing-time creation of sandbox helpers

2016-01-18 Thread rlamy
Author: Ronan Lamy Branch: exctrans Changeset: r81838:2906290a8ebc Date: 2016-01-18 17:57 + http://bitbucket.org/pypy/pypy/changeset/2906290a8ebc/ Log:Create sandbox stubs in the annotator and finally get rid of databasing-time creation of sandbox helpers diff --git a/rpython/ann

[pypy-commit] pypy default: Merged in vincentlegoll/pypy/fix-cpython-ssl-tests-2.7 (pull request #389)

2016-01-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r81842:ac2ca4598b64 Date: 2016-01-18 20:28 +0100 http://bitbucket.org/pypy/pypy/changeset/ac2ca4598b64/ Log:Merged in vincentlegoll/pypy/fix-cpython-ssl-tests-2.7 (pull request #389) Fix SSL tests diff --git a/lib-python/2.7/tes

[pypy-commit] pypy fix-cpython-ssl-tests-2.7: New branch to fix SSL tests by porting the cpython patch

2016-01-18 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-cpython-ssl-tests-2.7 Changeset: r81839:a989150f7e92 Date: 2016-01-18 18:54 +0100 http://bitbucket.org/pypy/pypy/changeset/a989150f7e92/ Log:New branch to fix SSL tests by porting the cpython patch ___ pypy-commit

[pypy-commit] pypy fix-cpython-ssl-tests-2.7: Fix cpython test suite's SSL tests

2016-01-18 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-cpython-ssl-tests-2.7 Changeset: r81840:5a76a7be8569 Date: 2016-01-18 19:00 +0100 http://bitbucket.org/pypy/pypy/changeset/5a76a7be8569/ Log:Fix cpython test suite's SSL tests They were failing since the expiration of certificate for svn.pyt

[pypy-commit] pypy fix-cpython-ssl-tests-2.7: Add SSL fixing branch description

2016-01-18 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-cpython-ssl-tests-2.7 Changeset: r81841:7cb4ec9641f8 Date: 2016-01-18 19:05 +0100 http://bitbucket.org/pypy/pypy/changeset/7cb4ec9641f8/ Log:Add SSL fixing branch description diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/do

[pypy-commit] pypy remove-getfield-pure: Forgot to change this back earlier

2016-01-18 Thread sbauman
Author: Spenser Bauman Branch: remove-getfield-pure Changeset: r81843:de689eafaf4b Date: 2016-01-18 15:52 -0500 http://bitbucket.org/pypy/pypy/changeset/de689eafaf4b/ Log:Forgot to change this back earlier diff --git a/rpython/jit/metainterp/optimizeopt/pure.py b/rpython/jit/metainterp/opti

[pypy-commit] pypy s390x-backend: added nursery_ptr_increment, added lldebug to some tests to debug in gdb

2016-01-18 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81844:c0cdd96eb4d2 Date: 2016-01-19 08:41 +0100 http://bitbucket.org/pypy/pypy/changeset/c0cdd96eb4d2/ Log:added nursery_ptr_increment, added lldebug to some tests to debug in gdb diff --git a/rpython/jit/backend/llsupport/te

[pypy-commit] pypy s390x-backend: merged default

2016-01-18 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81845:14c96c77a0fd Date: 2016-01-19 08:44 +0100 http://bitbucket.org/pypy/pypy/changeset/14c96c77a0fd/ Log:merged default diff too long, truncating to 2000 out of 3821 lines diff --git a/lib-python/2.7/distutils/command/build_ext.py