You have received a notification from evelyn559.
Hi, I forked pypy. My fork is at https://bitbucket.org/evelyn559/pypy.
--
Disable notifications at https://bitbucket.org/account/notifications/
___
pypy-commit mailing list
pypy-commit@python.org
http://m
New comment on pull request:
https://bitbucket.org/pypy/pypy/pull-request/65/add-param-ndmin-to-numpypyarray#comment-4244
Alex Gaynor (alex_gaynor) said:
Ah, I'm a moron I've been trying to do "ndim" instead of "ndmin". You should
probably use NoneNotWrapped, instead of None here, actually exp
New comment on pull request:
https://bitbucket.org/pypy/pypy/pull-request/65/add-param-ndmin-to-numpypyarray#comment-4242
Michael Blume (MichaelBlume) said:
https://github.com/numpy/numpy/commit/5beecfe9
--
This is a pull request comment notification from bitbucket.org.
You are receiving this e
New comment on pull request:
https://bitbucket.org/pypy/pypy/pull-request/65/add-param-ndmin-to-numpypyarray#comment-4241
Michael Blume (MichaelBlume) said:
Looks like it was present in v0.9.5
--
This is a pull request comment notification from bitbucket.org.
You are receiving this either becau
New comment on pull request:
https://bitbucket.org/pypy/pypy/pull-request/65/add-param-ndmin-to-numpypyarray#comment-4240
Alex Gaynor (alex_gaynor) said:
What version of numpy was this added in, 2.0?
--
This is a pull request comment notification from bitbucket.org.
You are receiving this eith
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/65/add-param-ndmin-to-numpypyarray
Title: add param ndmin to numpypy.array
Changes to be pulled:
c22d05cd841d by Michael Bl
Author: Antonio Cuni
Branch: py3k
Changeset: r53880:01ce09ec95e6
Date: 2012-03-21 23:15 +
http://bitbucket.org/pypy/pypy/changeset/01ce09ec95e6/
Log:on 32bits, the accum variable might overflow to a long; make sure to
cast back so a signed int before passing it to _store_digits
d
Author: mattip
Branch: win64-stage1
Changeset: r53879:9d969f5edbc3
Date: 2012-03-22 00:25 +0200
http://bitbucket.org/pypy/pypy/changeset/9d969f5edbc3/
Log:clarify
diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst
--- a/pypy/doc/windows.rst
+++ b/pypy/doc/windows.rst
@@ -132,10 +132,10
Author: Antonio Cuni
Branch: py3k
Changeset: r53878:c81d98daa906
Date: 2012-03-21 22:59 +0100
http://bitbucket.org/pypy/pypy/changeset/c81d98daa906/
Log:kill longs and u'' string
diff --git a/pypy/objspace/std/test/test_complexobject.py
b/pypy/objspace/std/test/test_complexobject.py
--- a/p
Author: mattip
Branch: win64-stage1
Changeset: r53877:57206e985432
Date: 2012-03-21 23:51 +0200
http://bitbucket.org/pypy/pypy/changeset/57206e985432/
Log:make rst actually compile
diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst
--- a/pypy/doc/windows.rst
+++ b/pypy/doc/windows.rst
@
Author: mattip
Branch: win64-stage1
Changeset: r53876:861ddd5f6fdd
Date: 2012-03-21 23:11 +0200
http://bitbucket.org/pypy/pypy/changeset/861ddd5f6fdd/
Log:document and fix for libffi on mingw
diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst
--- a/pypy/doc/windows.rst
+++ b/pypy/doc/wi
New comment on pull request:
https://bitbucket.org/pypy/pypy/pull-request/64/add-ndmin-param-to-numpypyarray#comment-4214
Michael Blume (MichaelBlume) said:
...Did I just break BitBucket?
--
This is a pull request comment notification from bitbucket.org.
You are receiving this either because yo
Author: Antonio Cuni
Branch: py3k
Changeset: r53875:fc6428f099b6
Date: 2012-03-21 20:38 +0100
http://bitbucket.org/pypy/pypy/changeset/fc6428f099b6/
Log:our ints all inherits from W_AbstractIntObject now
diff --git a/pypy/objspace/std/test/test_stdobjspace.py
b/pypy/objspace/std/test/test_s
Author: Antonio Cuni
Branch: py3k
Changeset: r53872:4e43431597f2
Date: 2012-03-21 20:10 +0100
http://bitbucket.org/pypy/pypy/changeset/4e43431597f2/
Log:2to3
diff --git a/pypy/objspace/std/test/test_stringobject.py
b/pypy/objspace/std/test/test_stringobject.py
--- a/pypy/objspace/std/test/t
Author: Antonio Cuni
Branch: py3k
Changeset: r53874:2d9fd333072e
Date: 2012-03-21 20:35 +0100
http://bitbucket.org/pypy/pypy/changeset/2d9fd333072e/
Log:we no longer have oldstyle classes
diff --git a/pypy/objspace/std/test/test_typeobject.py
b/pypy/objspace/std/test/test_typeobject.py
---
Author: Antonio Cuni
Branch: py3k
Changeset: r53873:2bbc42be3c96
Date: 2012-03-21 20:16 +0100
http://bitbucket.org/pypy/pypy/changeset/2bbc42be3c96/
Log:we cannot mix bytes and unicode when .join(); adapt one test and
kill the other
diff --git a/pypy/objspace/std/test/test_stringobje
Author: Antonio Cuni
Branch: py3k
Changeset: r53871:b113dbf5ff2e
Date: 2012-03-21 16:09 +0100
http://bitbucket.org/pypy/pypy/changeset/b113dbf5ff2e/
Log:bah, ints are now W_LongObject, so this multimethod was never
called. Adapt it to deal with longs
diff --git a/pypy/objspace/std/st
Author: Antonio Cuni
Branch: py3k
Changeset: r53870:2482ed39dc1d
Date: 2012-03-21 12:28 +0100
http://bitbucket.org/pypy/pypy/changeset/2482ed39dc1d/
Log:kill these two tests about longs: they are no longer there
diff --git a/pypy/objspace/std/test/test_operation.py
b/pypy/objspace/std/test/
Author: Armin Rigo
Branch:
Changeset: r53868:da21b53693bd
Date: 2012-03-20 21:24 +0100
http://bitbucket.org/pypy/pypy/changeset/da21b53693bd/
Log:Test for 1c6dc3e6e70c.
diff --git a/lib_pypy/pypy_test/test_site_extra.py
b/lib_pypy/pypy_test/test_site_extra.py
new file mode 100644
--- /dev/
Author: Armin Rigo
Branch:
Changeset: r53869:65f628f558ca
Date: 2012-03-21 14:30 +0100
http://bitbucket.org/pypy/pypy/changeset/65f628f558ca/
Log:merge heads
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspace/std/test/test_obj.py
+++ b/
Author: Aaron Iles
Branch: bytearray-refactor
Changeset: r53867:a3cfcb5962d7
Date: 2012-03-21 22:47 +1100
http://bitbucket.org/pypy/pypy/changeset/a3cfcb5962d7/
Log:Add missing _mixin_ attribute to mixin classes.
diff --git a/pypy/objspace/std/abstractstring.py
b/pypy/objspace/std/abstracts
Author: Aaron Iles
Branch: bytearray-refactor
Changeset: r53866:da00b35c920c
Date: 2012-03-21 22:46 +1100
http://bitbucket.org/pypy/pypy/changeset/da00b35c920c/
Log:Refactor out title() method into base class.
diff --git a/pypy/objspace/std/abstractstring.py
b/pypy/objspace/std/abstractstri
Author: Antonio Cuni
Branch:
Changeset: r53865:b991bfef2fcd
Date: 2012-03-21 12:26 +0100
http://bitbucket.org/pypy/pypy/changeset/b991bfef2fcd/
Log:add a comment to explain this test
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspace/st
Author: Antonio Cuni
Branch: py3k
Changeset: r53864:2186005942d0
Date: 2012-03-21 12:26 +0100
http://bitbucket.org/pypy/pypy/changeset/2186005942d0/
Log:fix this test and add a comment
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspace/s
Author: Antonio Cuni
Branch: py3k
Changeset: r53863:03caac737b17
Date: 2012-03-21 12:19 +0100
http://bitbucket.org/pypy/pypy/changeset/03caac737b17/
Log:kill longs, unicode, range() --> list(range())
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
--- a/
Author: Antonio Cuni
Branch: py3k
Changeset: r53862:6ba6cbf1a740
Date: 2012-03-21 12:16 +0100
http://bitbucket.org/pypy/pypy/changeset/6ba6cbf1a740/
Log:kill long and unicode
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspace/std/test/te
Author: Antonio Cuni
Branch: py3k
Changeset: r53861:fd7de37d755c
Date: 2012-03-21 12:14 +0100
http://bitbucket.org/pypy/pypy/changeset/fd7de37d755c/
Log:kill longs
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspace/std/test/test_obj.py
+
Author: Antonio Cuni
Branch: py3k
Changeset: r53860:297ffe6976a1
Date: 2012-03-21 12:12 +0100
http://bitbucket.org/pypy/pypy/changeset/297ffe6976a1/
Log:format() now works only on str, kill the old __unicode__ stuff
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/te
Author: Antonio Cuni
Branch: py3k
Changeset: r53859:92a08fea88b8
Date: 2012-03-21 12:10 +0100
http://bitbucket.org/pypy/pypy/changeset/92a08fea88b8/
Log:explicitly make a list
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspace/std/test/t
Author: Antonio Cuni
Branch: py3k
Changeset: r53858:5cb184143a13
Date: 2012-03-21 12:09 +0100
http://bitbucket.org/pypy/pypy/changeset/5cb184143a13/
Log:adapt unicode-->str and str-->bytes
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspa
Author: Antonio Cuni
Branch: py3k
Changeset: r53857:5564b4aebac9
Date: 2012-03-21 12:03 +0100
http://bitbucket.org/pypy/pypy/changeset/5564b4aebac9/
Log:we no longer have longs
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspace/std/test/
Author: Aaron Iles
Branch: bytearray-refactor
Changeset: r53856:111c05553722
Date: 2012-03-21 21:32 +1100
http://bitbucket.org/pypy/pypy/changeset/111c05553722/
Log:Refactor capitalize() method into base class.
diff --git a/pypy/objspace/std/abstractstring.py
b/pypy/objspace/std/abstractstr
Author: Antonio Cuni
Branch: py3k
Changeset: r53855:2aa0f995071b
Date: 2012-03-21 11:24 +0100
http://bitbucket.org/pypy/pypy/changeset/2aa0f995071b/
Log:forbid comparisons between memoryviews. test_buffer now passes
diff --git a/pypy/module/__builtin__/interp_memoryview.py
b/pypy/module/__b
Author: Antonio Cuni
Branch: py3k
Changeset: r53854:904bd04ac5b7
Date: 2012-03-21 11:22 +0100
http://bitbucket.org/pypy/pypy/changeset/904bd04ac5b7/
Log:bah, of course when we do a slice we need to wrap() the resulting
memoryview, not wrapbytes() it. This makes test_basic passing
dif
Author: Antonio Cuni
Branch: py3k
Changeset: r53853:1064b91af6cd
Date: 2012-03-21 11:18 +0100
http://bitbucket.org/pypy/pypy/changeset/1064b91af6cd/
Log:add a repr similar to cpython
diff --git a/pypy/module/__builtin__/interp_memoryview.py
b/pypy/module/__builtin__/interp_memoryview.py
---
Author: Antonio Cuni
Branch: py3k
Changeset: r53852:af2c40cbec35
Date: 2012-03-21 11:11 +0100
http://bitbucket.org/pypy/pypy/changeset/af2c40cbec35/
Log:memoryview.__getitem__ must return bytes, not str
diff --git a/pypy/module/__builtin__/interp_memoryview.py
b/pypy/module/__builtin__/inte
Author: Antonio Cuni
Branch: py3k
Changeset: r53851:6ba48a9e546e
Date: 2012-03-21 10:54 +0100
http://bitbucket.org/pypy/pypy/changeset/6ba48a9e546e/
Log:kill the buffer() builtin; the internal implementation is still used
by memoryview. Also, refactor the buffer tests to use memoryvie
Author: mattip
Branch: win64-stage1
Changeset: r53850:5e93d0d1d2c2
Date: 2012-03-21 10:54 +0200
http://bitbucket.org/pypy/pypy/changeset/5e93d0d1d2c2/
Log:better error message, fix for mingw
diff --git a/pypy/rlib/rwin32.py b/pypy/rlib/rwin32.py
--- a/pypy/rlib/rwin32.py
+++ b/pypy/rlib/rwin3
Author: mattip
Branch: win64-stage1
Changeset: r53849:7e56ab425f21
Date: 2012-03-21 09:21 +0200
http://bitbucket.org/pypy/pypy/changeset/7e56ab425f21/
Log:whoops
diff --git a/pypy/translator/platform/windows.py
b/pypy/translator/platform/windows.py
--- a/pypy/translator/platform/windows.py
+
New comment on pull request:
https://bitbucket.org/pypy/pypy/pull-request/64/add-ndmin-param-to-numpypyarray#comment-4173
Michael Blume (MichaelBlume) said:
reopening of
https://bitbucket.org/pypy/pypy/pull-request/63/add-ndmin-param-to-numpyarray
--
This is a pull request comment notification
40 matches
Mail list logo