Author: Matti Picus
Branch:
Changeset: r67348:61192c252609
Date: 2013-10-13 02:06 +0300
http://bitbucket.org/pypy/pypy/changeset/61192c252609/
Log:document how the file works
diff --git a/pypy/module/cpyext/include/numpy/npy_3kcompat.h
b/pypy/module/cpyext/include/numpy/npy_3kcompat.h
---
Author: Matti Picus
Branch:
Changeset: r67350:413f957cdd2b
Date: 2013-10-13 23:53 +0300
http://bitbucket.org/pypy/pypy/changeset/413f957cdd2b/
Log:allow comparison between ndarray and string
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
Author: Matti Picus
Branch:
Changeset: r67349:a3f27dccf08a
Date: 2013-10-13 22:16 +0300
http://bitbucket.org/pypy/pypy/changeset/a3f27dccf08a/
Log:numpy compatible capi fixes
diff --git a/pypy/module/cpyext/include/numpy/arrayobject.h
b/pypy/module/cpyext/include/numpy/arrayobject.h
--- a/
Author: Alex Gaynor
Branch: extradoc
Changeset: r5069:37671f5ab693
Date: 2013-10-13 22:54 +0200
http://bitbucket.org/pypy/extradoc/changeset/37671f5ab693/
Log:Done
diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -45,9 +45,6 @@
(SETINTERIOR
Author: Alex Gaynor
Branch:
Changeset: r67347:d1a0c07b6586
Date: 2013-10-13 21:48 +0200
http://bitbucket.org/pypy/pypy/changeset/d1a0c07b6586/
Log:ARRAYCOPY with constant starts and constant length doesn't escape
its argument
diff --git a/rpython/jit/metainterp/heapcache.py
b/rpyth
Author: Alex Gaynor
Branch:
Changeset: r67346:d7d87d2a64ba
Date: 2013-10-13 16:41 +0200
http://bitbucket.org/pypy/pypy/changeset/d7d87d2a64ba/
Log:merged from upstream
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsn
Author: Alex Gaynor
Branch:
Changeset: r67343:886b28486155
Date: 2013-10-13 16:05 +0200
http://bitbucket.org/pypy/pypy/changeset/886b28486155/
Log:make the frontend heapcache smarter, take advantage of usually-
constant indices, and propate known values
diff --git a/rpython/jit/meta
Author: Alex Gaynor
Branch:
Changeset: r67345:8ddab3e49465
Date: 2013-10-13 16:20 +0200
http://bitbucket.org/pypy/pypy/changeset/8ddab3e49465/
Log:Put this check case back in
diff --git a/rpython/jit/metainterp/heapcache.py
b/rpython/jit/metainterp/heapcache.py
--- a/rpython/jit/metainterp
Author: Alex Gaynor
Branch:
Changeset: r67344:5507590c8364
Date: 2013-10-13 16:17 +0200
http://bitbucket.org/pypy/pypy/changeset/5507590c8364/
Log:Handle this case as well
diff --git a/rpython/jit/metainterp/heapcache.py
b/rpython/jit/metainterp/heapcache.py
--- a/rpython/jit/metainterp/he
Author: Matti Picus
Branch:
Changeset: r67342:218eb71b2288
Date: 2013-10-13 11:24 +0300
http://bitbucket.org/pypy/pypy/changeset/218eb71b2288/
Log:fix translation
diff --git a/pypy/module/cpyext/ndarrayobject.py
b/pypy/module/cpyext/ndarrayobject.py
--- a/pypy/module/cpyext/ndarrayobject.p
Author: Armin Rigo
Branch:
Changeset: r67341:e99ecdbbbcc7
Date: 2013-10-13 09:12 +0200
http://bitbucket.org/pypy/pypy/changeset/e99ecdbbbcc7/
Log:Test and fix
diff --git a/rpython/rtyper/rint.py b/rpython/rtyper/rint.py
--- a/rpython/rtyper/rint.py
+++ b/rpython/rtyper/rint.py
@@ -251,7 +25
11 matches
Mail list logo