[pypy-commit] pypy default: np.complex128 doesn't need a __complex__ method, simplify

2013-11-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67827:53eec95199ea Date: 2013-11-04 02:55 -0500 http://bitbucket.org/pypy/pypy/changeset/53eec95199ea/ Log:np.complex128 doesn't need a __complex__ method, simplify diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_

[pypy-commit] pypy default: Add a test that dictionaries are type-erased correctly. This fails

2013-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r67828:b5cd6e18901d Date: 2013-11-04 12:52 +0100 http://bitbucket.org/pypy/pypy/changeset/b5cd6e18901d/ Log:Add a test that dictionaries are type-erased correctly. This fails with rordereddict because of the LookupFamily. Managed to fix it by

[pypy-commit] stmgc default: implement stm_stop_all_other_threads() and

2013-11-04 Thread Raemi
Author: Remi Meier Branch: Changeset: r543:79aa5685d286 Date: 2013-11-04 13:15 +0100 http://bitbucket.org/pypy/stmgc/changeset/79aa5685d286/ Log:implement stm_stop_all_other_threads() and stm_partial_commit_and_resume_other_threads() diff --git a/c4/demo_random.c b/c4/demo_random.c

[pypy-commit] pypy stmgc-c4: atomically patch assembler by stopping & aborting all other transactions

2013-11-04 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r67830:d483af75a05b Date: 2013-11-04 13:18 +0100 http://bitbucket.org/pypy/pypy/changeset/d483af75a05b/ Log:atomically patch assembler by stopping & aborting all other transactions during raw patching. diff --git a/rpython/jit/backend/x8

[pypy-commit] pypy stmgc-c4: import stmgc with stop_all_other_threads() and partial commit for inevitable transactions

2013-11-04 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r67829:7384b3c8c0fc Date: 2013-11-04 13:16 +0100 http://bitbucket.org/pypy/pypy/changeset/7384b3c8c0fc/ Log:import stmgc with stop_all_other_threads() and partial commit for inevitable transactions diff --git a/rpython/translator/stm/src

[pypy-commit] buildbot numpy-tests: tests run

2013-11-04 Thread mattip
Author: Matti Picus Branch: numpy-tests Changeset: r873:433f33dd1fda Date: 2013-11-04 17:37 +0200 http://bitbucket.org/pypy/buildbot/changeset/433f33dd1fda/ Log:tests run diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2/pypyb

[pypy-commit] buildbot numpy-tests: downloading works

2013-11-04 Thread mattip
Author: Matti Picus Branch: numpy-tests Changeset: r872:f78c853a0134 Date: 2013-11-04 14:00 +0200 http://bitbucket.org/pypy/buildbot/changeset/f78c853a0134/ Log:downloading works diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bo

[pypy-commit] pypy array-overallocation-in-nursery: Start adapting the codewriter for the new rlist.py format

2013-11-04 Thread arigo
Author: Armin Rigo Branch: array-overallocation-in-nursery Changeset: r67831:dc207f7dffcb Date: 2013-11-04 18:10 +0100 http://bitbucket.org/pypy/pypy/changeset/dc207f7dffcb/ Log:Start adapting the codewriter for the new rlist.py format diff --git a/rpython/jit/codewriter/jtransform.py b/rpy

[pypy-commit] buildbot add-header-to-nightly: add a header line of links to the nightly listing pages

2013-11-04 Thread mattip
Author: Matti Picus Branch: add-header-to-nightly Changeset: r874:600464fa69ba Date: 2013-11-04 19:30 +0200 http://bitbucket.org/pypy/buildbot/changeset/600464fa69ba/ Log:add a header line of links to the nightly listing pages diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/py

[pypy-commit] buildbot add-header-to-nightly: revert buildbot.tac

2013-11-04 Thread mattip
Author: Matti Picus Branch: add-header-to-nightly Changeset: r875:ec3983861744 Date: 2013-11-04 19:33 +0200 http://bitbucket.org/pypy/buildbot/changeset/ec3983861744/ Log:revert buildbot.tac diff --git a/slave/buildbot.tac b/slave/buildbot.tac --- a/slave/buildbot.tac +++ b/slave/buildbot.ta

[pypy-commit] pypy default: This is now teh default

2013-11-04 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67832:8a79ffc73c9d Date: 2013-11-04 10:04 -0800 http://bitbucket.org/pypy/pypy/changeset/8a79ffc73c9d/ Log:This is now teh default diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -205,5 +205,3 @@ u

