[pypy-commit] pypy default: document how the file works

2013-10-13 Thread mattip
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 ---

[pypy-commit] pypy default: allow comparison between ndarray and string

2013-10-13 Thread mattip
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

[pypy-commit] pypy default: numpy compatible capi fixes

2013-10-13 Thread mattip
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/

[pypy-commit] extradoc extradoc: Done

2013-10-13 Thread alex_gaynor
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

[pypy-commit] pypy default: ARRAYCOPY with constant starts and constant length doesn't escape its argument

2013-10-13 Thread alex_gaynor
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

[pypy-commit] pypy default: merged from upstream

2013-10-13 Thread alex_gaynor
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

[pypy-commit] pypy default: make the frontend heapcache smarter, take advantage of usually-constant indices, and propate known values

2013-10-13 Thread alex_gaynor
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

[pypy-commit] pypy default: Put this check case back in

2013-10-13 Thread alex_gaynor
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

[pypy-commit] pypy default: Handle this case as well

2013-10-13 Thread alex_gaynor
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

[pypy-commit] pypy default: fix translation

2013-10-13 Thread mattip
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

[pypy-commit] pypy default: Test and fix

2013-10-13 Thread arigo
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