[pypy-commit] pypy default: don't make every strategy intstance have a sizehint field, which needs to be

2013-07-30 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r65833:33309a9fd9d0 Date: 2013-07-30 20:55 +0200 http://bitbucket.org/pypy/pypy/changeset/33309a9fd9d0/ Log:don't make every strategy intstance have a sizehint field, which needs to be checked whether it's -1. This saves one guard per no

[pypy-commit] pypy default: test fix issue 1543 - add conjugate() to scalars

2013-07-30 Thread mattip
Author: Matti Picus Branch: Changeset: r65832:a50d8cdd457e Date: 2013-07-31 00:38 +0300 http://bitbucket.org/pypy/pypy/changeset/a50d8cdd457e/ Log:test fix issue 1543 - add conjugate() to scalars diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py -

[pypy-commit] pypy release-2.1.x: Argh. Turning "try: list[index]; except IndexError" into "try:

2013-07-30 Thread arigo
Author: Armin Rigo Branch: release-2.1.x Changeset: r65831:a5db735cb628 Date: 2013-07-30 20:09 +0200 http://bitbucket.org/pypy/pypy/changeset/a5db735cb628/ Log:Argh. Turning "try: list[index]; except IndexError" into "try: method(index); except IndexError" just doesn't work in RPython

[pypy-commit] pypy default: add version_info to numpypy status page

2013-07-30 Thread mattip
Author: Matti Picus Branch: Changeset: r65830:6bec82bea284 Date: 2013-07-30 23:59 +0300 http://bitbucket.org/pypy/pypy/changeset/6bec82bea284/ Log:add version_info to numpypy status page diff --git a/pypy/module/micronumpy/tool/numready/main.py b/pypy/module/micronumpy/tool/numready/main.p

[pypy-commit] pypy pypy3-release-2.1.x: merp

2013-07-30 Thread pjenvey
Author: Philip Jenvey Branch: pypy3-release-2.1.x Changeset: r65829:3af81ced412a Date: 2013-07-30 13:21 -0700 http://bitbucket.org/pypy/pypy/changeset/3af81ced412a/ Log:merp diff --git a/pypy/doc/release-pypy3-2.1.0-beta1.rst b/pypy/doc/release-pypy3-2.1.0-beta1.rst --- a/pypy/doc/release-p

[pypy-commit] pypy pypy3-release-2.1.x: label as 2.1 like default's release was

2013-07-30 Thread pjenvey
Author: Philip Jenvey Branch: pypy3-release-2.1.x Changeset: r65827:3a818ce5da13 Date: 2013-07-30 12:59 -0700 http://bitbucket.org/pypy/pypy/changeset/3a818ce5da13/ Log:label as 2.1 like default's release was diff --git a/pypy/doc/release-pypy3-2.1.0-beta1.rst b/pypy/doc/release-pypy3-2.1.0

[pypy-commit] pypy py3k-memoryview: Unskip memoryview tests.

2013-07-30 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k-memoryview Changeset: r65826:d709ed43b270 Date: 2013-07-30 21:42 +0200 http://bitbucket.org/pypy/pypy/changeset/d709ed43b270/ Log:Unskip memoryview tests. diff --git a/lib-python/3/test/test_memoryview.py b/lib-python/3/test/test_memoryview.py --- a/lib-pyth

[pypy-commit] pypy release-2.1.x: Change the magic number in .pyc files: we used default_magic = 0xf303+2,

2013-07-30 Thread arigo
Author: Armin Rigo Branch: release-2.1.x Changeset: r65825:43efd6376dab Date: 2013-07-30 20:42 +0200 http://bitbucket.org/pypy/pypy/changeset/43efd6376dab/ Log:Change the magic number in .pyc files: we used default_magic = 0xf303+2, now it is 0xf303+6. The most recent incompatible cha

[pypy-commit] pypy default: Change the magic number in .pyc files: we used default_magic = 0xf303+2,

2013-07-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r65824:c3992b355ed7 Date: 2013-07-30 20:42 +0200 http://bitbucket.org/pypy/pypy/changeset/c3992b355ed7/ Log:Change the magic number in .pyc files: we used default_magic = 0xf303+2, now it is 0xf303+6. The most recent incompatible change t

[pypy-commit] pypy default: Argh. Turning "try: list[index]; except IndexError" into "try:

2013-07-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r65823:1e4a202133e5 Date: 2013-07-30 20:09 +0200 http://bitbucket.org/pypy/pypy/changeset/1e4a202133e5/ Log:Argh. Turning "try: list[index]; except IndexError" into "try: method(index); except IndexError" just doesn't work in RPython after

[pypy-commit] cffi default: Crash with a clear error message in case of built-in but unsupported

2013-07-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1299:bc462d3c35a6 Date: 2013-07-30 18:44 +0200 http://bitbucket.org/cffi/cffi/changeset/bc462d3c35a6/ Log:Crash with a clear error message in case of built-in but unsupported types. Add a test that fails so far, to fix. diff --git a/cffi/common

[pypy-commit] cffi default: Accept short, long, signed, unsigned as prefixes of a real type (usually

2013-07-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1300:c268d05a14da Date: 2013-07-30 19:03 +0200 http://bitbucket.org/cffi/cffi/changeset/c268d05a14da/ Log:Accept short, long, signed, unsigned as prefixes of a real type (usually int) written in any order. diff --git a/cffi/cparser.py b/cffi/cp

[pypy-commit] pypy default: Refactor for cpyext PyNumber_CoerceEx

2013-07-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r65822:73c0b2494f1f Date: 2013-07-30 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/73c0b2494f1f/ Log:Refactor for cpyext PyNumber_CoerceEx diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/objspace/descrope

[pypy-commit] pypy default: Not really sure, but I believe this to be a fix

2013-07-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r65820:2cc1812e0ada Date: 2013-07-30 14:30 +0200 http://bitbucket.org/pypy/pypy/changeset/2cc1812e0ada/ Log:Not really sure, but I believe this to be a fix diff --git a/rpython/jit/backend/x86/regalloc.py b/rpython/jit/backend/x86/regalloc.py --- a/rpy

[pypy-commit] pypy refactor-str-types: Fix isinstance_w fastpath.

2013-07-30 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65816:84267731a9be Date: 2013-07-29 18:35 +0200 http://bitbucket.org/pypy/pypy/changeset/84267731a9be/ Log:Fix isinstance_w fastpath. diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspace/std/

[pypy-commit] pypy refactor-str-types: Fix descr_title().

2013-07-30 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65819:3c21a8894676 Date: 2013-07-30 00:14 +0200 http://bitbucket.org/pypy/pypy/changeset/3c21a8894676/ Log:Fix descr_title(). diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pypy/objspa

[pypy-commit] pypy refactor-str-types: Make descr_splitlines() unicode-aware.

2013-07-30 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65818:93f93f772e11 Date: 2013-07-29 19:40 +0200 http://bitbucket.org/pypy/pypy/changeset/93f93f772e11/ Log:Make descr_splitlines() unicode-aware. diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.

[pypy-commit] pypy refactor-str-types: oops

2013-07-30 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65817:e5d03b989292 Date: 2013-07-29 18:35 +0200 http://bitbucket.org/pypy/pypy/changeset/e5d03b989292/ Log:oops diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py --- a/pypy/tool/pytest/apptest.py +++ b/pypy/tool/

[pypy-commit] pypy refactor-str-types: Fix test_setobject.py.

2013-07-30 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65815:97254954bebc Date: 2013-07-29 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/97254954bebc/ Log:Fix test_setobject.py. diff --git a/pypy/objspace/std/test/test_setobject.py b/pypy/objspace/std/test/test_setobject.py --- a

[pypy-commit] pypy default: Document the registers on x86-64 in this file too

2013-07-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r65814:228ee0fda188 Date: 2013-07-30 14:11 +0200 http://bitbucket.org/pypy/pypy/changeset/228ee0fda188/ Log:Document the registers on x86-64 in this file too diff --git a/rpython/memory/gctransform/asmgcroot.py b/rpython/memory/gctransform/asmgcroot.py

[pypy-commit] pypy default: kill a useless import

2013-07-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r65813:d70b8eb9c481 Date: 2013-07-30 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/d70b8eb9c481/ Log:kill a useless import diff --git a/rpython/translator/c/test/test_lltyped.py b/rpython/translator/c/test/test_lltyped.py --- a/rpython/t

[pypy-commit] pypy default: support const char* (test is a bit imperfect, but I fail to see when

2013-07-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r65812:19e81f8f9f39 Date: 2013-07-30 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/19e81f8f9f39/ Log:support const char* (test is a bit imperfect, but I fail to see when it actually explodes) diff --git a/rpython/rtyper/lltypesyst

[pypy-commit] pypy stmgc-c4: fix problem in zrpy_gc_test.py (we need to break the transaction in order to free all possible weakref'ed objects)

2013-07-30 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65811:200e28316921 Date: 2013-07-30 09:42 +0200 http://bitbucket.org/pypy/pypy/changeset/200e28316921/ Log:fix problem in zrpy_gc_test.py (we need to break the transaction in order to free all possible weakref'ed objects) diff --git a/r

[pypy-commit] pypy pypy3-release-2.1.x: Added tag pypy3-release-2.1.0-beta1 for changeset 5b4971cbfc45

2013-07-30 Thread pjenvey
Author: Philip Jenvey Branch: pypy3-release-2.1.x Changeset: r65810:d63636b30cc0 Date: 2013-07-29 23:58 -0700 http://bitbucket.org/pypy/pypy/changeset/d63636b30cc0/ Log:Added tag pypy3-release-2.1.0-beta1 for changeset 5b4971cbfc45 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @

[pypy-commit] pypy py3k: n/a on py3k

2013-07-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65807:c0832f4a3a98 Date: 2013-07-29 23:53 -0700 http://bitbucket.org/pypy/pypy/changeset/c0832f4a3a98/ Log:n/a on py3k diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/test/test_compiler.py --- a/py

[pypy-commit] pypy pypy3-release-2.1.x: mention arm too, other edits

2013-07-30 Thread pjenvey
Author: Philip Jenvey Branch: pypy3-release-2.1.x Changeset: r65809:5b4971cbfc45 Date: 2013-07-29 23:56 -0700 http://bitbucket.org/pypy/pypy/changeset/5b4971cbfc45/ Log:mention arm too, other edits diff --git a/pypy/doc/release-pypy3-2.1.0-beta1.rst b/pypy/doc/release-pypy3-2.1.0-beta1.rst