[pypy-commit] pypy default: fix few tests on 32 bit

2012-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53936:ce6657240c20 Date: 2012-03-23 10:45 +0200 http://bitbucket.org/pypy/pypy/changeset/ce6657240c20/ Log:fix few tests on 32 bit diff --git a/pypy/objspace/flow/model.py b/pypy/objspace/flow/model.py --- a/pypy/objspace/flow/model.py +++ b/py

[pypy-commit] pypy default: 32bit fixes and cleanups

2012-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53937:80e81082ac4d Date: 2012-03-23 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/80e81082ac4d/ Log:32bit fixes and cleanups diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/

[pypy-commit] pypy default: cleanup the 32bit situation

2012-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53938:107df78c3226 Date: 2012-03-23 11:24 +0200 http://bitbucket.org/pypy/pypy/changeset/107df78c3226/ Log:cleanup the 32bit situation diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/modu

[pypy-commit] pypy default: bah :-(

2012-03-23 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r53939:86cce9710b22 Date: 2012-03-23 11:48 +0100 http://bitbucket.org/pypy/pypy/changeset/86cce9710b22/ Log:bah :-( cpyext rely on some kind of global state which I could not sort out. As a consequence, if you try to instantiate two di

[pypy-commit] pypy ppc-jit-backend: factor out common code

2012-03-23 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r53940:86b9bb6c612b Date: 2012-03-23 07:37 -0700 http://bitbucket.org/pypy/pypy/changeset/86b9bb6c612b/ Log:factor out common code diff --git a/pypy/jit/backend/ppc/arch.py b/pypy/jit/backend/ppc/arch.py --- a/pypy/jit/backend/ppc/arch.py +++

[pypy-commit] pypy default: Start writing a doc

2012-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53941:97c883fd0fd7 Date: 2012-03-23 15:30 +0200 http://bitbucket.org/pypy/pypy/changeset/97c883fd0fd7/ Log:Start writing a doc diff --git a/pypy/doc/you-want-to-help.rst b/pypy/doc/you-want-to-help.rst new file mode 100644 --- /dev/null +++ b/p

[pypy-commit] extradoc extradoc: start a blog post

2012-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4161:ebde55f615de Date: 2012-03-23 16:49 +0200 http://bitbucket.org/pypy/extradoc/changeset/ebde55f615de/ Log:start a blog post diff --git a/blog/draft/pycon-wrapup.rst b/blog/draft/pycon-wrapup.rst new file mode 100644 --- /dev/null ++

[pypy-commit] extradoc extradoc: merge

2012-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4162:4a8442f9e157 Date: 2012-03-23 17:31 +0200 http://bitbucket.org/pypy/extradoc/changeset/4a8442f9e157/ Log:merge diff --git a/blog/draft/pycon-wrapup.rst b/blog/draft/pycon-wrapup.rst new file mode 100644 --- /dev/null +++ b/blog/dra

[pypy-commit] pypy default: Small fixes

2012-03-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r53943:ed7d6543550b Date: 2012-03-23 16:36 +0100 http://bitbucket.org/pypy/pypy/changeset/ed7d6543550b/ Log:Small fixes diff --git a/pypy/doc/you-want-to-help.rst b/pypy/doc/you-want-to-help.rst --- a/pypy/doc/you-want-to-help.rst +++ b/pypy/doc/you-wan

[pypy-commit] pypy default: kill a relative import

2012-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53945:ab2e3beecbde Date: 2012-03-23 12:27 -0400 http://bitbucket.org/pypy/pypy/changeset/ab2e3beecbde/ Log:kill a relative import diff --git a/pypy/rlib/parsing/pypackrat.py b/pypy/rlib/parsing/pypackrat.py --- a/pypy/rlib/parsing/pypackrat.py +++ b/p

[pypy-commit] pypy default: merged upstream

2012-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53946:6b7f1e0d0f31 Date: 2012-03-23 12:28 -0400 http://bitbucket.org/pypy/pypy/changeset/6b7f1e0d0f31/ Log:merged upstream diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst --- a/pypy/doc/sandbox.rst +++ b/pypy/doc/sandbox.rst @@ -82,7 +82,10 @

[pypy-commit] pypy default: a missing hop.exception_is_here

2012-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53947:773fac2f7006 Date: 2012-03-23 19:12 +0200 http://bitbucket.org/pypy/pypy/changeset/773fac2f7006/ Log:a missing hop.exception_is_here diff --git a/pypy/rpython/rstr.py b/pypy/rpython/rstr.py --- a/pypy/rpython/rstr.py +++ b/pypy/rpython/rs

[pypy-commit] pypy default: test all the things

2012-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53948:deac6fc76676 Date: 2012-03-23 19:20 +0200 http://bitbucket.org/pypy/pypy/changeset/deac6fc76676/ Log:test all the things diff --git a/pypy/rpython/test/test_rstr.py b/pypy/rpython/test/test_rstr.py --- a/pypy/rpython/test/test_rstr.py +++

[pypy-commit] pypy py3k: disable IntDictStrategy for now: we cannot use it, since now 'ints' are acutally 'longs'

2012-03-23 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53949:88bedcfe28c5 Date: 2012-03-23 17:45 +0100 http://bitbucket.org/pypy/pypy/changeset/88bedcfe28c5/ Log:disable IntDictStrategy for now: we cannot use it, since now 'ints' are acutally 'longs' diff --git a/pypy/objspace/std/dictmultiob

[pypy-commit] pypy py3k: dtypes are now passed around as unicode

2012-03-23 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53952:32925569e989 Date: 2012-03-23 18:07 +0100 http://bitbucket.org/pypy/pypy/changeset/32925569e989/ Log:dtypes are now passed around as unicode diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a

[pypy-commit] pypy py3k: __nonzero__ has been renamed to __bool__ in py3k

2012-03-23 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53953:84582006f0d7 Date: 2012-03-23 18:17 +0100 http://bitbucket.org/pypy/pypy/changeset/84582006f0d7/ Log:__nonzero__ has been renamed to __bool__ in py3k diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes

[pypy-commit] pypy py3k: s/buffer/memoryview

2012-03-23 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53954:adbb724b5943 Date: 2012-03-23 18:20 +0100 http://bitbucket.org/pypy/pypy/changeset/adbb724b5943/ Log:s/buffer/memoryview diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module/posix/tes

[pypy-commit] pypy py3k: skip these numpypy tests for now, the applevel part of numpy has to been ported to python3

2012-03-23 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53955:f35ca49d1e27 Date: 2012-03-23 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/f35ca49d1e27/ Log:skip these numpypy tests for now, the applevel part of numpy has to been ported to python3 diff --git a/TODO b/TODO --- a/TODO +++

[pypy-commit] pypy py3k: add some TODO list

2012-03-23 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53950:677b89e22d6f Date: 2012-03-23 17:46 +0100 http://bitbucket.org/pypy/pypy/changeset/677b89e22d6f/ Log:add some TODO list diff --git a/TODO b/TODO new file mode 100644 --- /dev/null +++ b/TODO @@ -0,0 +1,8 @@ +kill Exception.message + +what t

[pypy-commit] pypy py3k: add w_unicode to the FakeObjSpace, it's needed for translating itertools

2012-03-23 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53951:e491dca2c28c Date: 2012-03-23 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/e491dca2c28c/ Log:add w_unicode to the FakeObjSpace, it's needed for translating itertools diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspac

[pypy-commit] pypy py3k: kill unicode_w from W_AbstractStringObject: in py3k, byte strings are not convertible to unicode using the default econding

2012-03-23 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53956:3c8ac35c653a Date: 2012-03-23 18:43 +0100 http://bitbucket.org/pypy/pypy/changeset/3c8ac35c653a/ Log:kill unicode_w from W_AbstractStringObject: in py3k, byte strings are not convertible to unicode using the default econding diff --

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

2012-03-23 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53957:fd7331abbb59 Date: 2012-03-23 20:09 +0100 http://bitbucket.org/pypy/pypy/changeset/fd7331abbb59/ Log:Merge with default diff --git a/pypy/doc/you-want-to-help.rst b/pypy/doc/you-want-to-help.rst --- a/pypy/doc/you-want-to-help.

[pypy-commit] pypy default: we cannot call self.rand() when using -A

2012-03-23 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r53958:ea2751a04d47 Date: 2012-03-23 20:32 +0100 http://bitbucket.org/pypy/pypy/changeset/ea2751a04d47/ Log:we cannot call self.rand() when using -A diff --git a/pypy/objspace/std/test/test_userobject.py b/pypy/objspace/std/test/test_userobject.py --

[pypy-commit] pypy default: On Windows, tests using os.open with mode 0 create a read-only file, which then is harder to remove.

2012-03-23 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53959:fb4a283cefc4 Date: 2012-03-24 00:58 +0100 http://bitbucket.org/pypy/pypy/changeset/fb4a283cefc4/ Log:On Windows, tests using os.open with mode 0 create a read-only file, which then is harder to remove. diff --git a/pypy/translator/t

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

2012-03-23 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53960:f3ad45946763 Date: 2012-03-24 01:03 +0100 http://bitbucket.org/pypy/pypy/changeset/f3ad45946763/ Log:hg merge default diff --git a/pypy/objspace/std/test/test_userobject.py b/pypy/objspace/std/test/test_userobject.py --- a/pypy

[pypy-commit] [pypy/pypy] Allow "from numpy.core.numeric import shape" (pull request #66)

2012-03-23 Thread Michael Blume
A new pull request has been opened by Michael Blume. MichaelBlume/pypy/shape_in_numeric has changes to be pulled into pypy/pypy/default. https://bitbucket.org/pypy/pypy/pull-request/66/allow-from-numpycorenumeric-import-shape Title: Allow "from numpy.core.numeric import shape" Numpy imports th

Re: [pypy-commit] [pypy/pypy] Allow "from numpy.core.numeric import shape" (pull request #66)

2012-03-23 Thread Alex Gaynor
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/66/allow-from-numpycorenumeric-import-shape#comment-4307 Alex Gaynor (alex_gaynor) said: NumPy actually uses an import * there, so we may as well copy that. -- This is a pull request comment notification from bitbucket.or