[pypy-commit] pypy py3k: help translation

2012-03-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r53672:9feca115d4d1 Date: 2012-03-14 22:25 -0700 http://bitbucket.org/pypy/pypy/changeset/9feca115d4d1/ Log:help translation diff --git a/pypy/module/cpyext/import_.py b/pypy/module/cpyext/import_.py --- a/pypy/module/cpyext/import_.py +++ b/pypy

[pypy-commit] pypy py3k: remove ref to old style classes

2012-03-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r53671:159f82a0cae0 Date: 2012-03-14 22:23 -0700 http://bitbucket.org/pypy/pypy/changeset/159f82a0cae0/ Log:remove ref to old style classes diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/p

[pypy-commit] pypy py3k: assert_str0 stat paths

2012-03-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r53670:7ea913fe4d85 Date: 2012-03-14 22:22 -0700 http://bitbucket.org/pypy/pypy/changeset/7ea913fe4d85/ Log:assert_str0 stat paths diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importing.py +++ b/p

[pypy-commit] pypy py3k: (armin, pjenvey) UNPACK_EX loops, thus needs unroll_safe

2012-03-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r53669:0d2a1233582c Date: 2012-03-14 22:21 -0700 http://bitbucket.org/pypy/pypy/changeset/0d2a1233582c/ Log:(armin, pjenvey) UNPACK_EX loops, thus needs unroll_safe diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/py

[pypy-commit] pypy py3k: kill old style class test

2012-03-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r53668:4f3e182adee4 Date: 2012-03-14 22:21 -0700 http://bitbucket.org/pypy/pypy/changeset/4f3e182adee4/ Log:kill old style class test diff --git a/pypy/module/__pypy__/test/test_special.py b/pypy/module/__pypy__/test/test_special.py --- a/pypy/m

[pypy-commit] pypy py3k: merge default

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53667:4468c743a23c Date: 2012-03-14 22:46 -0500 http://bitbucket.org/pypy/pypy/changeset/4468c743a23c/ Log:merge default diff --git a/pypy/jit/tl/tlc.py b/pypy/jit/tl/tlc.py --- a/pypy/jit/tl/tlc.py +++ b/pypy/jit/tl/tlc.py @@ -6,6 +6,8 @@

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

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53665:31e640687ce4 Date: 2012-03-14 20:41 -0700 http://bitbucket.org/pypy/pypy/changeset/31e640687ce4/ Log:merge default diff --git a/pypy/rlib/rzlib.py b/pypy/rlib/rzlib.py --- a/pypy/rlib/rzlib.py +++ b/pypy/rlib/rzlib.py @@ -1,6 +1

[pypy-commit] pypy win64-stage1: some cleanups and removals

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53664:4a490357f4d4 Date: 2012-03-14 20:41 -0700 http://bitbucket.org/pypy/pypy/changeset/4a490357f4d4/ Log:some cleanups and removals diff --git a/pypy/jit/backend/x86/codebuf.py b/pypy/jit/backend/x86/codebuf.py --- a/pypy/jit/backen

[pypy-commit] pypy default: merge

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53663:46df7b0c481f Date: 2012-03-14 20:39 -0700 http://bitbucket.org/pypy/pypy/changeset/46df7b0c481f/ Log:merge diff --git a/pypy/rlib/rzlib.py b/pypy/rlib/rzlib.py --- a/pypy/rlib/rzlib.py +++ b/pypy/rlib/rzlib.py @@ -1,6 +1,7 @@ from __future

[pypy-commit] pypy default: a few more trivial changes for win64

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53662:a8d8f1d693b1 Date: 2012-03-14 20:38 -0700 http://bitbucket.org/pypy/pypy/changeset/a8d8f1d693b1/ Log:a few more trivial changes for win64 diff --git a/pypy/jit/tl/tlc.py b/pypy/jit/tl/tlc.py --- a/pypy/jit/tl/tlc.py +++ b/pypy/jit/tl/tlc.py

[pypy-commit] pypy py3k: support keyword-only args on lambdas

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53661:c8427075f5fc Date: 2012-03-14 22:35 -0500 http://bitbucket.org/pypy/pypy/changeset/c8427075f5fc/ Log:support keyword-only args on lambdas diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py -

[pypy-commit] pypy py3k: sync with cpython

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53660:e0ac8f83e4c9 Date: 2012-03-14 22:20 -0500 http://bitbucket.org/pypy/pypy/changeset/e0ac8f83e4c9/ Log:sync with cpython diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/assemble.py --- a/pypy/interpr

[pypy-commit] pypy py3k: correct stack adjustment computation

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53659:f8e09e44479b Date: 2012-03-14 22:19 -0500 http://bitbucket.org/pypy/pypy/changeset/f8e09e44479b/ Log:correct stack adjustment computation diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/assemble.py

