[pypy-commit] pypy default: Fix this test.

2011-11-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48638:bfd8b80c9117 Date: 2011-11-01 07:29 + http://bitbucket.org/pypy/pypy/changeset/bfd8b80c9117/ Log:Fix this test. diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/test_array.py ---

[pypy-commit] pypy default: Don't crash on reading or writing stuff to the history file

2011-11-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48639:5e062fe507c3 Date: 2011-11-01 07:37 + http://bitbucket.org/pypy/pypy/changeset/5e062fe507c3/ Log:Don't crash on reading or writing stuff to the history file if the encoding is wrong. Just fall back to utf-8, a kind of

[pypy-commit] pyrepl default: Port 5e062fe507c3 from pypy.

2011-11-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r154:8f621e5d5cb7 Date: 2011-11-01 08:39 +0100 http://bitbucket.org/pypy/pyrepl/changeset/8f621e5d5cb7/ Log:Port 5e062fe507c3 from pypy. diff --git a/pyrepl/readline.py b/pyrepl/readline.py --- a/pyrepl/readline.py +++

[pypy-commit] pypy default: Update the list of irc topics. I had to change details in the script

2011-11-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48640:6e0e3791ee99 Date: 2011-11-01 09:28 +0100 http://bitbucket.org/pypy/pypy/changeset/6e0e3791ee99/ Log:Update the list of irc topics. I had to change details in the script that parses IRC topics, and I just noticed that it no

[pypy-commit] Notification: pypy

2011-11-01 Thread Bitbucket
You have received a notification from wizz. Hi, I forked pypy. My fork is at https://bitbucket.org/wizz/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: Expand the code of unpackiterable() into several versions instead

2011-11-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48641:33adaaf2cc05 Date: 2011-11-01 11:08 +0100 http://bitbucket.org/pypy/pypy/changeset/33adaaf2cc05/ Log:Expand the code of unpackiterable() into several versions instead of keeping a single does-it-all version. diff --git

[pypy-commit] pypy default: Tweaks.

2011-11-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48645:f9317d8169dd Date: 2011-11-01 11:56 +0100 http://bitbucket.org/pypy/pypy/changeset/f9317d8169dd/ Log:Tweaks. diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/generator.py +++

[pypy-commit] pypy default: Also use the same jitdriver for list(generator).

2011-11-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48646:f908d360e53c Date: 2011-11-01 12:06 +0100 http://bitbucket.org/pypy/pypy/changeset/f908d360e53c/ Log:Also use the same jitdriver for list(generator). diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy default: translation fix

2011-11-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48643:1d8951851148 Date: 2011-11-01 11:40 +0100 http://bitbucket.org/pypy/pypy/changeset/1d8951851148/ Log:translation fix diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy ppc-jit-backend: Use sld for PPC64 shifts in getitem and unicode.

2011-11-01 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r48648:09dd5163 Date: 2011-11-01 10:55 -0400 http://bitbucket.org/pypy/pypy/changeset/09dd5163/ Log:Use sld for PPC64 shifts in getitem and unicode. diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py

[pypy-commit] extradoc extradoc: iteration becnhmakrs

2011-11-01 Thread hakanardo
Author: Hakan Ardo ha...@debian.org Branch: extradoc Changeset: r3955:17ee08a6ac71 Date: 2011-11-01 16:04 +0100 http://bitbucket.org/pypy/extradoc/changeset/17ee08a6ac71/ Log:iteration becnhmakrs diff --git a/talk/iwtc11/benchmarks/image/numpy_compare.py

[pypy-commit] pypy default: Attempt to fix Windows translation.

2011-11-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48649:06cddf70488a Date: 2011-11-01 17:52 +0100 http://bitbucket.org/pypy/pypy/changeset/06cddf70488a/ Log:Attempt to fix Windows translation. diff --git a/pypy/rlib/rmmap.py b/pypy/rlib/rmmap.py --- a/pypy/rlib/rmmap.py +++

[pypy-commit] pypy numpy-multidim: repr/str: add tests for numpy compliance, code cleanup

2011-11-01 Thread mattip
Author: mattip Branch: numpy-multidim Changeset: r48650:6eff7c357df1 Date: 2011-11-01 20:34 +0200 http://bitbucket.org/pypy/pypy/changeset/6eff7c357df1/ Log:repr/str: add tests for numpy compliance, code cleanup diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy ppc-jit-backend: Optimize zero-extend and sign-extend in _ensure_result_bit_extension

2011-11-01 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r48651:058e97bccb87 Date: 2011-11-01 15:16 -0400 http://bitbucket.org/pypy/pypy/changeset/058e97bccb87/ Log:Optimize zero-extend and sign-extend in _ensure_result_bit_extension and add PPC64 support. diff --git

[pypy-commit] extradoc extradoc: typo

2011-11-01 Thread hakanardo
Author: Hakan Ardo ha...@debian.org Branch: extradoc Changeset: r3957:ab6bc92f1d6d Date: 2011-11-01 22:07 +0100 http://bitbucket.org/pypy/extradoc/changeset/ab6bc92f1d6d/ Log:typo diff --git a/talk/iwtc11/benchmarks/iter/mean1d.c b/talk/iwtc11/benchmarks/iter/mean1d.c ---

[pypy-commit] extradoc extradoc: a few more becnhmarks and some results

2011-11-01 Thread hakanardo
Author: Hakan Ardo ha...@debian.org Branch: extradoc Changeset: r3956:94871ac1f542 Date: 2011-11-01 22:06 +0100 http://bitbucket.org/pypy/extradoc/changeset/94871ac1f542/ Log:a few more becnhmarks and some results diff --git a/talk/iwtc11/benchmarks/iter/generator.py

[pypy-commit] pypy default: failing test

2011-11-01 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r48652:1dde33279496 Date: 2011-11-01 21:10 -0400 http://bitbucket.org/pypy/pypy/changeset/1dde33279496/ Log:failing test diff --git a/pypy/interpreter/test/test_generator.py b/pypy/interpreter/test/test_generator.py ---

[pypy-commit] pypy default: fix for the failing test - StopIteration raised from anywhere kills the generator

2011-11-01 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r48653:82489bdede61 Date: 2011-11-01 21:20 -0400 http://bitbucket.org/pypy/pypy/changeset/82489bdede61/ Log:fix for the failing test - StopIteration raised from anywhere kills the generator diff --git