[pypy-commit] pypy default: update docs (bwesterb)

2013-01-22 Thread mattip
Author: mattip Branch: Changeset: r60343:6018156230ed Date: 2013-01-22 17:10 +0200 http://bitbucket.org/pypy/pypy/changeset/6018156230ed/ Log:update docs (bwesterb) diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst --- a/pypy/doc/arm.rst +++ b/pypy/doc/arm.rst @@ -130,15 +130,7 @@ export

[pypy-commit] pypy default: update location of pypy-c binary

2013-01-22 Thread mattip
Author: mattip Branch: Changeset: r60344:b8ab553e4729 Date: 2013-01-22 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/b8ab553e4729/ Log:update location of pypy-c binary diff --git a/pypy/pytest-A.cfg b/pypy/pytest-A.cfg --- a/pypy/pytest-A.cfg +++ b/pypy/pytest-A.cfg @@ -1,5 +1,5 @@

[pypy-commit] pypy default: fix (bwesterb)

2013-01-22 Thread mattip
Author: mattip Branch: Changeset: r60345:bcf6320e7a59 Date: 2013-01-22 17:34 +0200 http://bitbucket.org/pypy/pypy/changeset/bcf6320e7a59/ Log:fix (bwesterb) diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst --- a/pypy/doc/arm.rst +++ b/pypy/doc/arm.rst @@ -149,11 +149,11 @@ If everything

[pypy-commit] pypy default: add top level path to callable files

2013-01-22 Thread mattip
Author: mattip Branch: Changeset: r60346:955fb7e3402f Date: 2013-01-22 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/955fb7e3402f/ Log:add top level path to callable files diff --git a/pypy/test_all.py b/pypy/test_all.py --- a/pypy/test_all.py +++ b/pypy/test_all.py @@ -23,7 +23,8 @@

[pypy-commit] pypy default: skip arm tests on windows

2013-01-22 Thread mattip
Author: mattip Branch: Changeset: r60348:9526fc1a5a73 Date: 2013-01-22 18:44 +0200 http://bitbucket.org/pypy/pypy/changeset/9526fc1a5a73/ Log:skip arm tests on windows diff --git a/rpython/jit/backend/arm/test/support.py b/rpython/jit/backend/arm/test/support.py --- a/rpython/jit/backend/a

[pypy-commit] pypy missing-ndarray-attributes: use reds=auto, try to fix zjit tests

2013-01-22 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60350:b859ed621be9 Date: 2013-01-01 04:48 +0200 http://bitbucket.org/pypy/pypy/changeset/b859ed621be9/ Log:use reds=auto, try to fix zjit tests diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_d

[pypy-commit] pypy default: move translatorshell.py to rpython/

2013-01-22 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r60351:9b998e123968 Date: 2013-01-22 21:12 + http://bitbucket.org/pypy/pypy/changeset/9b998e123968/ Log:move translatorshell.py to rpython/ diff --git a/pypy/bin/translatorshell.py b/rpython/bin/translatorshell.py rename from pypy/bin/translatorshel

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

2013-01-22 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60352:ecab849d6362 Date: 2013-01-01 09:29 +0200 http://bitbucket.org/pypy/pypy/changeset/ecab849d6362/ Log:oops diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronumpy/loop.py +++

[pypy-commit] pypy missing-ndarray-attributes: merge default into branch

2013-01-22 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60353:e22c2ae3da06 Date: 2013-01-22 23:58 +0200 http://bitbucket.org/pypy/pypy/changeset/e22c2ae3da06/ Log:merge default into branch diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst --- a/pypy/doc/arm.rst +++ b/pypy/doc/arm.rst @@

[pypy-commit] pypy default: be less strict about tm_wday to match cpython

2013-01-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r60354:e4fa0b2b9d64 Date: 2013-01-22 17:30 -0800 http://bitbucket.org/pypy/pypy/changeset/e4fa0b2b9d64/ Log:be less strict about tm_wday to match cpython diff --git a/pypy/module/rctime/interp_time.py b/pypy/module/rctime/interp_time.py --- a/pypy/m

[pypy-commit] pypy py3k: merge default

2013-01-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60355:99491555f303 Date: 2013-01-22 18:10 -0800 http://bitbucket.org/pypy/pypy/changeset/99491555f303/ Log:merge default diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst --- a/pypy/doc/arm.rst +++ b/pypy/doc/arm.rst @@ -130,15 +130,7 @@ expor

[pypy-commit] pypy py3k: o __builtin__ -> builtins

2013-01-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60356:be09cec779a0 Date: 2013-01-22 18:28 -0800 http://bitbucket.org/pypy/pypy/changeset/be09cec779a0/ Log:o __builtin__ -> builtins o quick hack to _lsprof objects' __module__ so the cprofile tests format more similarly to cpython diff

[pypy-commit] pypy py3k: kill execfile tests from default

2013-01-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60357:598293f5ca3e Date: 2013-01-22 18:29 -0800 http://bitbucket.org/pypy/pypy/changeset/598293f5ca3e/ Log:kill execfile tests from default diff --git a/pypy/module/__builtin__/test/test_builtin.py b/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy py3k: workaround impl details in doctest

2013-01-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60359:590b300b77af Date: 2013-01-22 18:31 -0800 http://bitbucket.org/pypy/pypy/changeset/590b300b77af/ Log:workaround impl details in doctest diff --git a/lib-python/3.2/test/test_descrtut.py b/lib-python/3.2/test/test_descrtut.py --- a/lib-pyt

[pypy-commit] pypy py3k: accept strs in fcntl.ioctl, 2to3

2013-01-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60358:3e9bb91ae0d4 Date: 2013-01-22 18:29 -0800 http://bitbucket.org/pypy/pypy/changeset/3e9bb91ae0d4/ Log:accept strs in fcntl.ioctl, 2to3 diff --git a/pypy/module/fcntl/interp_fcntl.py b/pypy/module/fcntl/interp_fcntl.py --- a/pypy/module/fcn

[pypy-commit] pypy py3k: pypy lacks sys.getrefcount

2013-01-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60360:0b275da37609 Date: 2013-01-22 18:31 -0800 http://bitbucket.org/pypy/pypy/changeset/0b275da37609/ Log:pypy lacks sys.getrefcount diff --git a/lib-python/3.2/test/test_optparse.py b/lib-python/3.2/test/test_optparse.py --- a/lib-python/3.2/

[pypy-commit] pypy py3k: fix print with file=None

2013-01-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60361:ebff654ad84e Date: 2013-01-22 18:31 -0800 http://bitbucket.org/pypy/pypy/changeset/ebff654ad84e/ Log:fix print with file=None diff --git a/pypy/module/__builtin__/app_io.py b/pypy/module/__builtin__/app_io.py --- a/pypy/module/__builtin__

[pypy-commit] pypy py3k: input must eat potential exceptions from fileno()

2013-01-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60362:f413409ca215 Date: 2013-01-22 19:22 -0800 http://bitbucket.org/pypy/pypy/changeset/f413409ca215/ Log:input must eat potential exceptions from fileno() diff --git a/pypy/module/__builtin__/app_io.py b/pypy/module/__builtin__/app_io.py ---