Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r91037:fd0b9058b540
Date: 2017-04-10 23:58 +0200
http://bitbucket.org/pypy/pypy/changeset/fd0b9058b540/
Log:Implement jit_conditional_call_value llop (as a no-op).
diff --git a/rpython/translator/llvm/genllvm.py
b/rpython/tran
Author: Ronan Lamy
Branch: PyBuffer
Changeset: r91036:21e7a68c528e
Date: 2017-04-10 19:39 +0100
http://bitbucket.org/pypy/pypy/changeset/21e7a68c528e/
Log:Move W_MemoryObject.lookup_dimension() to Buffer.get_offset()
diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py
--- a/
Author: Ronan Lamy
Branch: PyBuffer
Changeset: r91035:01ef9fd9fb98
Date: 2017-04-10 18:36 +0100
http://bitbucket.org/pypy/pypy/changeset/01ef9fd9fb98/
Log:Move getbytevalue() to space.byte_w() (to avoid local import hacks)
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/base
Author: Ronan Lamy
Branch: PyBuffer
Changeset: r91034:c15ffb651607
Date: 2017-04-10 18:22 +0100
http://bitbucket.org/pypy/pypy/changeset/c15ffb651607/
Log:Create Buffer.setitem_w
diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py
--- a/pypy/interpreter/buffer.py
+++ b/pypy/
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r91032:249f55947826
Date: 2017-04-10 17:37 +0200
http://bitbucket.org/pypy/pypy/changeset/249f55947826/
Log:Remove another reference to raisingop2direct_call.
diff --git a/rpython/config/translationoption.py
b/rpython/config/t
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r91033:2d857d1faf07
Date: 2017-04-10 18:10 +0200
http://bitbucket.org/pypy/pypy/changeset/2d857d1faf07/
Log:Fix.
diff --git a/rpython/translator/llvm/genllvm.py
b/rpython/translator/llvm/genllvm.py
--- a/rpython/translator/llv
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r91031:6a9bfe2a2164
Date: 2017-04-10 17:35 +0200
http://bitbucket.org/pypy/pypy/changeset/6a9bfe2a2164/
Log:Implement new _translated_to_c symbolic.
diff --git a/rpython/translator/llvm/genllvm.py
b/rpython/translator/llvm/gen
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r91030:320090532fe1
Date: 2017-04-10 17:27 +0200
http://bitbucket.org/pypy/pypy/changeset/320090532fe1/
Log:Add stub implementation for debug_assert_not_none llop.
diff --git a/rpython/translator/llvm/genllvm.py
b/rpython/tran
Author: Ronan Lamy
Branch: PyBuffer
Changeset: r91029:278bd2e57510
Date: 2017-04-10 16:58 +0100
http://bitbucket.org/pypy/pypy/changeset/278bd2e57510/
Log:Add Buffer.w_getitem, fix memoryview.__getitem__ in the single-
element case
diff --git a/pypy/interpreter/buffer.py b/pypy/inter
Author: Antonio Cuni
Branch: extradoc
Changeset: r5800:b1dc930c1b52
Date: 2017-04-10 11:32 +0200
http://bitbucket.org/pypy/extradoc/changeset/b1dc930c1b52/
Log:include --jitlog
diff --git a/talk/pycon-italy-2017/talk.rst b/talk/pycon-italy-2017/talk.rst
--- a/talk/pycon-italy-2017/talk.rst
+
Author: Antonio Cuni
Branch: extradoc
Changeset: r5801:a7f037c7cafa
Date: 2017-04-10 11:33 +0200
http://bitbucket.org/pypy/extradoc/changeset/a7f037c7cafa/
Log:commit the pdf of the slides as they were presented
diff --git a/talk/pycon-italy-2017/talk.pdf b/talk/pycon-italy-2017/talk.pdf
new
Author: Tobias Weber
Branch: c8-long-transactions
Changeset: r2038:1c544f12ca42
Date: 2017-04-10 10:32 +0200
http://bitbucket.org/pypy/stmgc/changeset/1c544f12ca42/
Log:Merge overheads instrumentation
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -158,
Author: Armin Rigo
Branch:
Changeset: r91023:4c6aed86d95a
Date: 2017-04-10 10:08 +0200
http://bitbucket.org/pypy/pypy/changeset/4c6aed86d95a/
Log:Patch issue #2536 (david naylor)
bsdtar does allow of overriding of user/group
diff --git a/pypy/tool/release/package.py b/pypy/tool/rel
Author: Armin Rigo
Branch: py3.5
Changeset: r91022:eec301b81cfb
Date: 2017-04-10 10:06 +0200
http://bitbucket.org/pypy/pypy/changeset/eec301b81cfb/
Log:Forward-port of 0c750a7ba24a
diff --git a/lib-python/3/distutils/sysconfig_pypy.py
b/lib-python/3/distutils/sysconfig_pypy.py
--- a/lib-pyt
Author: Armin Rigo
Branch:
Changeset: r91021:0c750a7ba24a
Date: 2017-04-10 10:04 +0200
http://bitbucket.org/pypy/pypy/changeset/0c750a7ba24a/
Log:Patch issue #2535 (david naylor)
Use cc/c++ instead of gcc/g++
diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py
b/lib-python/2.7
15 matches
Mail list logo