[pypy-commit] pypy default: fix for 32 bit

2015-07-25 Thread mattip
Author: mattip Branch: Changeset: r78663:c2af38ee8b4f Date: 2015-07-25 20:11 +0300 http://bitbucket.org/pypy/pypy/changeset/c2af38ee8b4f/ Log:fix for 32 bit diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py --- a/pypy/module/micronumpy/descriptor.py +

[pypy-commit] pypy ufunc-reduce: hg merge default

2015-07-25 Thread rlamy
Author: Ronan Lamy Branch: ufunc-reduce Changeset: r78662:dbe051dac229 Date: 2015-07-25 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/dbe051dac229/ Log:hg merge default diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py --- a/pypy/module/micronumpy/base.py ++

[pypy-commit] pypy default: Create out_converter() to factor out some code

2015-07-25 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r78661:07616c948f75 Date: 2015-07-25 17:37 +0100 http://bitbucket.org/pypy/pypy/changeset/07616c948f75/ Log:Create out_converter() to factor out some code diff --git a/pypy/module/micronumpy/converters.py b/pypy/module/micronumpy/converters.py --- a/py

[pypy-commit] pypy py3.3-exceptions: Fixed time.strptime test on Darwin.

2015-07-25 Thread nip3o
Author: Niclas Olofsson Branch: py3.3-exceptions Changeset: r78659:3cc1d9bd955c Date: 2015-07-25 13:58 +0200 http://bitbucket.org/pypy/pypy/changeset/3cc1d9bd955c/ Log:Fixed time.strptime test on Darwin. diff --git a/pypy/module/time/test/test_time.py b/pypy/module/time/test/test_time.py --

[pypy-commit] pypy py3.3: Merged in nip3o/pypy/py3.3-exceptions (pull request #328)

2015-07-25 Thread fijal
Author: Maciej Fijalkowski Branch: py3.3 Changeset: r78660:42968b84b6df Date: 2015-07-25 15:04 +0200 http://bitbucket.org/pypy/pypy/changeset/42968b84b6df/ Log:Merged in nip3o/pypy/py3.3-exceptions (pull request #328) Fixed strftime test on darwin diff --git a/pypy/module/time/test/

[pypy-commit] pypy fix-strbuf: stupid fix

2015-07-25 Thread fijal
Author: Maciej Fijalkowski Branch: fix-strbuf Changeset: r78658:933b019bffdc Date: 2015-07-25 12:33 +0200 http://bitbucket.org/pypy/pypy/changeset/933b019bffdc/ Log:stupid fix diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/bytesobject