[pypy-commit] pypy release-2.0.x: merge default

2013-05-06 Thread bivab
Author: David Schneider Branch: release-2.0.x Changeset: r63894:85f4226e0b7a Date: 2013-05-06 21:44 +0200 http://bitbucket.org/pypy/pypy/changeset/85f4226e0b7a/ Log:merge default diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py --- a/lib_pypy/_ctypes/structure.py ++

[pypy-commit] pypy default: For JIT backends without support for LONGLONGs or single FLOATs: hack

2013-05-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63893:05c73d13ade5 Date: 2013-05-06 21:24 +0200 http://bitbucket.org/pypy/pypy/changeset/05c73d13ade5/ Log:For JIT backends without support for LONGLONGs or single FLOATs: hack hack hack. :-/ diff --git a/pypy/module/_cffi_backend/misc.py b/py

[pypy-commit] pypy gc-del: A failing test.

2013-05-06 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r63892:6fed217ef39c Date: 2013-05-06 20:12 +0200 http://bitbucket.org/pypy/pypy/changeset/6fed217ef39c/ Log:A failing test. diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/pypy/objspace/std

[pypy-commit] pypy improve-docs: Kill _ref.txt and fix references.

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63888:3d8f4d764dae Date: 2013-05-06 16:39 +0200 http://bitbucket.org/pypy/pypy/changeset/3d8f4d764dae/ Log:Kill _ref.txt and fix references. diff --git a/pypy/doc/_ref.txt b/pypy/doc/_ref.txt deleted file mode 100644 --- a/pypy/doc/_ref.tx

[pypy-commit] pypy improve-docs: Add pytest link.

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63890:2883e06facc5 Date: 2013-05-06 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/2883e06facc5/ Log:Add pytest link. diff --git a/pypy/doc/how-to-contribute.rst b/pypy/doc/how-to-contribute.rst --- a/pypy/doc/how-to-contribute.rst +

[pypy-commit] pypy numpy-pickle: Make the translator happy

2013-05-06 Thread rguillebert
Author: Romain Guillebert Branch: numpy-pickle Changeset: r63891:44b9969e7d20 Date: 2013-05-06 17:10 +0200 http://bitbucket.org/pypy/pypy/changeset/44b9969e7d20/ Log:Make the translator happy diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concre

[pypy-commit] pypy improve-docs: Fix project-documentation.rst.

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63889:4ca1e419bd6e Date: 2013-05-06 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/4ca1e419bd6e/ Log:Fix project-documentation.rst. diff --git a/pypy/doc/project-documentation.rst b/pypy/doc/project-documentation.rst --- a/pypy/doc/

[pypy-commit] pypy improve-docs: Cleanup whitespaces and underlines.

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63887:9fc6184559ee Date: 2013-05-06 16:18 +0200 http://bitbucket.org/pypy/pypy/changeset/9fc6184559ee/ Log:Cleanup whitespaces and underlines. diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst --- a/pypy/doc/

[pypy-commit] pypy improve-docs: Use sphinx' extlinks extension in pypy/doc/, too.

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63886:c8722dd21e7b Date: 2013-05-06 16:01 +0200 http://bitbucket.org/pypy/pypy/changeset/c8722dd21e7b/ Log:Use sphinx' extlinks extension in pypy/doc/, too. diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy

[pypy-commit] pypy improve-docs: Re-add missing labels to 'Wrapping rules'.

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63885:1e287474f9a2 Date: 2013-05-06 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/1e287474f9a2/ Log:Re-add missing labels to 'Wrapping rules'. diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-

[pypy-commit] pypy improve-docs: needswork.txt was removed.

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63881:e75950eb15bf Date: 2013-05-06 15:03 +0200 http://bitbucket.org/pypy/pypy/changeset/e75950eb15bf/ Log:needswork.txt was removed. diff --git a/pypy/doc/glossary.rst b/pypy/doc/glossary.rst --- a/pypy/doc/glossary.rst +++ b/pypy/doc/glo

[pypy-commit] pypy improve-docs: There is no target 'this'.

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63884:55b45c8d7580 Date: 2013-05-06 15:25 +0200 http://bitbucket.org/pypy/pypy/changeset/55b45c8d7580/ Log:There is no target 'this'. diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst --- a/pypy/doc/arm.rst +++ b/pypy/doc/arm.rst @@ -114,7

[pypy-commit] pypy improve-docs: Cleanup whitespaces and underlines.

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63883:351d8295b587 Date: 2013-05-06 15:11 +0200 http://bitbucket.org/pypy/pypy/changeset/351d8295b587/ Log:Cleanup whitespaces and underlines. diff --git a/pypy/doc/architecture.rst b/pypy/doc/architecture.rst --- a/pypy/doc/architecture.r

