[pypy-commit] [pypy/pypy] add ndmin param to numpy.array (pull request #63)

2012-03-20 Thread Michael Blume
A new pull request has been opened by Michael Blume. MichaelBlume/pypy/ndmin has changes to be pulled into pypy/pypy/default. https://bitbucket.org/pypy/pypy/pull-request/63/add-ndmin-param-to-numpyarray Title: add ndmin param to numpy.array Two things that need review here. First, I'm doing ar

Re: [pypy-commit] [pypy/pypy] add ndmin param to numpy.array (pull request #63)

2012-03-20 Thread Maciej Fijalkowski
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/63/add-ndmin-param-to-numpyarray#comment-4086 Maciej Fijalkowski (fijal) said: list multiplication is fine, also test_ztranslation (mostly) checks if this is correct rpython. the None or a wrapped-none is only necessary i

[pypy-commit] Notification: pypy

2012-03-20 Thread Bitbucket
You have received a notification from dilettant. Hi, I forked pypy. My fork is at https://bitbucket.org/dilettant/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected] http://m

[pypy-commit] pypy.org extradoc: merge

2012-03-20 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r349:2d84bb2dfdf1 Date: 2012-03-20 10:06 +0200 http://bitbucket.org/pypy/pypy.org/changeset/2d84bb2dfdf1/ Log:merge diff --git a/archive.html b/archive.html --- a/archive.html +++ b/archive.html @@ -38,7 +38,7 @@ http://

[pypy-commit] pypy default: kill the run task and related code

2012-03-20 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r53829:0e5b140cf620 Date: 2012-03-20 13:58 +0100 http://bitbucket.org/pypy/pypy/changeset/0e5b140cf620/ Log:kill the run task and related code diff --git a/pypy/translator/driver.py b/pypy/translator/driver.py --- a/pypy/translator/driver.py +++

[pypy-commit] pyrepl py3ksupport: merge

2012-03-20 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r165:1cd29805192b Date: 2012-03-20 15:46 +0100 http://bitbucket.org/pypy/pyrepl/changeset/1cd29805192b/ Log:merge diff --git a/encopyright.py b/encopyright.py --- a/encopyright.py +++ b/encopyright.py @@ -20,11 +20,10 @@ # CONNECTION

[pypy-commit] pyrepl py3ksupport: undo misstake

2012-03-20 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r164:0ceb86767590 Date: 2012-03-20 15:46 +0100 http://bitbucket.org/pypy/pyrepl/changeset/0ceb86767590/ Log:undo misstake diff --git a/pyrepl/keymap.py b/pyrepl/keymap.py --- a/pyrepl/keymap.py +++ b/pyrepl/keymap.py @@ -172,9 +172,8

[pypy-commit] pypy py3k: revert 6c0f46ca2071 and 0c0fd7170ad3, and move the logic inside str.__str__, also improving test_call_unicode. Now bot test_call_unicode and test_returns_subclass work

2012-03-20 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53830:5f4d5bfbc2d3 Date: 2012-03-20 11:03 +0100 http://bitbucket.org/pypy/pypy/changeset/5f4d5bfbc2d3/ Log:revert 6c0f46ca2071 and 0c0fd7170ad3, and move the logic inside str.__str__, also improving test_call_unicode. Now bot test_

[pypy-commit] pypy py3k: kill test about marshaling longs, they are no longer there

2012-03-20 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53831:ba41eb7d7483 Date: 2012-03-20 11:10 +0100 http://bitbucket.org/pypy/pypy/changeset/ba41eb7d7483/ Log:kill test about marshaling longs, they are no longer there diff --git a/pypy/module/marshal/test/test_marshalimpl.py b/pypy/module/marshal

[pypy-commit] pypy py3k: buffer no longer exists in py3k, and 'c' is no longer a valid typecode for array.array

2012-03-20 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53833:34b65bdb71d8 Date: 2012-03-20 15:08 +0100 http://bitbucket.org/pypy/pypy/changeset/34b65bdb71d8/ Log:buffer no longer exists in py3k, and 'c' is no longer a valid typecode for array.array diff --git a/pypy/module/marshal/test/test_m

[pypy-commit] pypy py3k: marshal.loads expects bytes now

2012-03-20 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53832:726448e6b52c Date: 2012-03-20 11:38 +0100 http://bitbucket.org/pypy/pypy/changeset/726448e6b52c/ Log:marshal.loads expects bytes now diff --git a/pypy/module/marshal/test/test_marshalimpl.py b/pypy/module/marshal/test/test_marshalimpl.py -

[pypy-commit] pypy default: test_marshal.py was automatically generated, but then was manually modified

2012-03-20 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r53834:2fa3fe4007a5 Date: 2012-03-20 15:45 +0100 http://bitbucket.org/pypy/pypy/changeset/2fa3fe4007a5/ Log:test_marshal.py was automatically generated, but then was manually modified since 2b1dc35d6317 ("I have no clue why it was written in

[pypy-commit] pypy py3k: use bytes, not str with marshal.loads

2012-03-20 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53835:55b648c8bad1 Date: 2012-03-20 15:52 +0100 http://bitbucket.org/pypy/pypy/changeset/55b648c8bad1/ Log:use bytes, not str with marshal.loads diff --git a/pypy/module/marshal/test/test_marshal.py b/pypy/module/marshal/test/test_marshal.py ---

[pypy-commit] pypy default: merged upstream

2012-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53837:345b9dede8f3 Date: 2012-03-20 12:04 -0400 http://bitbucket.org/pypy/pypy/changeset/345b9dede8f3/ Log:merged upstream diff --git a/pypy/module/marshal/test/make_test_marshal.py b/pypy/module/marshal/test/make_test_marshal.py deleted file mode 10

[pypy-commit] pypy default: fix test for 32 bits

2012-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53836:3ac6a9c5d380 Date: 2012-03-20 12:01 -0400 http://bitbucket.org/pypy/pypy/changeset/3ac6a9c5d380/ Log:fix test for 32 bits diff --git a/pypy/jit/codewriter/test/test_flatten.py b/pypy/jit/codewriter/test/test_flatten.py --- a/pypy/jit/codewriter

[pypy-commit] pypy default: add the new op to llinterp, fixes tests.

2012-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53838:3976bd326a08 Date: 2012-03-20 16:23 + http://bitbucket.org/pypy/pypy/changeset/3976bd326a08/ Log:add the new op to llinterp, fixes tests. diff --git a/pypy/rpython/llinterp.py b/pypy/rpython/llinterp.py --- a/pypy/rpython/llinterp.py +++ b/p

[pypy-commit] extradoc extradoc: Abstract for the STM talk.

2012-03-20 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4156:2998cba304fd Date: 2012-03-20 18:13 +0100 http://bitbucket.org/pypy/extradoc/changeset/2998cba304fd/ Log:Abstract for the STM talk. diff --git a/talk/ep2012/stm/abstract.rst b/talk/ep2012/stm/abstract.rst new file mode 100644 --- /dev/null

[pypy-commit] extradoc extradoc: Add a sentence

2012-03-20 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4157:eddece109518 Date: 2012-03-20 18:20 +0100 http://bitbucket.org/pypy/extradoc/changeset/eddece109518/ Log:Add a sentence diff --git a/talk/ep2012/stm/abstract.rst b/talk/ep2012/stm/abstract.rst --- a/talk/ep2012/stm/abstract.rst +++ b/talk/

[pypy-commit] extradoc extradoc: Update as a two-parts talk.

2012-03-20 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4158:5aa830ab48b8 Date: 2012-03-20 18:39 +0100 http://bitbucket.org/pypy/extradoc/changeset/5aa830ab48b8/ Log:Update as a two-parts talk. diff --git a/talk/ep2012/stm/abstract.rst b/talk/ep2012/stm/abstract.rst --- a/talk/ep2012/stm/abstract.rs

[pypy-commit] extradoc extradoc: tweak the title and expand the first sentence

2012-03-20 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r4159:9902577fb8a3 Date: 2012-03-20 18:47 +0100 http://bitbucket.org/pypy/extradoc/changeset/9902577fb8a3/ Log:tweak the title and expand the first sentence diff --git a/talk/ep2012/stm/abstract.rst b/talk/ep2012/stm/abstract.rst --- a/talk/ep

[pypy-commit] pypy default: Add a comment.

2012-03-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r53839:52418dfbc2d5 Date: 2012-03-20 19:07 +0100 http://bitbucket.org/pypy/pypy/changeset/52418dfbc2d5/ Log:Add a comment. diff --git a/pypy/module/__builtin__/interp_memoryview.py b/pypy/module/__builtin__/interp_memoryview.py --- a/pypy/module/__buil

[pypy-commit] pypy py3k: skip rope marshal tests: ropes are broken in py3k

2012-03-20 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53840:affdf51671da Date: 2012-03-20 18:07 +0100 http://bitbucket.org/pypy/pypy/changeset/affdf51671da/ Log:skip rope marshal tests: ropes are broken in py3k diff --git a/pypy/module/marshal/test/test_marshal.py b/pypy/module/marshal/test/test_ma

[pypy-commit] extradoc extradoc: typo

2012-03-20 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4160:8b07dd7f5f21 Date: 2012-03-20 19:27 +0100 http://bitbucket.org/pypy/extradoc/changeset/8b07dd7f5f21/ Log:typo diff --git a/talk/ep2012/stm/abstract.rst b/talk/ep2012/stm/abstract.rst --- a/talk/ep2012/stm/abstract.rst +++ b/talk/ep2012/stm

[pypy-commit] pypy default: Pre-import a few built-in modules, because some programs actually rely

2012-03-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r53841:1c6dc3e6e70c Date: 2012-03-20 20:25 +0100 http://bitbucket.org/pypy/pypy/changeset/1c6dc3e6e70c/ Log:Pre-import a few built-in modules, because some programs actually rely on them to be in sys.modules :-( diff --git a/lib-python/modified-

[pypy-commit] pypy reflex-support: enable hsimple.py in its full glory (note that it is now no longer completely CPU-bound, so less useful as a true benchmark, but fun nevertheless)

2012-03-20 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r53843:54eff2de135e Date: 2012-03-20 14:34 -0700 http://bitbucket.org/pypy/pypy/changeset/54eff2de135e/ Log:enable hsimple.py in its full glory (note that it is now no longer completely CPU-bound, so less useful as a true benchma

[pypy-commit] pypy reflex-support: two loops for overload handling; one fast, one for collecting errors, if any

2012-03-20 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r53842:b7b5987d12f7 Date: 2012-03-20 10:08 -0700 http://bitbucket.org/pypy/pypy/changeset/b7b5987d12f7/ Log:two loops for overload handling; one fast, one for collecting errors, if any diff --git a/pypy/module/cppyy/interp_cppyy

[pypy-commit] pypy reflex-support: simplification

2012-03-20 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r53844:83c693bf6d3e Date: 2012-03-20 15:36 -0700 http://bitbucket.org/pypy/pypy/changeset/83c693bf6d3e/ Log:simplification diff --git a/pypy/module/cppyy/capi/cint_capi.py b/pypy/module/cppyy/capi/cint_capi.py --- a/pypy/module/cppyy/c

[pypy-commit] pypy win64-stage1: mingw compatability

2012-03-20 Thread mattip
Author: mattip Branch: win64-stage1 Changeset: r53845:53ed3ee420f2 Date: 2012-03-20 00:56 +0200 http://bitbucket.org/pypy/pypy/changeset/53ed3ee420f2/ Log:mingw compatability diff --git a/pypy/rlib/_rsocket_rffi.py b/pypy/rlib/_rsocket_rffi.py --- a/pypy/rlib/_rsocket_rffi.py +++ b/pypy/rlib/

[pypy-commit] pypy win64-stage1: merge

2012-03-20 Thread mattip
Author: mattip Branch: win64-stage1 Changeset: r53846:350196b36b4c Date: 2012-03-20 23:24 +0200 http://bitbucket.org/pypy/pypy/changeset/350196b36b4c/ Log:merge diff --git a/pypy/rlib/_rsocket_rffi.py b/pypy/rlib/_rsocket_rffi.py --- a/pypy/rlib/_rsocket_rffi.py +++ b/pypy/rlib/_rsocket_rffi.

[pypy-commit] Notification: pypy

2012-03-20 Thread Bitbucket
You have received a notification from uiappstore. Hi, I forked pypy. My fork is at https://bitbucket.org/uiappstore/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected] http:/

[pypy-commit] pypy default: properly map the new llop to the right JVM method.

2012-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53847:da48d764ccab Date: 2012-03-21 04:17 + http://bitbucket.org/pypy/pypy/changeset/da48d764ccab/ Log:properly map the new llop to the right JVM method. diff --git a/pypy/translator/jvm/opcodes.py b/pypy/translator/jvm/opcodes.py --- a/pypy/trans

[pypy-commit] pypy win64-stage1: allow CC environment variable to specify compiler

2012-03-20 Thread mattip
Author: mattip Branch: win64-stage1 Changeset: r53848:73a6f66d46a5 Date: 2012-03-21 08:35 +0200 http://bitbucket.org/pypy/pypy/changeset/73a6f66d46a5/ Log:allow CC environment variable to specify compiler diff --git a/pypy/translator/platform/windows.py b/pypy/translator/platform/windows.py