[pypy-commit] pypy py3k: pop defaults off in the correct place

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53658:1d378696c97e Date: 2012-03-14 22:19 -0500 http://bitbucket.org/pypy/pypy/changeset/1d378696c97e/ Log:pop defaults off in the correct place diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/

[pypy-commit] pypy default: merge

2012-03-14 Thread justinpeel
Author: Justin Peel Branch: Changeset: r53657:5433a5a5b974 Date: 2012-03-14 21:23 -0600 http://bitbucket.org/pypy/pypy/changeset/5433a5a5b974/ Log:merge diff --git a/pypy/jit/backend/llsupport/test/test_gc.py b/pypy/jit/backend/llsupport/test/test_gc.py --- a/pypy/jit/backend/llsupport/tes

[pypy-commit] pypy default: Merge in zlib-mem-pressure. It probably needs more memory pressure, but this is better than none.

2012-03-14 Thread justinpeel
Author: Justin Peel Branch: Changeset: r53656:fb2a05e148e3 Date: 2012-03-14 21:21 -0600 http://bitbucket.org/pypy/pypy/changeset/fb2a05e148e3/ Log:Merge in zlib-mem-pressure. It probably needs more memory pressure, but this is better than none. diff --git a/pypy/rlib/rzlib.py b/pypy

[pypy-commit] pypy zlib-mem-pressure: merge in default

2012-03-14 Thread justinpeel
Author: Justin Peel Branch: zlib-mem-pressure Changeset: r53655:51221f3fd04c Date: 2012-03-14 21:19 -0600 http://bitbucket.org/pypy/pypy/changeset/51221f3fd04c/ Log:merge in default diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b/pypy/rli

[pypy-commit] pypy win64-stage1: some cleanups and removals

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53653:9538b20cd926 Date: 2012-03-14 20:22 -0700 http://bitbucket.org/pypy/pypy/changeset/9538b20cd926/ Log:some cleanups and removals diff --git a/pypy/jit/backend/x86/test/test_assembler.py b/pypy/jit/backend/x86/test/test_assembler

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

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53652:88265d63f453 Date: 2012-03-14 20:20 -0700 http://bitbucket.org/pypy/pypy/changeset/88265d63f453/ Log:merge default ___ pypy-commit mailing list pypy-commit@python.org http://mail.pytho

[pypy-commit] pypy win64-stage1: some cleanups and removals

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53651:9f4f3c2e7c1e Date: 2012-03-14 20:19 -0700 http://bitbucket.org/pypy/pypy/changeset/9f4f3c2e7c1e/ Log:some cleanups and removals diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/b

[pypy-commit] pypy default: a few more trivial changes for win64

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53650:8ab1175be9ea Date: 2012-03-14 20:18 -0700 http://bitbucket.org/pypy/pypy/changeset/8ab1175be9ea/ Log:a few more trivial changes for win64 diff --git a/pypy/jit/backend/llsupport/test/test_gc.py b/pypy/jit/backend/llsupport/test/test_gc.py

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

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53649:43e48f3ec285 Date: 2012-03-14 20:04 -0700 http://bitbucket.org/pypy/pypy/changeset/43e48f3ec285/ Log:merge default ___ pypy-commit mailing list pypy-commit@python.org http://mail.pytho

[pypy-commit] pypy win64-stage1: some cleanups and removals

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53648:cf53670906d0 Date: 2012-03-14 20:04 -0700 http://bitbucket.org/pypy/pypy/changeset/cf53670906d0/ Log:some cleanups and removals diff --git a/pypy/rpython/llinterp.py b/pypy/rpython/llinterp.py --- a/pypy/rpython/llinterp.py +++

[pypy-commit] pypy default: a few more trivial changes for win64

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53647:69f2bbfe5563 Date: 2012-03-14 20:03 -0700 http://bitbucket.org/pypy/pypy/changeset/69f2bbfe5563/ Log:a few more trivial changes for win64 diff --git a/pypy/rpython/llinterp.py b/pypy/rpython/llinterp.py --- a/pypy/rpython/llinterp.py +++ b/

[pypy-commit] pypy default: a few more trivial changes for win64

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53646:0e167f61c5f6 Date: 2012-03-14 19:54 -0700 http://bitbucket.org/pypy/pypy/changeset/0e167f61c5f6/ Log:a few more trivial changes for win64 diff --git a/pypy/rpython/memory/gc/test/test_direct.py b/pypy/rpython/memory/gc/test/test_direct.py

[pypy-commit] pypy default: merge

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53645:cabdbb514c99 Date: 2012-03-14 19:32 -0700 http://bitbucket.org/pypy/pypy/changeset/cabdbb514c99/ Log:merge diff --git a/pypy/bin/rpython b/pypy/bin/rpython new file mode 100755 --- /dev/null +++ b/pypy/bin/rpython @@ -0,0 +1,18 @@ +#!/usr/b

