[pypy-commit] pypy no-failargs: Tweaks

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: no-failargs Changeset: r58635:9a21fc7f0ca1 Date: 2012-10-30 14:49 +0100 http://bitbucket.org/pypy/pypy/changeset/9a21fc7f0ca1/ Log:Tweaks diff --git a/pypy/jit/backend/llsupport/jitframe.py b/pypy/jit/backend/llsupport/jitframe.py ---

[pypy-commit] pypy no-failargs: Tentative (may be reverted): change FINISH to take 0 argument.

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: no-failargs Changeset: r58636:d331eab8d5af Date: 2012-10-31 09:58 +0100 http://bitbucket.org/pypy/pypy/changeset/d331eab8d5af/ Log:Tentative (may be reverted): change FINISH to take 0 argument. diff --git a/pypy/jit/backend/llgraph/runner.py

[pypy-commit] pypy missing-ndarray-attributes: conjugate

2012-10-31 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: missing-ndarray-attributes Changeset: r58637:02887579c3d1 Date: 2012-10-29 15:46 +0100 http://bitbucket.org/pypy/pypy/changeset/02887579c3d1/ Log:conjugate diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: numpy has opinions. It has it's own opinion what's a sequence and it's own

2012-10-31 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r58638:de6cd9aa69b0 Date: 2012-10-31 16:09 +0200 http://bitbucket.org/pypy/pypy/changeset/de6cd9aa69b0/ Log:numpy has opinions. It has it's own opinion what's a sequence and it's own opinion what's an int. Deal with that

[pypy-commit] pypy default: merge

2012-10-31 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r58639:1fa8fb721755 Date: 2012-10-31 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/1fa8fb721755/ Log:merge diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_backend/ctypeptr.py ---

[pypy-commit] pypy default: Attempt a fix. Hard to test.

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58640:d9a653fb6785 Date: 2012-10-31 15:15 +0100 http://bitbucket.org/pypy/pypy/changeset/d9a653fb6785/ Log:Attempt a fix. Hard to test. diff --git a/pypy/annotation/model.py b/pypy/annotation/model.py --- a/pypy/annotation/model.py +++

[pypy-commit] pypy default: merge heads

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58641:ee9fe199c7cb Date: 2012-10-31 15:23 +0100 http://bitbucket.org/pypy/pypy/changeset/ee9fe199c7cb/ Log:merge heads diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py --- a/pypy/module/micronumpy/base.py +++

[pypy-commit] pypy default: Add the '--opt=..' option to py.py, as a way to enable all pypy-specific

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58644:2d138f334c76 Date: 2012-10-31 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/2d138f334c76/ Log:Add the '--opt=..' option to py.py, as a way to enable all pypy- specific options at a certain optimization level. diff

[pypy-commit] pypy default: Add a sanity check.

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58645:1946e86bd7a5 Date: 2012-10-31 17:34 +0100 http://bitbucket.org/pypy/pypy/changeset/1946e86bd7a5/ Log:Add a sanity check. diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py ---

[pypy-commit] pypy default: Simplify the logic.

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58646:fd45b4a00ced Date: 2012-10-31 17:37 +0100 http://bitbucket.org/pypy/pypy/changeset/fd45b4a00ced/ Log:Simplify the logic. diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a/pypy/interpreter/buffer.py +++

[pypy-commit] pypy default: Hopefully, fixes for 'test_buffer' after O2 or Ojit translation.

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58647:e3a20a600eaf Date: 2012-10-31 17:47 +0100 http://bitbucket.org/pypy/pypy/changeset/e3a20a600eaf/ Log:Hopefully, fixes for 'test_buffer' after O2 or Ojit translation. Hard to test... diff --git

[pypy-commit] pypy missing-ndarray-attributes: implement diagonal. I wonder if the jit would help here

2012-10-31 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: missing-ndarray-attributes Changeset: r58650:e28b7a70729c Date: 2012-10-31 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/e28b7a70729c/ Log:implement diagonal. I wonder if the jit would help here diff --git

[pypy-commit] pypy unicode-strategies: fix test_stressdict

2012-10-31 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: unicode-strategies Changeset: r58651:f48a80508682 Date: 2012-10-31 17:58 +0100 http://bitbucket.org/pypy/pypy/changeset/f48a80508682/ Log:fix test_stressdict diff --git a/pypy/objspace/std/test/test_dictmultiobject.py

[pypy-commit] pypy unicode-strategies: implement listview_unicode for W_UnicodeObject

2012-10-31 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: unicode-strategies Changeset: r58652:09dfbb4ed8dd Date: 2012-10-31 18:03 +0100 http://bitbucket.org/pypy/pypy/changeset/09dfbb4ed8dd/ Log:implement listview_unicode for W_UnicodeObject diff --git a/pypy/objspace/std/objspace.py

[pypy-commit] pypy default: Tweak tweak. Unclear if this gives enough win any more to care...

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58653:66ca6d9f3739 Date: 2012-10-31 18:09 +0100 http://bitbucket.org/pypy/pypy/changeset/66ca6d9f3739/ Log:Tweak tweak. Unclear if this gives enough win any more to care... diff --git a/pypy/objspace/std/test/test_typeobject.py

[pypy-commit] pypy default: Comment it out until we figure out (1) if it has a measurable performance

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58654:3ef72b75102b Date: 2012-10-31 18:10 +0100 http://bitbucket.org/pypy/pypy/changeset/3ef72b75102b/ Log:Comment it out until we figure out (1) if it has a measurable performance impact nowadays, and (2) if it's really really

[pypy-commit] pypy default: fix this test

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58655:bf186ea46cc9 Date: 2012-10-31 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/bf186ea46cc9/ Log:fix this test diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and_slow.py ---

[pypy-commit] pypy default: fix this test too

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58656:2598c9981962 Date: 2012-10-31 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/2598c9981962/ Log:fix this test too diff --git a/pypy/module/_multiprocessing/test/test_connection.py

[pypy-commit] extradoc extradoc: beginnings of another py3k update

2012-10-31 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: extradoc Changeset: r4897:99dabe072e29 Date: 2012-10-31 12:16 -0700 http://bitbucket.org/pypy/extradoc/changeset/99dabe072e29/ Log:beginnings of another py3k update diff --git a/blog/draft/py3k-status-update-7.rst

[pypy-commit] pypy default: document merged branch

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58657:37267ef01375 Date: 2012-10-31 20:38 +0100 http://bitbucket.org/pypy/pypy/changeset/37267ef01375/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] extradoc extradoc: tweaks

2012-10-31 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: extradoc Changeset: r4898:be5b7511331f Date: 2012-10-31 20:40 +0100 http://bitbucket.org/pypy/extradoc/changeset/be5b7511331f/ Log:tweaks diff --git a/blog/draft/py3k-status-update-7.rst b/blog/draft/py3k-status-update-7.rst ---