[pypy-commit] lang-smalltalk storage: extra exception for SenderManipulation, also don't throw if sender unchanged, also make interp.trace immutable

2014-07-11 Thread timfel
Author: Tim Felgentreff Branch: storage Changeset: r895:9cb31b513e7d Date: 2014-07-11 18:25 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/9cb31b513e7d/ Log:extra exception for SenderManipulation, also don't throw if sender unchanged, also make interp.trace immutable diff -

[pypy-commit] pypy.org extradoc: Add these two talks as html with short urls

2014-07-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r516:bb5ad924f6f6 Date: 2014-07-11 16:32 +0200 http://bitbucket.org/pypy/pypy.org/changeset/bb5ad924f6f6/ Log:Add these two talks as html with short urls diff --git a/talk/ep2014-status.html b/talk/ep2014-status.html new file mode 100644 --- /de

[pypy-commit] pypy default: Add an explicit assert. Better than crashing obscurely in examples

2014-07-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r72422:c3d240baabb3 Date: 2014-07-11 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/c3d240baabb3/ Log:Add an explicit assert. Better than crashing obscurely in examples that embed the PyPy interpreter but fail to call space.startup(). diff

[pypy-commit] pypy default: revert scalar __iter__ since it causes test failures (test_ndarray)

2014-07-11 Thread mattip
Author: mattip Branch: Changeset: r72421:746c9818 Date: 2014-07-11 23:09 +1000 http://bitbucket.org/pypy/pypy/changeset/746c9818/ Log:revert scalar __iter__ since it causes test failures (test_ndarray) diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --

[pypy-commit] pypy default: Backed out changeset: f20ac16753b6 - new hash function fails tests

2014-07-11 Thread mattip
Author: mattip Branch: Changeset: r72420:8344e652a12e Date: 2014-07-11 22:42 +1000 http://bitbucket.org/pypy/pypy/changeset/8344e652a12e/ Log:Backed out changeset: f20ac16753b6 - new hash function fails tests diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descri

[pypy-commit] pypy ufuncapi: wip - add python-level test

2014-07-11 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r72419:3d89d854cf6d Date: 2014-07-11 22:39 +1000 http://bitbucket.org/pypy/pypy/changeset/3d89d854cf6d/ Log:wip - add python-level test diff --git a/pypy/module/cpyext/test/test_ndarrayobject.py b/pypy/module/cpyext/test/test_ndarrayobject.py --- a

[pypy-commit] pypy default: Oops, I upgraded the _cffi_backend to version 0.8.6 but forgot that

2014-07-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r72417:08d164cb3d40 Date: 2014-07-11 12:24 +0200 http://bitbucket.org/pypy/pypy/changeset/08d164cb3d40/ Log:Oops, I upgraded the _cffi_backend to version 0.8.6 but forgot that the lib_pypy/cffi directory was still checking for 0.8.2. diff --git