[pypy-commit] pypy default: a few more trivial changes for win64

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53644:6f30b6fef5d1 Date: 2012-03-14 19:22 -0700 http://bitbucket.org/pypy/pypy/changeset/6f30b6fef5d1/ Log:a few more trivial changes for win64 diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b/

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

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53643:29df57a1a3a9 Date: 2012-03-14 19:38 -0700 http://bitbucket.org/pypy/pypy/changeset/29df57a1a3a9/ Log:merge default diff --git a/pypy/bin/rpython b/pypy/bin/rpython new file mode 100755 --- /dev/null +++ b/pypy/bin/rpython @@ -0,

[pypy-commit] pypy py3k: fiddle with whitespace

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53642:cb5461bfe590 Date: 2012-03-14 21:38 -0500 http://bitbucket.org/pypy/pypy/changeset/cb5461bfe590/ Log:fiddle with whitespace diff --git a/pypy/interpreter/astcompiler/tools/Python.asdl b/pypy/interpreter/astcompiler/tools/Python.asdl -

[pypy-commit] pypy py3k: upgrade to the exact 3.2 grammar

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53641:56d8b232eec8 Date: 2012-03-14 21:34 -0500 http://bitbucket.org/pypy/pypy/changeset/56d8b232eec8/ Log:upgrade to the exact 3.2 grammar diff --git a/pypy/interpreter/astcompiler/astbuilder.py b/pypy/interpreter/astcompiler/astbuilder.py

[pypy-commit] pypy win64-stage1: reverting a change which is wrong meanwhile

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53640:b4c70c760854 Date: 2012-03-14 19:24 -0700 http://bitbucket.org/pypy/pypy/changeset/b4c70c760854/ Log:reverting a change which is wrong meanwhile diff --git a/pypy/rlib/rdynload.py b/pypy/rlib/rdynload.py --- a/pypy/rlib/rdynload

[pypy-commit] pypy py3k: put varnames in the same order as cpython

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53639:9e4771718600 Date: 2012-03-14 21:24 -0500 http://bitbucket.org/pypy/pypy/changeset/9e4771718600/ Log:put varnames in the same order as cpython diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpre

[pypy-commit] [OPEN] Pull request #48 for pypy/pypy: add module-level array_equal to numpypy

2012-03-14 Thread Bitbucket
Pull request #48 has been updated by Michael Blume to include new changes. https://bitbucket.org/pypy/pypy/pull-request/48/add-module-level-array_equal-to-numpypy Title: add module-level array_equal to numpypy Creator: Michael Blume Updated list of changes: fe9dc13f6b16 by Michael Blume: "add

[pypy-commit] pypy default: Translation fix.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53638:bec33387d591 Date: 2012-03-14 18:45 -0700 http://bitbucket.org/pypy/pypy/changeset/bec33387d591/ Log:Translation fix. diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/intobject.py +++ b/pypy/obj

[pypy-commit] pypy py3k: allow extended unpacking as loop targets

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53637:6d65571469dc Date: 2012-03-14 20:45 -0500 http://bitbucket.org/pypy/pypy/changeset/6d65571469dc/ Log:allow extended unpacking as loop targets diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompil

[pypy-commit] pypy py3k: expose co_kwonlyargcount

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53636:265ccae3c0f0 Date: 2012-03-14 20:39 -0500 http://bitbucket.org/pypy/pypy/changeset/265ccae3c0f0/ Log:expose co_kwonlyargcount diff --git a/pypy/interpreter/test/test_code.py b/pypy/interpreter/test/test_code.py --- a/pypy/interpreter/

[pypy-commit] pypy default: Translation fix.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53635:754f3b7cf8f4 Date: 2012-03-14 18:33 -0700 http://bitbucket.org/pypy/pypy/changeset/754f3b7cf8f4/ Log:Translation fix. diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspace/std/objspace.py +++ b/pypy/objspa

[pypy-commit] pypy py3k: force there to be arguments after *

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53634:7ed3abb3f0a6 Date: 2012-03-14 20:25 -0500 http://bitbucket.org/pypy/pypy/changeset/7ed3abb3f0a6/ Log:force there to be arguments after * diff --git a/pypy/interpreter/astcompiler/astbuilder.py b/pypy/interpreter/astcompiler/astbuilder

[pypy-commit] pypy default: Fix for test_py_string_as_string_None, which passed apparently

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53633:3ccd266220ca Date: 2012-03-14 18:10 -0700 http://bitbucket.org/pypy/pypy/changeset/3ccd266220ca/ Log:Fix for test_py_string_as_string_None, which passed apparently only by chance on 32-bit. diff --git a/pypy/module/cpyext/stringobject.py

