[pypy-commit] pypy dynamic-specialized-tuple: cast_ptr_to_adr and getinteriorfield of struct

2012-03-13 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53534:63de687563ae Date: 2012-03-13 23:44 -0700 http://bitbucket.org/pypy/pypy/changeset/63de687563ae/ Log:cast_ptr_to_adr and getinteriorfield of struct diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jt

[pypy-commit] pypy default: Quite a lot of trivial (hmm, not really) changes merged in from win64.

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53533:6cdf4341d56c Date: 2012-03-13 22:48 -0700 http://bitbucket.org/pypy/pypy/changeset/6cdf4341d56c/ Log:Quite a lot of trivial (hmm, not really) changes merged in from win64. Hopefully I did not break too much. Anyway, it still builds.

[pypy-commit] pypy default: moving ll2ctypes plus tests to default. Not a trivial thing that works

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53532:4db2ee86e087 Date: 2012-03-13 21:48 -0700 http://bitbucket.org/pypy/pypy/changeset/4db2ee86e087/ Log:moving ll2ctypes plus tests to default. Not a trivial thing that works diff --git a/pypy/rpython/lltypesystem/ll2ctypes.py b/pypy/

[pypy-commit] pypy win64-stage1: Merge with default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53530:c4d3276ac833 Date: 2012-03-13 19:26 -0700 http://bitbucket.org/pypy/pypy/changeset/c4d3276ac833/ Log:Merge with default ___ pypy-commit mailing list pypy-commit@python.org http://mail.

[pypy-commit] pypy win64-stage1: a few improvements and cleanups from the merges

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53531:c1e52fdbdb16 Date: 2012-03-13 22:50 -0700 http://bitbucket.org/pypy/pypy/changeset/c1e52fdbdb16/ Log:a few improvements and cleanups from the merges diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --

[pypy-commit] pypy dynamic-specialized-tuple: (fijal, alex): start on JIT support for untyped memory stuff

2012-03-13 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53529:eddc1d03cf37 Date: 2012-03-13 22:01 -0700 http://bitbucket.org/pypy/pypy/changeset/eddc1d03cf37/ Log:(fijal, alex): start on JIT support for untyped memory stuff diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/ji

[pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

2012-03-13 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules#comment-3885 Philip Jenvey (pjenvey) said: Want to resolve the latest conflict (from Benjamin's fixes)? Otherwise I'll do it tomorrow -- This is a pull request comment notification from b

[pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

2012-03-13 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules#comment-3881 Preston Timmons (prestontimmons) said: FYI. In the latest commit I added getcwdb, which returns a byte string. I readdress the getcwdu functions as getcwd. I think things are

[pypy-commit] pypy py3k: merge heads

2012-03-13 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53528:ec195022d218 Date: 2012-03-13 22:34 -0500 http://bitbucket.org/pypy/pypy/changeset/ec195022d218/ Log:merge heads diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/interpreter/

[pypy-commit] pypy py3k: whack into submission

2012-03-13 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53527:fb0800dca9ff Date: 2012-03-13 22:34 -0500 http://bitbucket.org/pypy/pypy/changeset/fb0800dca9ff/ Log:whack into submission diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py --- a/pypy/interpr

[pypy-commit] pypy py3k: kill extra ws

2012-03-13 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53526:03d0d3da721c Date: 2012-03-13 18:14 -0500 http://bitbucket.org/pypy/pypy/changeset/03d0d3da721c/ Log:kill extra ws diff --git a/pypy/interpreter/astcompiler/test/test_symtable.py b/pypy/interpreter/astcompiler/test/test_symtable.py --

[pypy-commit] pypy default: moving changes to intutils to default. Happy :-)

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53525:faf19a55e9e6 Date: 2012-03-13 19:22 -0700 http://bitbucket.org/pypy/pypy/changeset/faf19a55e9e6/ Log:moving changes to intutils to default. Happy :-) diff --git a/pypy/jit/metainterp/optimizeopt/intutils.py b/pypy/jit/metainterp/optimizeop

[pypy-commit] pypy win64-stage1: test_ajit works now in win32 and win64

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53524:b821821fc62c Date: 2012-03-13 19:17 -0700 http://bitbucket.org/pypy/pypy/changeset/b821821fc62c/ Log:test_ajit works now in win32 and win64 diff --git a/pypy/jit/metainterp/optimizeopt/intutils.py b/pypy/jit/metainterp/optimize

[pypy-commit] pypy py3k: move W_OperationError to avoid a circular import

2012-03-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r53523:d9764af9381c Date: 2012-03-13 19:10 -0700 http://bitbucket.org/pypy/pypy/changeset/d9764af9381c/ Log:move W_OperationError to avoid a circular import diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter

[pypy-commit] pypy win64-stage1: Merge with default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53522:d304616b6b87 Date: 2012-03-13 18:11 -0700 http://bitbucket.org/pypy/pypy/changeset/d304616b6b87/ Log:Merge with default diff --git a/pypy/rpython/lltypesystem/module/ll_math.py b/pypy/rpython/lltypesystem/module/ll_math.py ---

[pypy-commit] pypy default: from Armin: a fix in the windows case which does only show up on windows

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53521:26f6f3a8ccfe Date: 2012-03-13 18:02 -0700 http://bitbucket.org/pypy/pypy/changeset/26f6f3a8ccfe/ Log:from Armin: a fix in the windows case which does only show up on windows diff --git a/pypy/rpython/lltypesystem/module/ll_math.py

[pypy-commit] [OPEN] Pull request #56 for pypy/pypy: partial fixes for Py3k support in zpickle tests

2012-03-13 Thread Bitbucket
A new pull request has been opened by Dusty Phillips. dusty/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/56/partial-fixes-for-py3k-support-in-zpickle Title: partial fixes for Py3k support in zpickle tests Changes to be pulled: 6c74f520786f by Dusty

[pypy-commit] pypy win64-stage1: Merge with default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53520:7ebc017744ec Date: 2012-03-13 17:09 -0700 http://bitbucket.org/pypy/pypy/changeset/7ebc017744ec/ Log:Merge with default diff --git a/lib-python/modified-2.7/distutils/sysconfig_pypy.py b/lib-python/modified-2.7/distutils/syscon

[pypy-commit] pypy win64-stage1: Merge with default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53519:cd9a63265d54 Date: 2012-03-13 17:06 -0700 http://bitbucket.org/pypy/pypy/changeset/cd9a63265d54/ Log:Merge with default diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b/pypy/r

[pypy-commit] Notification: revoke my write access to pypy/pypy-site

2012-03-13 Thread Bitbucket
You have received a notification from Andrew Dalke. Currently I have access to the pypy/pypy-site via the group pypy:z. Could you please revoke my write access to the repository pypy/pypy-site? Better would be to pull me out of pypy:z - I don't know how I got there in the first place. -- Disab

[pypy-commit] Notification: revoke my admin access to pypy/pypy

2012-03-13 Thread Bitbucket
You have received a notification from Andrew Dalke. Currently I have access to the pypy/pypy via the group pypy:z. Could you please revoke my admin access to the repository pypy/pypy? -- Disable notifications at https://bitbucket.org/account/notifications/ ___

[pypy-commit] pypy py3k: merge

2012-03-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r53518:e55ae111384e Date: 2012-03-13 16:29 -0700 http://bitbucket.org/pypy/pypy/changeset/e55ae111384e/ Log:merge diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_ast/test/test_ast.py +++ b/py

[pypy-commit] pypy py3k: switch to builtin next

2012-03-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r53517:bee5f89a9c93 Date: 2012-03-13 16:27 -0700 http://bitbucket.org/pypy/pypy/changeset/bee5f89a9c93/ Log:switch to builtin next diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and_slow.py ---

[pypy-commit] pypy default: Add SIGNEDP, needed by a recent change.

2012-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r53516:7485f0be92ba Date: 2012-03-13 16:27 -0700 http://bitbucket.org/pypy/pypy/changeset/7485f0be92ba/ Log:Add SIGNEDP, needed by a recent change. diff --git a/pypy/rpython/lltypesystem/rffi.py b/pypy/rpython/lltypesystem/rffi.py --- a/pypy/rpython/ll

[pypy-commit] pypy py3k: python 3 syntax compatibility

2012-03-13 Thread dusty
Author: Dusty Phillips Branch: py3k Changeset: r53514:2b3bc2ad8088 Date: 2012-03-13 16:04 -0700 http://bitbucket.org/pypy/pypy/changeset/2b3bc2ad8088/ Log:python 3 syntax compatibility diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_ast/

[pypy-commit] [OPEN] Pull request #55 for pypy/pypy: ast python 3 syntax

2012-03-13 Thread Bitbucket
A new pull request has been opened by Dusty Phillips. dusty/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/55/ast-python-3-syntax Title: ast python 3 syntax pretty mindless Changes to be pulled: 2b3bc2ad8088 by Dusty Phillips: "python 3 syntax compa

[pypy-commit] pypy default: LIBDIR makes not sense on Windows (and is not required by pylint)

2012-03-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r53512:5d86d1299353 Date: 2012-03-13 23:57 +0100 http://bitbucket.org/pypy/pypy/changeset/5d86d1299353/ Log:LIBDIR makes not sense on Windows (and is not required by pylint) diff --git a/lib-python/modified-2.7/distutils/sysconfig_pypy.py b/l

[pypy-commit] pypy numpy-ufuncs2: merge with default

2012-03-13 Thread taavi_burns
Author: Taavi Burns Branch: numpy-ufuncs2 Changeset: r53511:f0195130288b Date: 2012-03-13 15:50 -0700 http://bitbucket.org/pypy/pypy/changeset/f0195130288b/ Log:merge with default diff --git a/lib-python/2.7/SimpleXMLRPCServer.py b/lib-python/2.7/SimpleXMLRPCServer.py --- a/lib-python/2.7/S

[pypy-commit] pypy default: Temporarily ensure again that "in the normal case" intmask()

2012-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r53510:b38bebc32bb4 Date: 2012-03-13 15:46 -0700 http://bitbucket.org/pypy/pypy/changeset/b38bebc32bb4/ Log:Temporarily ensure again that "in the normal case" intmask() returns an int. diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmeti

[pypy-commit] pypy py3k: Fix most failures in zipimport module

2012-03-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r53509:0be9d04c92e6 Date: 2012-03-13 23:44 +0100 http://bitbucket.org/pypy/pypy/changeset/0be9d04c92e6/ Log:Fix most failures in zipimport module diff --git a/pypy/module/zipimport/interp_zipimport.py b/pypy/module/zipimport/interp_zipimp

[pypy-commit] pypy py3k: "add" an 'optimize' parameter to builtins.compile().

2012-03-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r53508:ebad5e3163e2 Date: 2012-03-13 23:44 +0100 http://bitbucket.org/pypy/pypy/changeset/ebad5e3163e2/ Log:"add" an 'optimize' parameter to builtins.compile(). It's not used yet, just like -OO is not handled. The py3k test suite wi

[pypy-commit] pypy win64-stage1: merge

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53507:23514a54a4bf Date: 2012-03-13 15:41 -0700 http://bitbucket.org/pypy/pypy/changeset/23514a54a4bf/ Log:merge diff --git a/lib-python/2.7/SimpleXMLRPCServer.py b/lib-python/2.7/SimpleXMLRPCServer.py --- a/lib-python/2.7/SimpleXMLR

[pypy-commit] pypy win64-stage1: merge

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53506:eef60611a3ef Date: 2012-03-13 15:40 -0700 http://bitbucket.org/pypy/pypy/changeset/eef60611a3ef/ Log:merge diff --git a/pypy/rpython/lltypesystem/llmemory.py b/pypy/rpython/lltypesystem/llmemory.py --- a/pypy/rpython/lltypesyst

[pypy-commit] pypy default: merge

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53505:54a8a27b1d13 Date: 2012-03-13 15:39 -0700 http://bitbucket.org/pypy/pypy/changeset/54a8a27b1d13/ Log:merge diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --- a/pypy/jit/metainterp/history.py +++ b/pypy/jit/meta

[pypy-commit] pypy default: merge

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53504:365a475834bd Date: 2012-03-13 15:38 -0700 http://bitbucket.org/pypy/pypy/changeset/365a475834bd/ Log:merge diff --git a/lib-python/2.7/SimpleXMLRPCServer.py b/lib-python/2.7/SimpleXMLRPCServer.py --- a/lib-python/2.7/SimpleXMLRPCServer.py

[pypy-commit] pypy default: Merging the basic win64 changes which are without doubt into default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53503:dc515daf2497 Date: 2012-03-13 15:36 -0700 http://bitbucket.org/pypy/pypy/changeset/dc515daf2497/ Log:Merging the basic win64 changes which are without doubt into default diff --git a/pypy/rlib/rdtoa.py b/pypy/rlib/rdtoa.py --- a/pypy/rlib/r

[pypy-commit] pypy default: isinstance(x, int) -> is_valid_int(x)

2012-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r53502:193a44cbbad5 Date: 2012-03-13 15:38 -0700 http://bitbucket.org/pypy/pypy/changeset/193a44cbbad5/ Log:isinstance(x, int) -> is_valid_int(x) diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --- a/pypy/jit/metainterp/hist

[pypy-commit] [OPEN] Pull request #54 for pypy/pypy: py3k syntax in stacklets

2012-03-13 Thread Bitbucket
A new pull request has been opened by Dusty Phillips. dusty/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/54/py3k-syntax-in-stacklets Title: py3k syntax in stacklets Changes to be pulled: c0bf35a0b59c by Dusty Phillips: "merge" f56cd86ebad1 by Dusty

[pypy-commit] pypy py3k: py3k syntax

2012-03-13 Thread dusty
Author: Dusty Phillips Branch: py3k Changeset: r53500:f56cd86ebad1 Date: 2012-03-13 15:21 -0700 http://bitbucket.org/pypy/pypy/changeset/f56cd86ebad1/ Log:py3k syntax diff --git a/pypy/module/_continuation/test/test_stacklet.py b/pypy/module/_continuation/test/test_stacklet.py --- a/pypy/mo

[pypy-commit] pypy py3k: fix exception syntax

2012-03-13 Thread dusty
Author: Dusty Phillips Branch: py3k Changeset: r53499:1eb814119776 Date: 2012-03-13 15:14 -0700 http://bitbucket.org/pypy/pypy/changeset/1eb814119776/ Log:fix exception syntax diff --git a/pypy/module/_continuation/test/test_stacklet.py b/pypy/module/_continuation/test/test_stacklet.py ---

[pypy-commit] pypy numpy-ufuncs2: Add fmod

2012-03-13 Thread taavi_burns
Author: Taavi Burns Branch: numpy-ufuncs2 Changeset: r53498:3174a08c68c1 Date: 2012-03-13 15:01 -0700 http://bitbucket.org/pypy/pypy/changeset/3174a08c68c1/ Log:Add fmod diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init_

[pypy-commit] pypy numpy-ufuncs2: Added a test explicitly for true_divide, to convince myself that it's correct.

2012-03-13 Thread taavi_burns
Author: Taavi Burns Branch: numpy-ufuncs2 Changeset: r53497:eee7fba161d6 Date: 2012-03-13 14:37 -0700 http://bitbucket.org/pypy/pypy/changeset/eee7fba161d6/ Log:Added a test explicitly for true_divide, to convince myself that it's correct. diff --git a/pypy/module/micronumpy/test/tes

[pypy-commit] pypy default: pylint needs a LIBDIR to be defined. This makes it not crash.

2012-03-13 Thread Buck Golemon
Author: Buck Golemon Branch: Changeset: r53495:85edbec019e9 Date: 2012-03-12 16:51 -0700 http://bitbucket.org/pypy/pypy/changeset/85edbec019e9/ Log:pylint needs a LIBDIR to be defined. This makes it not crash. diff --git a/lib-python/modified-2.7/distutils/sysconfig_pypy.py b/lib-python/mo

[pypy-commit] pypy default: Update SimpleXMLRPCServer.py from latest CPython 2.7 to fix security bug.

2012-03-13 Thread dripton
Author: David Ripton Branch: Changeset: r53493:22e38d58b450 Date: 2012-03-12 15:46 -0700 http://bitbucket.org/pypy/pypy/changeset/22e38d58b450/ Log:Update SimpleXMLRPCServer.py from latest CPython 2.7 to fix security bug. PyPy issue1047 / CPython issue 14001 / CVE 2012-0845

[pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

2012-03-13 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules#comment-3877 Benjamin Peterson (gutworth) said: math should be okay now. The issues with it were a bit subtle. -- This is a pull request comment notification from bitbucket.org. You are re

[pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

2012-03-13 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules#comment-3876 Preston Timmons (prestontimmons) said: Benjamin made some changes to log1p here: https://bitbucket.org/pypy/pypy/changeset/bf0f05ea0af3 -- This is a pull request comment notif

[pypy-commit] pypy py3k: account for math 2.7 brokeness

2012-03-13 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53492:bf0f05ea0af3 Date: 2012-03-13 16:36 -0500 http://bitbucket.org/pypy/pypy/changeset/bf0f05ea0af3/ Log:account for math 2.7 brokeness diff --git a/pypy/module/math/interp_math.py b/pypy/module/math/interp_math.py --- a/pypy/module/math/i

[pypy-commit] pypy py3k: add new PyPy opcode

2012-03-13 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53491:a11b423956f5 Date: 2012-03-13 16:28 -0500 http://bitbucket.org/pypy/pypy/changeset/a11b423956f5/ Log:add new PyPy opcode diff --git a/lib-python/modified-3.2/opcode.py b/lib-python/modified-3.2/opcode.py --- a/lib-python/modified-3.2/

[pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

2012-03-13 Thread Bitbucket
Pull request #43 has been updated by Preston Timmons to include new changes. https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules Title: Sprint: Fixes for py3k modules Creator: Preston Timmons Fixes for the math, itertools, _socket, and posix, and exception modules. Up

[pypy-commit] Notification: pypy

2012-03-13 Thread Bitbucket
You have received a notification from Alexis D.. Hi, I forked pypy. My fork is at https://bitbucket.org/wpq/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http://mail.py

[pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

2012-03-13 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules#comment-3871 Preston Timmons (prestontimmons) said: Thanks! To clarify: If I understand it, the below function tries to call decode on the py3k string returned by getcwd, which won't work

[pypy-commit] pypy default: Improve a bit the error message given by marshal.loads.

2012-03-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r53489:9cbb8e14aeee Date: 2012-03-13 21:40 +0100 http://bitbucket.org/pypy/pypy/changeset/9cbb8e14aeee/ Log:Improve a bit the error message given by marshal.loads. diff --git a/pypy/module/marshal/interp_marshal.py b/pypy/module/marshal/inter

[pypy-commit] pypy py3k: use py3k print syntax

2012-03-13 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53488:ef0a59b0896d Date: 2012-03-13 15:50 -0500 http://bitbucket.org/pypy/pypy/changeset/ef0a59b0896d/ Log:use py3k print syntax diff --git a/pypy/module/math/test/test_math.py b/pypy/module/math/test/test_math.py --- a/pypy/module/math/tes

[pypy-commit] pypy numpy-ufuncs2: Add isfinite

2012-03-13 Thread taavi_burns
Author: Taavi Burns Branch: numpy-ufuncs2 Changeset: r53487:012a53b5bd5f Date: 2012-03-13 13:43 -0700 http://bitbucket.org/pypy/pypy/changeset/012a53b5bd5f/ Log:Add isfinite diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__i

[pypy-commit] [OPEN] Pull request #53 for pypy/pypy: Small fixes / py3k

2012-03-13 Thread Bitbucket
Pull request #53 has been updated by Alexis D. to include new changes. https://bitbucket.org/pypy/pypy/pull-request/53/small-fixes-py3k Title: Small fixes / py3k Creator: Alexis D. A few small fixes: https://bitbucket.org/wpq/pypy/changeset/d54d2040fe1a https://bitbucket.org/wpq/pypy/changeset/

[pypy-commit] pypy numpy-ufuncs2: merge default

2012-03-13 Thread taavi_burns
Author: Taavi Burns Branch: numpy-ufuncs2 Changeset: r53485:9ecc8ac61ca0 Date: 2012-03-13 13:28 -0700 http://bitbucket.org/pypy/pypy/changeset/9ecc8ac61ca0/ Log:merge default diff --git a/pypy/annotation/builtin.py b/pypy/annotation/builtin.py --- a/pypy/annotation/builtin.py +++ b/pypy/anno

[pypy-commit] pypy numpy-ufuncs2: Added signbit

2012-03-13 Thread taavi_burns
Author: Taavi Burns Branch: numpy-ufuncs2 Changeset: r53486:71971e61f892 Date: 2012-03-13 13:32 -0700 http://bitbucket.org/pypy/pypy/changeset/71971e61f892/ Log:Added signbit diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__

[pypy-commit] pypy py3k: give __file__ python3 semantics and add __cached__

2012-03-13 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53484:794e8ba95264 Date: 2012-03-13 15:40 -0500 http://bitbucket.org/pypy/pypy/changeset/794e8ba95264/ Log:give __file__ python3 semantics and add __cached__ diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy

[pypy-commit] [OPEN] Pull request #53 for pypy/pypy: Small fixes / py3k

2012-03-13 Thread Bitbucket
A new pull request has been opened by Alexis D.. wpq/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/53/small-fixes-py3k Title: Small fixes / py3k A few small fixes: https://bitbucket.org/wpq/pypy/changeset/d54d2040fe1a https://bitbucket.org/wpq/pypy/c

[pypy-commit] pypy py3k: Use next builtin instead of calling __next__ directly

2012-03-13 Thread dusty
Author: Dusty Phillips Branch: py3k Changeset: r53482:9c66cd0282f9 Date: 2012-03-13 13:15 -0700 http://bitbucket.org/pypy/pypy/changeset/9c66cd0282f9/ Log:Use next builtin instead of calling __next__ directly diff --git a/pypy/module/_continuation/test/test_generator.py b/pypy/module/_conti

[pypy-commit] pypy py3k: merge

2012-03-13 Thread dusty
Author: Dusty Phillips Branch: py3k Changeset: r53481:5f31cfe20a25 Date: 2012-03-13 12:00 -0700 http://bitbucket.org/pypy/pypy/changeset/5f31cfe20a25/ Log:merge diff --git a/pypy/interpreter/test/test_interpreter.py b/pypy/interpreter/test/test_interpreter.py --- a/pypy/interpreter/test/tes

[pypy-commit] pypy py3k: next has become __next__ in py3k

2012-03-13 Thread dusty
Author: Dusty Phillips Branch: py3k Changeset: r53480:cc0d59814aec Date: 2012-03-13 11:56 -0700 http://bitbucket.org/pypy/pypy/changeset/cc0d59814aec/ Log:next has become __next__ in py3k diff --git a/pypy/module/_continuation/app_continuation.py b/pypy/module/_continuation/app_continuation

[pypy-commit] pypy default: merge

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53479:b9e354abc947 Date: 2012-03-13 13:30 -0700 http://bitbucket.org/pypy/pypy/changeset/b9e354abc947/ Log:merge diff --git a/pypy/module/math/test/test_math.py b/pypy/module/math/test/test_math.py --- a/pypy/module/math/test/test_math.py +++ b/

[pypy-commit] pypy default: Merging the basic win64 changes which are without doubt into default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53478:bb4e2a3f1ffa Date: 2012-03-13 13:27 -0700 http://bitbucket.org/pypy/pypy/changeset/bb4e2a3f1ffa/ Log:Merging the basic win64 changes which are without doubt into default diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsup

[pypy-commit] pypy win64-stage1: merge default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53477:d0d3e2ffc3fa Date: 2012-03-13 13:29 -0700 http://bitbucket.org/pypy/pypy/changeset/d0d3e2ffc3fa/ Log:merge default diff --git a/pypy/module/math/test/test_math.py b/pypy/module/math/test/test_math.py --- a/pypy/module/math/test

[pypy-commit] pypy win64-stage1: remove changes no longer needed

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53476:d81853126fab Date: 2012-03-13 13:28 -0700 http://bitbucket.org/pypy/pypy/changeset/d81853126fab/ Log:remove changes no longer needed diff --git a/pypy/objspace/std/model.py b/pypy/objspace/std/model.py --- a/pypy/objspace/std/mo

[pypy-commit] [COMMENT] Pull request #14 for pypy/pypy: py3k fixes

2012-03-13 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/14/py3k-fixes#comment-3864 Philip Jenvey (pjenvey) said: thanks chronitis -- This is a pull request comment notification from bitbucket.org. You are receiving this either because you are participating in a pull request, o

[pypy-commit] [COMMENT] Pull request #14 for pypy/pypy: py3k fixes

2012-03-13 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/14/py3k-fixes#comment-3862 chronitis said: I think the py3k maintainers have merged what they thought they could use at the time, so you can probably close this without further action. I was planning to add some more pat

[pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

2012-03-13 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules#comment-3861 Philip Jenvey (pjenvey) said: Thanks Preston! I think we want to actually reuse getcwdu as the getcwd implementation in Python 3. Right now the crazy py3 string wrapping actua

[pypy-commit] pypy default: float('-nan') should really return -NAN.

2012-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r53475:bdd282c7220f Date: 2012-03-13 13:20 -0700 http://bitbucket.org/pypy/pypy/changeset/bdd282c7220f/ Log:float('-nan') should really return -NAN. diff --git a/pypy/module/math/test/test_math.py b/pypy/module/math/test/test_math.py --- a/pypy/module/

[pypy-commit] [OPEN] Pull request #52 for pypy/pypy: Convert next to __next__ in generator

2012-03-13 Thread Bitbucket
Pull request #52 has been updated by Dusty Phillips to include new changes. https://bitbucket.org/pypy/pypy/pull-request/52/convert-next-to-__next__-in-generator Title: Convert next to __next__ in generator Creator: Dusty Phillips Now using next() in tests Updated list of changes: 9c66cd0282f

[pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

2012-03-13 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules#comment-3858 Preston Timmons (prestontimmons) said: Thanks, Philip. The log1p implementation raises an OverflowError for -1, and a ValueError for values like -100. The ValueError catch k

[pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

2012-03-13 Thread Bitbucket
Pull request #43 has been updated by Preston Timmons to include new changes. https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules Title: Sprint: Fixes for py3k modules Creator: Preston Timmons Fixes for the math, itertools, _socket, and posix, and exception modules. Up

[pypy-commit] pypy win64-stage1: remove changes no longer needed

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53474:d7ffb20c7cd7 Date: 2012-03-13 12:58 -0700 http://bitbucket.org/pypy/pypy/changeset/d7ffb20c7cd7/ Log:remove changes no longer needed diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api

[pypy-commit] pypy win64-stage1: Merge with default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53473:3950b9b2b81b Date: 2012-03-13 12:50 -0700 http://bitbucket.org/pypy/pypy/changeset/3950b9b2b81b/ Log:Merge with default diff --git a/pypy/module/math/test/test_direct.py b/pypy/module/math/test/test_direct.py --- a/pypy/module/

[pypy-commit] pypy default: Merge

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53472:10dc942698be Date: 2012-03-13 12:47 -0700 http://bitbucket.org/pypy/pypy/changeset/10dc942698be/ Log:Merge diff --git a/pypy/module/math/test/test_direct.py b/pypy/module/math/test/test_direct.py --- a/pypy/module/math/test/test_direct.py

[pypy-commit] pypy default: Merging the basic win64 changes which are without doubt into default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53471:1f9c105d72e3 Date: 2012-03-13 12:46 -0700 http://bitbucket.org/pypy/pypy/changeset/1f9c105d72e3/ Log:Merging the basic win64 changes which are without doubt into default diff --git a/pypy/annotation/builtin.py b/pypy/annotation/builtin.py -

[pypy-commit] [COMMENT] Pull request #14 for pypy/pypy: py3k fixes

2012-03-13 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/14/py3k-fixes#comment-3857 Philip Jenvey (pjenvey) said: Holy crap this is a big pull request to just leave sitting for 4 months (partly my fault for not noticing it). Has any of this been integrated yet? (e.g. we have s

[pypy-commit] [COMMENT] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

2012-03-13 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules#comment-3856 Philip Jenvey (pjenvey) said: This looks good but I'm unsure about the log1p change (does it really need to catch both Overflow and ValueError now)? I think that change also n

[pypy-commit] pypy default: Support -NAN, which is actually different from NAN. We can tell

2012-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r53470:80452a4f1906 Date: 2012-03-13 12:33 -0700 http://bitbucket.org/pypy/pypy/changeset/80452a4f1906/ Log:Support -NAN, which is actually different from NAN. We can tell the difference starting from Python 2.6 with math.copysign(). diff --git

[pypy-commit] [COMMENT] Pull request #52 for pypy/pypy: Convert next to __next__ in generator

2012-03-13 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/52/convert-next-to-__next__-in-generator#comment-3855 Philip Jenvey (pjenvey) said: Can you make the tests use the new builtin next function instead of calling .__next__() directly? -- This is a pull request comment noti

[pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

2012-03-13 Thread Bitbucket
Pull request #43 has been updated by Preston Timmons to include new changes. https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules Title: Sprint: Fixes for py3k modules Creator: Preston Timmons Fixes for the math, itertools, _socket, and posix modules. Updated list of c

[pypy-commit] pypy py3k: prefer the builtin next

2012-03-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r53469:eff965900147 Date: 2012-03-13 12:26 -0700 http://bitbucket.org/pypy/pypy/changeset/eff965900147/ Log:prefer the builtin next diff --git a/pypy/module/_collections/test/test_deque.py b/pypy/module/_collections/test/test_deque.py --- a/pypy

[pypy-commit] [OPEN] Pull request #52 for pypy/pypy: Convert next to __next__ in generator

2012-03-13 Thread Bitbucket
A new pull request has been opened by Dusty Phillips. dusty/pypy-generator has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/52/convert-next-to-__next__-in-generator Title: Convert next to __next__ in generator This method has been renamed in py3k. Changes t

[pypy-commit] pypy win64-stage1: Merge with default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53468:a101c9e8fb95 Date: 2012-03-13 12:03 -0700 http://bitbucket.org/pypy/pypy/changeset/a101c9e8fb95/ Log:Merge with default diff --git a/pypy/module/cpyext/test/test_stringobject.py b/pypy/module/cpyext/test/test_stringobject.py --

[pypy-commit] pypy default: merge

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53467:97974009393e Date: 2012-03-13 11:57 -0700 http://bitbucket.org/pypy/pypy/changeset/97974009393e/ Log:merge diff --git a/pypy/module/cpyext/test/test_stringobject.py b/pypy/module/cpyext/test/test_stringobject.py --- a/pypy/module/cpyext/te

[pypy-commit] pypy default: Merging the basic win64 changes which are without doubt into default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53466:22e789e3821f Date: 2012-03-13 11:49 -0700 http://bitbucket.org/pypy/pypy/changeset/22e789e3821f/ Log:Merging the basic win64 changes which are without doubt into default diff --git a/pypy/rpython/lltypesystem/lltype.py b/pypy/rpython/lltyp

[pypy-commit] pypy default: Merging the basic win64 changes which are without doubt into default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53465:9e0355c436b3 Date: 2012-03-13 11:36 -0700 http://bitbucket.org/pypy/pypy/changeset/9e0355c436b3/ Log:Merging the basic win64 changes which are without doubt into default diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a

[pypy-commit] pypy win64-stage1: cleanup unneccessary left-over things in win64 branch

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53464:9dc766a13644 Date: 2012-03-13 11:53 -0700 http://bitbucket.org/pypy/pypy/changeset/9dc766a13644/ Log:cleanup unneccessary left-over things in win64 branch diff --git a/pypy/rpython/lltypesystem/lltype.py b/pypy/rpython/lltypesy

[pypy-commit] pypy win64-stage1: Merge with default

2012-03-13 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53463:7eff1bb9fa5b Date: 2012-03-12 22:12 -0700 http://bitbucket.org/pypy/pypy/changeset/7eff1bb9fa5b/ Log:Merge with default diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micr

[pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

2012-03-13 Thread Bitbucket
Pull request #43 has been updated by Preston Timmons to include new changes. https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules Title: Sprint: Fixes for py3k modules Creator: Preston Timmons Updated math module tests, changed log1p to raise ValueError with -1. Renamed

[pypy-commit] pypy dynamic-specialized-tuple: fix?

2012-03-13 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53462:8c16809e939f Date: 2012-03-13 11:50 -0700 http://bitbucket.org/pypy/pypy/changeset/8c16809e939f/ Log:fix? diff --git a/pypy/rlib/rerased_raw.py b/pypy/rlib/rerased_raw.py --- a/pypy/rlib/rerased_raw.py +++ b/pypy/rlib/re

[pypy-commit] pypy dynamic-specialized-tuple: fix

2012-03-13 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53461:5af129a2e3be Date: 2012-03-13 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/5af129a2e3be/ Log:fix diff --git a/pypy/objspace/std/tupleobject.py b/pypy/objspace/std/tupleobject.py --- a/pypy/objspace/std/tupleobjec

[pypy-commit] pypy dynamic-specialized-tuple: merged default in, resolved merge conflicts

2012-03-13 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53460:2e5657b28f97 Date: 2012-03-13 11:33 -0700 http://bitbucket.org/pypy/pypy/changeset/2e5657b28f97/ Log:merged default in, resolved merge conflicts diff --git a/pypy/annotation/builtin.py b/pypy/annotation/builtin.py --- a/

[pypy-commit] pypy dynamic-specialized-tuple: merged upstrem

2012-03-13 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53459:815547e97461 Date: 2012-03-13 11:21 -0700 http://bitbucket.org/pypy/pypy/changeset/815547e97461/ Log:merged upstrem diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py --- a/pypy/objspace/std/i

[pypy-commit] pypy dynamic-specialized-tuple: remove special tuple iterator

2012-03-13 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53458:61920c0a3cf5 Date: 2012-03-13 11:10 -0700 http://bitbucket.org/pypy/pypy/changeset/61920c0a3cf5/ Log:remove special tuple iterator diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py --- a/pypy

[pypy-commit] pypy numpy-ufuncs2: Adding arctan2

2012-03-13 Thread taavi_burns
Author: Taavi Burns Branch: numpy-ufuncs2 Changeset: r53457:e90378882863 Date: 2012-03-13 11:15 -0700 http://bitbucket.org/pypy/pypy/changeset/e90378882863/ Log:Adding arctan2 diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/_

[pypy-commit] Notification: pypy-generator

2012-03-13 Thread Bitbucket
You have received a notification from Dusty Phillips. Hi, I forked pypy. My fork is at https://bitbucket.org/dusty/pypy-generator. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.o

[pypy-commit] pypy py3k: Replaced apply by a comprehension list.

2012-03-13 Thread wpq
Author: Alexis Daboville Branch: py3k Changeset: r53456:b42d9c409975 Date: 2012-03-13 16:57 + http://bitbucket.org/pypy/pypy/changeset/b42d9c409975/ Log:Replaced apply by a comprehension list. Fix: http://buildbot.pypy.org/summary/longrepr?testname=AppTestNeste dScope.%28

[pypy-commit] pypy py3k: Removed apply (doesn't exist anymore in py3k).

2012-03-13 Thread wpq
Author: Alexis Daboville Branch: py3k Changeset: r53455:656f7c0a9ba9 Date: 2012-03-13 16:56 + http://bitbucket.org/pypy/pypy/changeset/656f7c0a9ba9/ Log:Removed apply (doesn't exist anymore in py3k). Fix: * http://buildbot.pypy.org/summary/longrepr?testname=TestInterprete

  1   2   >