[pypy-commit] Notification: pypy

2012-03-21 Thread Bitbucket
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

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

2012-03-21 Thread Alex Gaynor
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

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

2012-03-21 Thread Michael Blume
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

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

2012-03-21 Thread Michael Blume
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

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

2012-03-21 Thread Alex Gaynor
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

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

2012-03-21 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/65/add-param-ndmin-to-numpypyarray Title: add param ndmin to numpypy.array Changes to be pulled: c22d05cd841d by Michael Bl

[pypy-commit] pypy py3k: 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

2012-03-21 Thread antocuni
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

[pypy-commit] pypy win64-stage1: clarify

2012-03-21 Thread mattip
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

[pypy-commit] pypy py3k: kill longs and u'' string

2012-03-21 Thread antocuni
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

[pypy-commit] pypy win64-stage1: make rst actually compile

2012-03-21 Thread mattip
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 @

[pypy-commit] pypy win64-stage1: document and fix for libffi on mingw

2012-03-21 Thread mattip
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

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

2012-03-21 Thread Michael Blume
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

[pypy-commit] pypy py3k: our ints all inherits from W_AbstractIntObject now

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: 2to3

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: we no longer have oldstyle classes

2012-03-21 Thread antocuni
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 ---

[pypy-commit] pypy py3k: we cannot mix bytes and unicode when .join(); adapt one test and kill the other

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: bah, ints are now W_LongObject, so this multimethod was never called. Adapt it to deal with longs

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: kill these two tests about longs: they are no longer there

2012-03-21 Thread antocuni
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/

[pypy-commit] pypy default: Test for 1c6dc3e6e70c.

2012-03-21 Thread arigo
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/

[pypy-commit] pypy default: merge heads

2012-03-21 Thread arigo
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/

[pypy-commit] pypy bytearray-refactor: Add missing _mixin_ attribute to mixin classes.

2012-03-21 Thread aliles
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

[pypy-commit] pypy bytearray-refactor: Refactor out title() method into base class.

2012-03-21 Thread aliles
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

[pypy-commit] pypy default: add a comment to explain this test

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: fix this test and add a comment

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: kill longs, unicode, range() --> list(range())

2012-03-21 Thread antocuni
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/

[pypy-commit] pypy py3k: kill long and unicode

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: kill longs

2012-03-21 Thread antocuni
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 +

[pypy-commit] pypy py3k: format() now works only on str, kill the old __unicode__ stuff

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: explicitly make a list

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: adapt unicode-->str and str-->bytes

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: we no longer have longs

2012-03-21 Thread antocuni
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/

[pypy-commit] pypy bytearray-refactor: Refactor capitalize() method into base class.

2012-03-21 Thread Aaron Iles
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

[pypy-commit] pypy py3k: forbid comparisons between memoryviews. test_buffer now passes

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: bah, of course when we do a slice we need to wrap() the resulting memoryview, not wrapbytes() it. This makes test_basic passing

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: add a repr similar to cpython

2012-03-21 Thread antocuni
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 ---

[pypy-commit] pypy py3k: memoryview.__getitem__ must return bytes, not str

2012-03-21 Thread antocuni
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

[pypy-commit] pypy py3k: kill the buffer() builtin; the internal implementation is still used by memoryview. Also, refactor the buffer tests to use memoryview when possible. test_buffer passes with -A

2012-03-21 Thread antocuni
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

[pypy-commit] pypy win64-stage1: better error message, fix for mingw

2012-03-21 Thread mattip
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

[pypy-commit] pypy win64-stage1: whoops

2012-03-21 Thread mattip
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 +

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

2012-03-21 Thread Michael Blume
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