[pypy-commit] pypy py3k: fix this test

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53632:9dfe0ca27ddf Date: 2012-03-14 19:58 -0500 http://bitbucket.org/pypy/pypy/changeset/9dfe0ca27ddf/ Log:fix this test diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py --- a/pypy/interpreter/tes

[pypy-commit] pypy default: Bah, missing case.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53631:cb040bc5d225 Date: 2012-03-14 17:48 -0700 http://bitbucket.org/pypy/pypy/changeset/cb040bc5d225/ Log:Bah, missing case. diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b/pypy/rlib/rarithmetic.py

[pypy-commit] pypy default: Test and fix.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53630:1212ff3d9858 Date: 2012-03-14 17:43 -0700 http://bitbucket.org/pypy/pypy/changeset/1212ff3d9858/ Log:Test and fix. diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b/pypy/rlib/rarithmetic.py @@ -

[pypy-commit] pypy py3k: fix kwonly args with a vararg or kwarg

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53629:318df86c56e6 Date: 2012-03-14 19:28 -0500 http://bitbucket.org/pypy/pypy/changeset/318df86c56e6/ Log:fix kwonly args with a vararg or kwarg diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter

[pypy-commit] [OPEN] Pull request #59 for pypy/pypy: allow [newaxis] functionality in NumPy

2012-03-14 Thread Bitbucket
Pull request #59 has been updated by Michael Blume to include new changes. https://bitbucket.org/pypy/pypy/pull-request/59/allow-newaxis-functionality-in-numpy Title: allow [newaxis] functionality in NumPy Creator: Michael Blume numpy allows: newaxis = None a = array([1,2,3]) a[newaxis] arr

[pypy-commit] pypy default: Skip this test if sys.setdefaultencoding() was already removed,

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53628:f24dbbb91cb4 Date: 2012-03-14 17:18 -0700 http://bitbucket.org/pypy/pypy/changeset/f24dbbb91cb4/ Log:Skip this test if sys.setdefaultencoding() was already removed, e.g. when running with -A. diff --git a/pypy/objspace/std/test/test_strin

[pypy-commit] pypy default: Fix for the CLI and JVM tests.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53627:05a6376ee87d Date: 2012-03-14 17:13 -0700 http://bitbucket.org/pypy/pypy/changeset/05a6376ee87d/ Log:Fix for the CLI and JVM tests. diff --git a/pypy/translator/oosupport/test_template/overflow.py b/pypy/translator/oosupport/test_template/overfl

[pypy-commit] pypy default: Revert 53b5e001b4db, we really want an int here.

2012-03-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r53626:8866013cdf76 Date: 2012-03-15 01:07 +0100 http://bitbucket.org/pypy/pypy/changeset/8866013cdf76/ Log:Revert 53b5e001b4db, we really want an int here. diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_comp

[pypy-commit] pypy default: space.wraplong() to have a non-RPython way to wrap a real long object.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53625:170dc1d7fae3 Date: 2012-03-14 17:05 -0700 http://bitbucket.org/pypy/pypy/changeset/170dc1d7fae3/ Log:space.wraplong() to have a non-RPython way to wrap a real long object. diff --git a/pypy/module/cpyext/test/test_longobject.py b/pypy/mo

[pypy-commit] pypy default: Fix.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53624:1a2108ee3fa3 Date: 2012-03-14 17:00 -0700 http://bitbucket.org/pypy/pypy/changeset/1a2108ee3fa3/ Log:Fix. diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/intobject.py +++ b/pypy/objspace/std/in

[pypy-commit] pypy default: xxx temporary fix.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53623:4037d70e95c7 Date: 2012-03-14 16:57 -0700 http://bitbucket.org/pypy/pypy/changeset/4037d70e95c7/ Log:xxx temporary fix. diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext/ap

[pypy-commit] [OPEN] Pull request #59 for pypy/pypy: allow [newaxis] functionality in NumPy

2012-03-14 Thread Bitbucket
Pull request #59 has been updated by Michael Blume to include new changes. https://bitbucket.org/pypy/pypy/pull-request/59/allow-newaxis-functionality-in-numpy Title: allow [newaxis] functionality in NumPy Creator: Michael Blume numpy allows: newaxis = None a = array([1,2,3]) a[newaxis] arr

[pypy-commit] pypy py3k: complete extended unpacking implementation

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53622:3661bb9780f8 Date: 2012-03-14 18:02 -0500 http://bitbucket.org/pypy/pypy/changeset/3661bb9780f8/ Log:complete extended unpacking implementation diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codege

[pypy-commit] pypy default: Add bin/rpython

2012-03-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53621:0eb436c95405 Date: 2012-03-14 16:01 -0700 http://bitbucket.org/pypy/pypy/changeset/0eb436c95405/ Log:Add bin/rpython diff --git a/pypy/bin/rpython b/pypy/bin/rpython new file mode 100755 --- /dev/null +++ b/pypy/bin/rpython @@ -0,0 +1,18

