Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1915:cd57701f17ff
Date: 2015-05-06 10:05 +0200
http://bitbucket.org/cffi/cffi/changeset/cd57701f17ff/
Log:Revert this version number change, which doesn't make sense
diff --git a/cffi/__init__.py b/cffi/__init__.py
--- a/cffi/__init__.py
+++ b/
Author: Ronan Lamy
Branch: can_cast
Changeset: r77155:b37ce09bf154
Date: 2015-05-05 20:34 +0100
http://bitbucket.org/pypy/pypy/changeset/b37ce09bf154/
Log:document some equivalences with numpy's C source
diff --git a/pypy/module/micronumpy/casting.py
b/pypy/module/micronumpy/casting.py
---
Author: Ronan Lamy
Branch: can_cast
Changeset: r77154:7ad5a80421e0
Date: 2015-05-05 14:15 +0100
http://bitbucket.org/pypy/pypy/changeset/7ad5a80421e0/
Log:hg merge default
diff too long, truncating to 2000 out of 6114 lines
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -420,
Author: mattip
Branch: numpy-fixes
Changeset: r77156:be47257b1b03
Date: 2015-05-06 17:06 +0300
http://bitbucket.org/pypy/pypy/changeset/be47257b1b03/
Log:merge default into branch
diff too long, truncating to 2000 out of 5994 lines
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
Author: Richard Plangger
Branch: vecopt
Changeset: r77157:0d5c4726bbd0
Date: 2015-05-05 17:57 +0200
http://bitbucket.org/pypy/pypy/changeset/0d5c4726bbd0/
Log:updated fake objects to be able to run micro numpy code (not
finished yet)
diff --git a/pypy/module/micronumpy/compile.py
b/
Author: Richard Plangger
Branch: vecopt
Changeset: r77158:b2baaa7fb44d
Date: 2015-05-06 10:02 +0200
http://bitbucket.org/pypy/pypy/changeset/b2baaa7fb44d/
Log:test_zjit up and running again (extended the fake space) enabled
vectorization algorithm for test_zjit relaxing a guard does n
Author: Maciej Fijalkowski
Branch: conditional_call_value
Changeset: r77159:c9ff8a58c585
Date: 2015-05-06 16:55 +0200
http://bitbucket.org/pypy/pypy/changeset/c9ff8a58c585/
Log:fix the test
diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py
b/rpython/jit/metainterp/optimizeopt/rewri
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1917:ea180084fe9c
Date: 2015-05-06 16:59 +0200
http://bitbucket.org/cffi/cffi/changeset/ea180084fe9c/
Log:hg merge default
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -5797,7 +5797,7 @@
Author: Armin Rigo
Branch:
Changeset: r1916:abf5158d9c54
Date: 2015-05-06 16:58 +0200
http://bitbucket.org/cffi/cffi/changeset/abf5158d9c54/
Log:Fix
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -116,7 +116,7 @@
if __name__ == '__main__':
from setuptools import set
Author: mattip
Branch:
Changeset: r77160:e86a210b9d79
Date: 2015-05-06 18:04 +0300
http://bitbucket.org/pypy/pypy/changeset/e86a210b9d79/
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/whatsnew-
Author: Maciej Fijalkowski
Branch: conditional_call_value
Changeset: r77161:e3fb7aa96597
Date: 2015-05-06 17:14 +0200
http://bitbucket.org/pypy/pypy/changeset/e3fb7aa96597/
Log:try to write elidable COND_CALL, will write tests
diff --git a/rpython/jit/metainterp/optimizeopt/heap.py
b/rpytho
Author: Maciej Fijalkowski
Branch: conditional_call_value
Changeset: r77162:80e62b8eee0b
Date: 2015-05-06 17:47 +0200
http://bitbucket.org/pypy/pypy/changeset/80e62b8eee0b/
Log:pfff rpython
diff --git a/rpython/jit/metainterp/pyjitpl.py
b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/jit/
Author: Ronan Lamy
Branch: can_cast
Changeset: r77163:39a612244a74
Date: 2015-05-06 17:09 +0100
http://bitbucket.org/pypy/pypy/changeset/39a612244a74/
Log:Add missing comparison operations on dtype
diff --git a/pypy/module/micronumpy/casting.py
b/pypy/module/micronumpy/casting.py
--- a/pypy
Author: Armin Rigo
Branch:
Changeset: r77164:84c708bdfe53
Date: 2015-05-06 19:21 +0200
http://bitbucket.org/pypy/pypy/changeset/84c708bdfe53/
Log:Add a passing test, with a theory about how it could future-proof
against a subtle issue.
diff --git a/rpython/jit/metainterp/test/test_v
Author: Armin Rigo
Branch:
Changeset: r77166:da8a7267b507
Date: 2015-05-06 19:53 +0200
http://bitbucket.org/pypy/pypy/changeset/da8a7267b507/
Log:Fix for 078cf2a4aa22
diff --git a/rpython/jit/metainterp/blackhole.py
b/rpython/jit/metainterp/blackhole.py
--- a/rpython/jit/metainterp/blackho
Author: Armin Rigo
Branch:
Changeset: r77165:078cf2a4aa22
Date: 2015-05-06 19:41 +0200
http://bitbucket.org/pypy/pypy/changeset/078cf2a4aa22/
Log:Failing test
diff --git a/rpython/jit/metainterp/test/test_virtualizable.py
b/rpython/jit/metainterp/test/test_virtualizable.py
--- a/rpython/ji
Author: Ronan Lamy
Branch: can_cast
Changeset: r77167:3369304f07ca
Date: 2015-05-06 20:12 +0100
http://bitbucket.org/pypy/pypy/changeset/3369304f07ca/
Log:Fix typeinfo dict
diff --git a/pypy/module/micronumpy/descriptor.py
b/pypy/module/micronumpy/descriptor.py
--- a/pypy/module/micronumpy/
Author: mattip
Branch: numpy-fixes
Changeset: r77168:02dfc7f1c293
Date: 2015-05-06 20:23 +0300
http://bitbucket.org/pypy/pypy/changeset/02dfc7f1c293/
Log:move test and make 32-bit friendly, revert string comparison on cmp-
func execption
diff --git a/pypy/module/micronumpy/ndarray.py
Author: mattip
Branch: numpy-fixes
Changeset: r77169:32f0d226f5bf
Date: 2015-05-06 22:15 +0300
http://bitbucket.org/pypy/pypy/changeset/32f0d226f5bf/
Log:ajdust expected jit ops for changes in loop.py, ufunc.py
diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py
b/pypy/module/py
Author: Armin Rigo
Branch:
Changeset: r77170:e0f1bcfbc61b
Date: 2015-05-06 21:26 +0200
http://bitbucket.org/pypy/pypy/changeset/e0f1bcfbc61b/
Log:Test and fix for gdbm
diff --git a/lib_pypy/gdbm.py b/lib_pypy/gdbm.py
--- a/lib_pypy/gdbm.py
+++ b/lib_pypy/gdbm.py
@@ -112,7 +112,7 @@
d
Author: Armin Rigo
Branch:
Changeset: r77171:df44050e8e33
Date: 2015-05-06 21:39 +0200
http://bitbucket.org/pypy/pypy/changeset/df44050e8e33/
Log:The gdbm library is not thread-safe. Add a global lock.
diff --git a/lib_pypy/gdbm.py b/lib_pypy/gdbm.py
--- a/lib_pypy/gdbm.py
+++ b/lib_pypy/gd
21 matches
Mail list logo