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
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
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
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://
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
+++
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
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
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_
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
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
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
-
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
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
---
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
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
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
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
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/
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
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
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
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
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
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-
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
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
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
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/
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.
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:/
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
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
32 matches
Mail list logo