[pypy-commit] pypy dynamic-specialized-tuple: small bit of progress in making optimizeopt happy

2012-03-14 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53620:aa5fbb622e01 Date: 2012-03-14 15:53 -0700 http://bitbucket.org/pypy/pypy/changeset/aa5fbb622e01/ Log:small bit of progress in making optimizeopt happy diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.

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

2012-03-14 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53618:5b17e57ef44a Date: 2012-03-13 22:55 -0700 http://bitbucket.org/pypy/pypy/changeset/5b17e57ef44a/ Log:Merge with default ___ pypy-commit mailing list pypy-commit@python.org http://mail.

[pypy-commit] pypy dynamic-specialized-tuple: (arigo, alex) some hacks, and some cleanup. Pretend that a varsized GcStruct is an array from the JIT's point of view

2012-03-14 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53617:5d305b2895a0 Date: 2012-03-14 15:44 -0700 http://bitbucket.org/pypy/pypy/changeset/5d305b2895a0/ Log:(arigo, alex) some hacks, and some cleanup. Pretend that a varsized GcStruct is an array from the JIT's point of

[pypy-commit] [OPEN] Pull request #59 for pypy/pypy: allow [newindex] functionality in NumPy

2012-03-14 Thread Bitbucket
A new pull request has been opened by Michael Blume. MichaelBlume/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/59/allow-newindex-functionality-in-numpy Title: allow [newindex] functionality in NumPy numpy allows: newindex = None a = array([1,2,3])

[pypy-commit] pypy dynamic-specialized-tuple: (arigo, alex): random progress, mostly will be deleted

2012-03-14 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53614:4069a795cd40 Date: 2012-03-14 14:40 -0700 http://bitbucket.org/pypy/pypy/changeset/4069a795cd40/ Log:(arigo, alex): random progress, mostly will be deleted diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/back

[pypy-commit] pypy dynamic-specialized-tuple: (arigo, alex): remove the old hacks, and start making this case use arrayfield

2012-03-14 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53616:f1dc3bc0b202 Date: 2012-03-14 15:19 -0700 http://bitbucket.org/pypy/pypy/changeset/f1dc3bc0b202/ Log:(arigo, alex): remove the old hacks, and start making this case use arrayfield diff --git a/pypy/jit/backend/ll

[pypy-commit] pypy py3k: compile asserts with messages correctly

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53613:8fe60affac0e Date: 2012-03-14 17:13 -0500 http://bitbucket.org/pypy/pypy/changeset/8fe60affac0e/ Log:compile asserts with messages correctly diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.p

[pypy-commit] pypy py3k: wrap

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53612:18ffe2c7429c Date: 2012-03-14 17:04 -0500 http://bitbucket.org/pypy/pypy/changeset/18ffe2c7429c/ Log:wrap diff --git a/pypy/interpreter/astcompiler/astbuilder.py b/pypy/interpreter/astcompiler/astbuilder.py --- a/pypy/interpreter/astc

[pypy-commit] pypy py3k: make None, True, and False keywords

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53611:b75666e56661 Date: 2012-03-14 17:00 -0500 http://bitbucket.org/pypy/pypy/changeset/b75666e56661/ Log:make None, True, and False keywords diff --git a/pypy/interpreter/astcompiler/optimize.py b/pypy/interpreter/astcompiler/optimize.py

[pypy-commit] pypy py3k: allow ... anywhere and make it its own token

2012-03-14 Thread gutworth
Author: Benjamin Peterson Branch: py3k Changeset: r53610:5d2f6423dabb Date: 2012-03-14 16:37 -0500 http://bitbucket.org/pypy/pypy/changeset/5d2f6423dabb/ Log:allow ... anywhere and make it its own token diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py -

[pypy-commit] pypy kill-geninterp: Close, ready for merge

2012-03-14 Thread arigo
Author: Armin Rigo Branch: kill-geninterp Changeset: r53608:e12235dc8d80 Date: 2012-03-14 14:26 -0700 http://bitbucket.org/pypy/pypy/changeset/e12235dc8d80/ Log:Close, ready for merge ___ pypy-commit mailing list pypy-commit@python.org http://mail.

[pypy-commit] pypy default: Fix test.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53607:c76442a93b07 Date: 2012-03-14 14:23 -0700 http://bitbucket.org/pypy/pypy/changeset/c76442a93b07/ Log:Fix test. diff --git a/pypy/translator/c/test/test_database.py b/pypy/translator/c/test/test_database.py --- a/pypy/translator/c/test/test_datab

[pypy-commit] pypy default: Fix.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53606:abce1e21beec Date: 2012-03-14 14:21 -0700 http://bitbucket.org/pypy/pypy/changeset/abce1e21beec/ Log:Fix. diff --git a/pypy/module/_multiprocessing/test/test_semaphore.py b/pypy/module/_multiprocessing/test/test_semaphore.py --- a/pypy/module/_m