[pypy-commit] pypy default: fix min/max of complex with nans

2013-11-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67833:1fb8f989bf6a Date: 2013-11-04 13:43 -0500 http://bitbucket.org/pypy/pypy/changeset/1fb8f989bf6a/ Log:fix min/max of complex with nans diff --git a/pypy/module/micronumpy/test/dummy_module.py b/pypy/module/micronumpy/test/dummy_module.py --- a/

[pypy-commit] pypy default: fix str_format of complex nan/inf

2013-11-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67834:c3b67fad2bc1 Date: 2013-11-04 14:37 -0500 http://bitbucket.org/pypy/pypy/changeset/c3b67fad2bc1/ Log:fix str_format of complex nan/inf diff --git a/pypy/module/micronumpy/test/test_scalar.py b/pypy/module/micronumpy/test/test_scalar.py --- a/p

[pypy-commit] pypy array-overallocation-in-nursery: Rewrite the 'jit_conditional_call' operation to 'conditional_call' and

2013-11-04 Thread arigo
Author: Armin Rigo Branch: array-overallocation-in-nursery Changeset: r67835:d32ed008256d Date: 2013-11-04 20:51 +0100 http://bitbucket.org/pypy/pypy/changeset/d32ed008256d/ Log:Rewrite the 'jit_conditional_call' operation to 'conditional_call' and always allow it to occur, even if no

[pypy-commit] pypy default: New FAQ entry: Module xyz does not work with PyPy: ImportError

2013-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r67836:e59a35b9ec62 Date: 2013-11-04 21:26 +0100 http://bitbucket.org/pypy/pypy/changeset/e59a35b9ec62/ Log:New FAQ entry: Module xyz does not work with PyPy: ImportError diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy

[pypy-commit] pypy default: add out to np.dot and ndarray.dot

2013-11-04 Thread mattip
Author: Matti Picus Branch: Changeset: r67839:4b5d0c9d1e79 Date: 2013-11-04 23:07 +0200 http://bitbucket.org/pypy/pypy/changeset/4b5d0c9d1e79/ Log:add out to np.dot and ndarray.dot diff --git a/pypy/module/micronumpy/interp_arrayops.py b/pypy/module/micronumpy/interp_arrayops.py --- a/pypy

[pypy-commit] pypy cpyext-int: merge default into branch

2013-11-04 Thread mattip
Author: Matti Picus Branch: cpyext-int Changeset: r67838:cc3307a7b330 Date: 2013-10-22 21:48 +0300 http://bitbucket.org/pypy/pypy/changeset/cc3307a7b330/ Log:merge default into branch diff --git a/pypy/tool/pypyjit.py b/pypy/tool/pypyjit.py --- a/pypy/tool/pypyjit.py +++ b/pypy/tool/pypyjit.

[pypy-commit] pypy default: utilize rfloat.isfinite

2013-11-04 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r67840:934879cb2719 Date: 2013-11-04 14:31 -0800 http://bitbucket.org/pypy/pypy/changeset/934879cb2719/ Log:utilize rfloat.isfinite diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/types.py +

[pypy-commit] pypy default: sign of nan can be ambiguous, use isnan

2013-11-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67841:b782ce0d380d Date: 2013-11-04 20:46 -0500 http://bitbucket.org/pypy/pypy/changeset/b782ce0d380d/ Log:sign of nan can be ambiguous, use isnan diff --git a/pypy/module/micronumpy/test/test_scalar.py b/pypy/module/micronumpy/test/test_scalar.py -

[pypy-commit] pypy default: provide astype/nbytes for scalars

2013-11-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67842:adc554f83b04 Date: 2013-11-04 22:03 -0500 http://bitbucket.org/pypy/pypy/changeset/adc554f83b04/ Log:provide astype/nbytes for scalars diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/modu

[pypy-commit] pypy default: provide scalar.squeeze()

2013-11-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67843:55261a401261 Date: 2013-11-04 22:25 -0500 http://bitbucket.org/pypy/pypy/changeset/55261a401261/ Log:provide scalar.squeeze() diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/micron

[pypy-commit] pypy default: provide scalar.{strides,T}

2013-11-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67844:53130555bf48 Date: 2013-11-04 22:32 -0500 http://bitbucket.org/pypy/pypy/changeset/53130555bf48/ Log:provide scalar.{strides,T} diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/micr