[pypy-commit] pypy improve-docs: Move new release announcements to pypy/doc/releases.

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63880:025df81ade11 Date: 2013-05-06 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/025df81ade11/ Log:Move new release announcements to pypy/doc/releases. diff --git a/pypy/doc/release-2.0.0-beta2.rst b/pypy/doc/releases/2.0.0-beta2.

[pypy-commit] pypy improve-docs: Fix hidden toctree. Some documents were (re)moved.

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63882:d3bc26f2cd8c Date: 2013-05-06 15:05 +0200 http://bitbucket.org/pypy/pypy/changeset/d3bc26f2cd8c/ Log:Fix hidden toctree. Some documents were (re)moved. diff --git a/pypy/doc/project-documentation.rst b/pypy/doc/project-documentation

[pypy-commit] pypy improve-docs: hg merge

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63879:765f31793ccd Date: 2013-05-06 14:43 +0200 http://bitbucket.org/pypy/pypy/changeset/765f31793ccd/ Log:hg merge diff --git a/rpython/doc/contents.rst b/rpython/doc/contents.rst new file mode 100644 --- /dev/null +++ b/rpython/doc/conte

[pypy-commit] pypy improve-docs: Move table of contents into its own document.

2013-05-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63878:bbfc387f4a48 Date: 2013-03-06 12:33 +0100 http://bitbucket.org/pypy/pypy/changeset/bbfc387f4a48/ Log:Move table of contents into its own document. diff --git a/rpython/doc/contents.rst b/rpython/doc/contents.rst new file mode 100644

[pypy-commit] lang-smalltalk default: using method_str for stack_printing instead of short_str

2013-05-06 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r378:b1e526621495 Date: 2013-05-06 14:59 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/b1e526621495/ Log:using method_str for stack_printing instead of short_str added block switch to method_str diff --git a/spyvm/shadow.py b/spy

[pypy-commit] lang-smalltalk default: fixed problem with terminate: when setting the stackpointer of an object, switch based on the existence of a shadow, don't assume it is already existent

2013-05-06 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r377:e325aacc62e1 Date: 2013-05-06 14:58 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/e325aacc62e1/ Log:fixed problem with terminate: when setting the stackpointer of an object, switch based on the existence of a shadow, don't as

[pypy-commit] lang-smalltalk default: added method_str to contexts to have a really short printing method

2013-05-06 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r375:59ed4dafb700 Date: 2013-05-06 14:13 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/59ed4dafb700/ Log:added method_str to contexts to have a really short printing method diff --git a/spyvm/shadow.py b/spyvm/shadow.py --- a/spyvm/shado

[pypy-commit] lang-smalltalk default: added ensure:/ifCurtailed: checks when unwinding

2013-05-06 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r376:46932f9d0142 Date: 2013-05-06 14:15 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/46932f9d0142/ Log:added ensure:/ifCurtailed: checks when unwinding added tests to be executed in the benchmarks 4.5 image because this is the o

[pypy-commit] pypy default: Fix this to not depend on the cpumodel.

2013-05-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63877:987f44a927f7 Date: 2013-05-06 14:40 +0200 http://bitbucket.org/pypy/pypy/changeset/987f44a927f7/ Log:Fix this to not depend on the cpumodel. diff --git a/lib_pypy/ctypes_config_cache/dumpcache.py b/lib_pypy/ctypes_config_cache/dumpcache.py --- a

[pypy-commit] pypy default: Slim down the mess in detect_cpu.

2013-05-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63876:ca87dbabe3df Date: 2013-05-06 14:31 +0200 http://bitbucket.org/pypy/pypy/changeset/ca87dbabe3df/ Log:Slim down the mess in detect_cpu. diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/pypy/module/__pypy__/__i

[pypy-commit] pypy default: Fix on x86 32-bit.

2013-05-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63871:5fa8bdf60774 Date: 2013-05-06 11:37 + http://bitbucket.org/pypy/pypy/changeset/5fa8bdf60774/ Log:Fix on x86 32-bit. diff --git a/rpython/jit/backend/detect_cpu.py b/rpython/jit/backend/detect_cpu.py --- a/rpython/jit/backend/detect_cpu.py ++

[pypy-commit] pypy default: cppyy depends on cpyext. This will automatically disable cppyy too when translating "--withoutmod-cpyext".

2013-05-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r63870:e675c7552c85 Date: 2013-05-06 13:03 +0200 http://bitbucket.org/pypy/pypy/changeset/e675c7552c85/ Log:cppyy depends on cpyext. This will automatically disable cppyy too when translating "--withoutmod-cpyext". diff --git a/pypy/config/pypyo

[pypy-commit] lang-smalltalk default: added test for no-context-switch:

2013-05-06 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r374:1038e524af02 Date: 2013-05-06 10:01 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/1038e524af02/ Log:added test for no-context-switch: testing for not calling quick_check_for_interrupts on closure activation diff --git a/spyv