[pypy-commit] pypy dynamic-specialized-tuple: even more hacks. I think we should scrap all of this work and rethink.

2012-03-14 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53605:ae7106d140d0 Date: 2012-03-14 14:23 -0700 http://bitbucket.org/pypy/pypy/changeset/ae7106d140d0/ Log:even more hacks. I think we should scrap all of this work and rethink. diff --git a/pypy/jit/backend/llgraph/ru

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

2012-03-14 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53604:6c80ee62af08 Date: 2012-03-14 14:07 -0700 http://bitbucket.org/pypy/pypy/changeset/6c80ee62af08/ Log:cleanup diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --- a/pypy/jit/codewriter/j

[pypy-commit] pypy default: Make ll2ctypes happier when running backend/x86/test/test_list.py.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53603:11ecfd8c89e6 Date: 2012-03-14 14:20 -0700 http://bitbucket.org/pypy/pypy/changeset/11ecfd8c89e6/ Log:Make ll2ctypes happier when running backend/x86/test/test_list.py. diff --git a/pypy/jit/metainterp/test/test_list.py b/pypy/jit/metainterp/test

[pypy-commit] pypy.org extradoc: Rename STM to STM/AME as a first step attempt of moving the focus

2012-03-14 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r347:fdc9595f22a2 Date: 2012-03-14 14:03 -0700 http://bitbucket.org/pypy/pypy.org/changeset/fdc9595f22a2/ Log:Rename STM to STM/AME as a first step attempt of moving the focus away from classical STM and towards Automatic Mutual Exclusion

[pypy-commit] pypy dynamic-specialized-tuple: random hacking at this. I think we need a comprehensive solution to addresses in the JIT.

2012-03-14 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53602:bd7e5423874a Date: 2012-03-14 14:01 -0700 http://bitbucket.org/pypy/pypy/changeset/bd7e5423874a/ Log:random hacking at this. I think we need a comprehensive solution to addresses in the JIT. diff --git a/pypy/jit

[pypy-commit] pypy py3k: fix getcwd on windows. a good test for this is really pending surrogateescape

2012-03-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r53600:8e9bdbfb77b2 Date: 2012-03-14 13:45 -0700 http://bitbucket.org/pypy/pypy/changeset/8e9bdbfb77b2/ Log:fix getcwd on windows. a good test for this is really pending surrogateescape (PEP 383) support diff --git a/pypy/module/posix/int

[pypy-commit] pypy default: (agaynor, arigo) Test and fix for setinteriorfield.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53598:8290df370d2f Date: 2012-03-14 13:22 -0700 http://bitbucket.org/pypy/pypy/changeset/8290df370d2f/ Log:(agaynor, arigo) Test and fix for setinteriorfield. diff --git a/pypy/jit/metainterp/blackhole.py b/pypy/jit/metainterp/blackhole.py --- a/pypy/j

[pypy-commit] pypy py3k: Restore this test, str._formatter_parser is now in the _string module.

2012-03-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r53597:3a460d5d5868 Date: 2012-03-14 21:05 +0100 http://bitbucket.org/pypy/pypy/changeset/3a460d5d5868/ Log:Restore this test, str._formatter_parser is now in the _string module. diff --git a/pypy/objspace/std/test/test_newformat.p

[pypy-commit] pypy dynamic-specialized-tuple: added support for unicode. (thanks to amaury for reminding me that py3k needs this to be useful)

2012-03-14 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53596:dc2074d97770 Date: 2012-03-14 12:44 -0700 http://bitbucket.org/pypy/pypy/changeset/dc2074d97770/ Log:added support for unicode. (thanks to amaury for reminding me that py3k needs this to be useful) diff --git a/p

[pypy-commit] pypy kill-geninterp: hg merge default

2012-03-14 Thread arigo
Author: Armin Rigo Branch: kill-geninterp Changeset: r53595:d0ca2304579c Date: 2012-03-14 12:26 -0700 http://bitbucket.org/pypy/pypy/changeset/d0ca2304579c/ Log:hg merge default diff --git a/pypy/translator/c/src/debug_print.c b/pypy/translator/c/src/debug_print.c --- a/pypy/translator/c/sr

[pypy-commit] pypy default: Fix on Linux64.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53594:48de71db5b0d Date: 2012-03-14 12:25 -0700 http://bitbucket.org/pypy/pypy/changeset/48de71db5b0d/ Log:Fix on Linux64. diff --git a/pypy/translator/c/src/debug_print.c b/pypy/translator/c/src/debug_print.c --- a/pypy/translator/c/src/debug_print.c

[pypy-commit] pypy kill-geninterp: hg merge default

