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/
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
+++
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo