Author: Matti Picus
Branch: numpypy.float16
Changeset: r58790:ac1d554efd34
Date: 2012-11-08 13:02 +0200
http://bitbucket.org/pypy/pypy/changeset/ac1d554efd34/
Log:fix translation
diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py
--- a/pypy/module/micronumpy/types
Author: Maciej Fijalkowski
Branch:
Changeset: r58791:8b94976c10f5
Date: 2012-11-08 16:32 +0100
http://bitbucket.org/pypy/pypy/changeset/8b94976c10f5/
Log:fix test_whatsnew
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/wh
Author: Philip Jenvey
Branch: py3k
Changeset: r58792:1e4f11518e59
Date: 2012-11-08 12:10 -0800
http://bitbucket.org/pypy/pypy/changeset/1e4f11518e59/
Log:always try the right side comparison even when the types match
exactly
diff --git a/pypy/objspace/descroperation.py b/pypy/objspac
Author: Philip Jenvey
Branch: py3k
Changeset: r58794:aa45cb416161
Date: 2012-11-08 12:11 -0800
http://bitbucket.org/pypy/pypy/changeset/aa45cb416161/
Log:base binascii.Error on ValueError
diff --git a/pypy/module/binascii/interp_binascii.py
b/pypy/module/binascii/interp_binascii.py
--- a/py
Author: Philip Jenvey
Branch: py3k
Changeset: r58793:0f07e572128b
Date: 2012-11-08 12:11 -0800
http://bitbucket.org/pypy/pypy/changeset/0f07e572128b/
Log:bool now rejects plain ints
diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py
--- a/pypy/objspace/descroperat
Author: Philip Jenvey
Branch: py3k
Changeset: r58795:3ec4bfef2e23
Date: 2012-11-08 12:11 -0800
http://bitbucket.org/pypy/pypy/changeset/3ec4bfef2e23/
Log:missing imports
diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py
--- a/pypy/tool/pytest/apptest.py
+++ b/pypy/tool/p
Author: Philip Jenvey
Branch: py3k
Changeset: r58796:966a8838af36
Date: 2012-11-08 12:11 -0800
http://bitbucket.org/pypy/pypy/changeset/966a8838af36/
Log:fix atexit's iteration order, missing import
diff --git a/pypy/module/atexit/app_atexit.py b/pypy/module/atexit/app_atexit.py
--- a/pypy/m
Author: Philip Jenvey
Branch: py3k
Changeset: r58797:722bf51ff6db
Date: 2012-11-08 16:08 -0800
http://bitbucket.org/pypy/pypy/changeset/722bf51ff6db/
Log:disable StringListStrategy for now to fix translation
diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py
--- a