2012-03-14 Thread arigo
Author: Armin Rigo Branch: kill-geninterp Changeset: r53593:79822a4ce419 Date: 2012-03-14 12:16 -0700 http://bitbucket.org/pypy/pypy/changeset/79822a4ce419/ Log:hg merge default diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/t

[pypy-commit] pypy default: Ignore a specific test with explanation

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53592:d9e32b55d6b3 Date: 2012-03-14 12:16 -0700 http://bitbucket.org/pypy/pypy/changeset/d9e32b55d6b3/ Log:Ignore a specific test with explanation diff --git a/pypy/rpython/test/test_llinterp.py b/pypy/rpython/test/test_llinterp.py --- a/pypy/rpython/

[pypy-commit] pypy kill-geninterp: Remove this temporary sanity-check now that it passes.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: kill-geninterp Changeset: r53591:e1dd26dab59b Date: 2012-03-14 11:59 -0700 http://bitbucket.org/pypy/pypy/changeset/e1dd26dab59b/ Log:Remove this temporary sanity-check now that it passes. diff --git a/pypy/objspace/flow/objspace.py b/pypy/objspace/flow/objspace.py

[pypy-commit] pypy kill-geninterp: Redo the support for RPython-level print statements.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: kill-geninterp Changeset: r53589:4c689c1cdde2 Date: 2012-03-14 11:57 -0700 http://bitbucket.org/pypy/pypy/changeset/4c689c1cdde2/ Log:Redo the support for RPython-level print statements. diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a

[pypy-commit] pypy kill-geninterp: Kill

2012-03-14 Thread arigo
Author: Armin Rigo Branch: kill-geninterp Changeset: r53590:4cd3e4d3ed14 Date: 2012-03-14 11:58 -0700 http://bitbucket.org/pypy/pypy/changeset/4cd3e4d3ed14/ Log:Kill diff --git a/pypy/objspace/flow/operation.py b/pypy/objspace/flow/operation.py --- a/pypy/objspace/flow/operation.py +++ b/pyp

[pypy-commit] pypy py3k: adapt the import of StringIO

2012-03-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53587:80c39a1059aa Date: 2012-03-14 17:52 +0100 http://bitbucket.org/pypy/pypy/changeset/80c39a1059aa/ Log:adapt the import of StringIO diff --git a/pypy/objspace/std/test/test_userobject.py b/pypy/objspace/std/test/test_userobject.py --- a/pypy

[pypy-commit] pypy py3k: __metaclass__ no longer works, use (metaclass=...) instead

2012-03-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53586:f08f361a2faa Date: 2012-03-14 17:50 +0100 http://bitbucket.org/pypy/pypy/changeset/f08f361a2faa/ Log:__metaclass__ no longer works, use (metaclass=...) instead diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test

[pypy-commit] pypy py3k: fix syntax

2012-03-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53584:2b053e589a5c Date: 2012-03-14 15:29 +0100 http://bitbucket.org/pypy/pypy/changeset/2b053e589a5c/ Log:fix syntax diff --git a/pypy/objspace/std/test/test_newformat.py b/pypy/objspace/std/test/test_newformat.py --- a/pypy/objspace/std/test/t

[pypy-commit] pypy py3k: the default formatting string must be an unicode now

2012-03-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53583:7d475d86c2f6 Date: 2012-03-14 15:24 +0100 http://bitbucket.org/pypy/pypy/changeset/7d475d86c2f6/ Log:the default formatting string must be an unicode now diff --git a/pypy/module/__builtin__/operation.py b/pypy/module/__builtin__/operation

[pypy-commit] pypy py3k: merge heads

2012-03-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53588:92b24498524a Date: 2012-03-14 19:53 +0100 http://bitbucket.org/pypy/pypy/changeset/92b24498524a/ Log:merge heads diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --- a/pypy/module/_socket/t

[pypy-commit] pypy py3k: we no longer have str._formatter_parser, kill this test

2012-03-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53585:3dc9a177e6e0 Date: 2012-03-14 15:31 +0100 http://bitbucket.org/pypy/pypy/changeset/3dc9a177e6e0/ Log:we no longer have str._formatter_parser, kill this test diff --git a/pypy/objspace/std/test/test_newformat.py b/pypy/objspace/std/test/tes

[pypy-commit] pypy dynamic-specialized-tuple: code cleanup

2012-03-14 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53582:837552b1083e Date: 2012-03-14 11:52 -0700 http://bitbucket.org/pypy/pypy/changeset/837552b1083e/ Log:code cleanup diff --git a/pypy/rlib/rerased_raw.py b/pypy/rlib/rerased_raw.py --- a/pypy/rlib/rerased_raw.py +++ b/pypy

[pypy-commit] pypy kill-geninterp: (patch from agaynor) remove this too

2012-03-14 Thread arigo
Author: Armin Rigo Branch: kill-geninterp Changeset: r53581:f097b1f9301b Date: 2012-03-14 11:46 -0700 http://bitbucket.org/pypy/pypy/changeset/f097b1f9301b/ Log:(patch from agaynor) remove this too diff --git a/pypy/translator/gensupp.py b/pypy/translator/gensupp.py --- a/pypy/translator/gen

[pypy-commit] pypy py3k: kill line from a mismerge

2012-03-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r53580:e5c660f20609 Date: 2012-03-14 11:45 -0700 http://bitbucket.org/pypy/pypy/changeset/e5c660f20609/ Log:kill line from a mismerge diff --git a/pypy/module/math/interp_math.py b/pypy/module/math/interp_math.py --- a/pypy/module/math/interp_mat

[pypy-commit] pypy kill-geninterp: Intermediate check-in

2012-03-14 Thread arigo
Author: Armin Rigo Branch: kill-geninterp Changeset: r53579:ab50773f602a Date: 2012-03-14 11:42 -0700 http://bitbucket.org/pypy/pypy/changeset/ab50773f602a/ Log:Intermediate check-in diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy

[pypy-commit] pypy py3k: Merged py3k branch.

2012-03-14 Thread prestontimmons
Author: Preston Timmons Branch: py3k Changeset: r53576:578aa6ac3460 Date: 2012-03-14 18:12 + http://bitbucket.org/pypy/pypy/changeset/578aa6ac3460/ Log:Merged py3k branch. diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --- a/pypy/modul

[pypy-commit] pypy py3k: Added getcwdb to posix module.

2012-03-14 Thread prestontimmons
Author: Preston Timmons Branch: py3k Changeset: r53575:fb962fdecd9f Date: 2012-03-13 21:30 + http://bitbucket.org/pypy/pypy/changeset/fb962fdecd9f/ Log:Added getcwdb to posix module. Also readded old getcwdu function as getcwd for posix system that returns the directory s

[pypy-commit] pypy py3k: Fixed unicode errors in the exceptions module.

2012-03-14 Thread prestontimmons
Author: Preston Timmons Branch: py3k Changeset: r53573:aa67b0e702f7 Date: 2012-03-13 19:41 + http://bitbucket.org/pypy/pypy/changeset/aa67b0e702f7/ Log:Fixed unicode errors in the exceptions module. diff --git a/pypy/module/exceptions/test/test_exc.py b/pypy/module/exceptions/test/test_

[pypy-commit] pypy py3k: Removed tmpfile, tmpnam, and tempnam from the posix_app as well. That should be everywhere.

2012-03-14 Thread prestontimmons
Author: Preston Timmons Branch: py3k Changeset: r53572:9fb85478f6e6 Date: 2012-03-13 19:26 + http://bitbucket.org/pypy/pypy/changeset/9fb85478f6e6/ Log:Removed tmpfile, tmpnam, and tempnam from the posix_app as well. That should be everywhere. diff --git a/pypy/module/posix/app_p

[pypy-commit] pypy py3k: Updated path to math_testcases.txt to make proper use of os.path.join.

2012-03-14 Thread prestontimmons
Author: Preston Timmons Branch: py3k Changeset: r53577:412bba3f13fe Date: 2012-03-14 18:25 + http://bitbucket.org/pypy/pypy/changeset/412bba3f13fe/ Log:Updated path to math_testcases.txt to make proper use of os.path.join. diff --git a/pypy/module/math/test/test_math.py b/pypy/m

[pypy-commit] pypy py3k: Updated posix module for py3k.

2012-03-14 Thread prestontimmons
Author: Preston Timmons Branch: py3k Changeset: r53570:90afa8ce9ff5 Date: 2012-03-13 19:20 + http://bitbucket.org/pypy/pypy/changeset/90afa8ce9ff5/ Log:Updated posix module for py3k. Removed tmpnam(), tempnam(), and tmpfile() which were replaced by the tempfile module. Re

[pypy-commit] pypy py3k: Added an explicit test for log1p using negative values.

2012-03-14 Thread prestontimmons
Author: Preston Timmons Branch: py3k Changeset: r53574:a2bb9ecd710b Date: 2012-03-13 20:03 + http://bitbucket.org/pypy/pypy/changeset/a2bb9ecd710b/ Log:Added an explicit test for log1p using negative values. diff --git a/pypy/module/math/test/test_math.py b/pypy/module/math/test/test_ma

[pypy-commit] pypy py3k: Updated itertools functions for py3k.

2012-03-14 Thread prestontimmons
Author: Preston Timmons Branch: py3k Changeset: r53569:3d88633c8e56 Date: 2012-03-13 18:45 + http://bitbucket.org/pypy/pypy/changeset/3d88633c8e56/ Log:Updated itertools functions for py3k. - The izip function no longer exists - izip_longest was renamed to zip_longest

  1   2   >