[pypy-commit] pypy default: distutils: Don't fall over multiple CFLAGS

2013-05-10 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r63958:b8d3cdad4da4 Date: 2013-05-10 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/b8d3cdad4da4/ Log:distutils: Don't fall over multiple CFLAGS diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py b/lib-python/2.7/distutils/sysconfig_pypy

[pypy-commit] pypy numpy-pickle: Add a test for pickling ndarrays with record dtypes

2013-05-10 Thread rguillebert
Author: Romain Guillebert Branch: numpy-pickle Changeset: r63959:c9488be31f36 Date: 2013-05-10 14:05 +0200 http://bitbucket.org/pypy/pypy/changeset/c9488be31f36/ Log:Add a test for pickling ndarrays with record dtypes diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/m

[pypy-commit] pypy default: fix those

2013-05-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63960:a43e5c7d3f2e Date: 2013-05-10 14:16 +0200 http://bitbucket.org/pypy/pypy/changeset/a43e5c7d3f2e/ Log:fix those diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_app_main.py --- a/pypy/interpreter/test/test_

[pypy-commit] pypy default: merge

2013-05-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63961:cd7048f853a6 Date: 2013-05-10 14:18 +0200 http://bitbucket.org/pypy/pypy/changeset/cd7048f853a6/ Log:merge diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py b/lib-python/2.7/distutils/sysconfig_pypy.py --- a/lib-python/2.7/distutil

[pypy-commit] pypy numpy-pickle: Add numpy-pickle to whatsnew.rst

2013-05-10 Thread rguillebert
Author: Romain Guillebert Branch: numpy-pickle Changeset: r63962:0ec18a515b77 Date: 2013-05-10 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/0ec18a515b77/ Log:Add numpy-pickle to whatsnew.rst diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-

[pypy-commit] pypy default: Merge numpy-pickle

2013-05-10 Thread rguillebert
Author: Romain Guillebert Branch: Changeset: r63963:33e7a4abab7e Date: 2013-05-10 14:17 +0200 http://bitbucket.org/pypy/pypy/changeset/33e7a4abab7e/ Log:Merge numpy-pickle diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wh

[pypy-commit] cffi default: Try to preserve the exact error message

2013-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r1250:452b57d57304 Date: 2013-05-10 16:07 +0200 http://bitbucket.org/cffi/cffi/changeset/452b57d57304/ Log:Try to preserve the exact error message diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -372,8 +372,8 @@

[pypy-commit] pypy improve-docs: Move arm.rst to rpython docs.

2013-05-10 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63964:9167889036de Date: 2013-05-09 13:34 +0200 http://bitbucket.org/pypy/pypy/changeset/9167889036de/ Log:Move arm.rst to rpython docs. diff --git a/pypy/doc/arm.rst b/rpython/doc/arm.rst rename from pypy/doc/arm.rst rename to rpython/doc

[pypy-commit] pypy improve-docs: Remove crufty.txt.

2013-05-10 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63966:9ea587af4045 Date: 2013-05-09 16:55 +0200 http://bitbucket.org/pypy/pypy/changeset/9ea587af4045/ Log:Remove crufty.txt. diff --git a/pypy/doc/crufty.txt b/pypy/doc/crufty.txt deleted file mode 100644 --- a/pypy/doc/crufty.txt +++ /de

[pypy-commit] pypy improve-docs: Split architecture document and replace internal URLs by ref roles.

2013-05-10 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63965:5b37afd9acfd Date: 2013-05-09 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/5b37afd9acfd/ Log:Split architecture document and replace internal URLs by ref roles. diff --git a/pypy/doc/architecture.rst b/pypy/doc/architecture.r

[pypy-commit] pypy py3k: move this too

2013-05-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63969:31b455262fff Date: 2013-05-10 12:36 -0700 http://bitbucket.org/pypy/pypy/changeset/31b455262fff/ Log:move this too diff --git a/pypy/interpreter/test2/mypackage/__init__.py b/pypy/interpreter/test/mypackage/__init__.py rename from pypy/in

[pypy-commit] pypy py3k: fix

2013-05-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63970:cc4dc77691f2 Date: 2013-05-10 13:11 -0700 http://bitbucket.org/pypy/pypy/changeset/cc4dc77691f2/ Log:fix diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py +++ b/pypy

[pypy-commit] pypy py3k: 2to3

2013-05-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63971:48383cc7b1b0 Date: 2013-05-10 13:52 -0700 http://bitbucket.org/pypy/pypy/changeset/48383cc7b1b0/ Log:2to3 diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and_slow.py --- a/pypy/interprete

[pypy-commit] cffi default: Python 3 compat

2013-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r1251:90ccc47c31d2 Date: 2013-05-10 23:00 +0200 http://bitbucket.org/cffi/cffi/changeset/90ccc47c31d2/ Log:Python 3 compat diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -372,7 +372,7 @@ BType = ffi._get_cache

[pypy-commit] pypy improve-docs: Replace remaining internal URLs by rst roles.

2013-05-10 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63972:cf91e4ac850c Date: 2013-05-10 23:32 +0200 http://bitbucket.org/pypy/pypy/changeset/cf91e4ac850c/ Log:Replace remaining internal URLs by rst roles. diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/codi

[pypy-commit] pypy py3k: fix for test_pickle_frame_with_exc, simply support W_OperationError to be

2013-05-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63973:e687186619a8 Date: 2013-05-10 18:50 -0700 http://bitbucket.org/pypy/pypy/changeset/e687186619a8/ Log:fix for test_pickle_frame_with_exc, simply support W_OperationError to be pickled for now. add another test for its __setstate__ d

[pypy-commit] pypy.org extradoc: Dump this explanation here. I know it's kind of already there, but

2013-05-10 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r423:f3febaeb5c8a Date: 2013-05-11 07:57 +0200 http://bitbucket.org/pypy/pypy.org/changeset/f3febaeb5c8a/ Log:Dump this explanation here. I know it's kind of already there, but we keep getting mails, so I guess that having it twice is bet

[pypy-commit] pypy.org extradoc: Include the error message

2013-05-10 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r424:8f6bc76bb578 Date: 2013-05-11 07:59 +0200 http://bitbucket.org/pypy/pypy.org/changeset/8f6bc76bb578/ Log:Include the error message diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -101,10 +101,11 @@ to