[pypy-commit] cffi default: Allow different formattings of the underlying "%p"

2015-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2369:17abd378d528 Date: 2015-11-03 09:00 +0100 http://bitbucket.org/cffi/cffi/changeset/17abd378d528/ Log:Allow different formattings of the underlying "%p" diff --git a/testing/cffi0/test_parsing.py b/testing/cffi0/test_parsing.py --- a/testing/cffi0/

[pypy-commit] cffi default: Show instead of

2015-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2370:2d96d742f41f Date: 2015-11-03 09:07 +0100 http://bitbucket.org/cffi/cffi/changeset/2d96d742f41f/ Log:Show instead of diff --git a/c/realize_c_type.c b/c/realize_c_type.c --- a/c/realize_c_type.c +++ b/c/realize_c_type.c @@ -318,7 +318,7 @@

[pypy-commit] cffi default: One of the Windows common types was lost somehow. Add a test

2015-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2371:427021f52c7f Date: 2015-11-03 09:25 +0100 http://bitbucket.org/cffi/cffi/changeset/427021f52c7f/ Log:One of the Windows common types was lost somehow. Add a test that at least dependencies are there. diff --git a/c/commontypes.c b/c/common

[pypy-commit] pypy.org extradoc: update the values

2015-11-03 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r651:d36f9e895c57 Date: 2015-11-03 09:30 +0100 http://bitbucket.org/pypy/pypy.org/changeset/d36f9e895c57/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy Zearin/minor-whatsnewrst-markup-tweaks-edited-o-1446387512092: Minor whatsnew.rst markup tweaks (edited online with Bitbucket)

2015-11-03 Thread Zearin
Author: Zearin Branch: Zearin/minor-whatsnewrst-markup-tweaks-edited-o-1446387512092 Changeset: r80509:7f2a0fc28f4b Date: 2015-11-01 14:21 + http://bitbucket.org/pypy/pypy/changeset/7f2a0fc28f4b/ Log:Minor whatsnew.rst markup tweaks (edited online with Bitbucket) diff --git a/pypy/doc/wh

[pypy-commit] pypy default: Merged in Zearin/pypy/Zearin/minor-whatsnewrst-markup-tweaks-edited-o-1446387512092 (pull request #352)

2015-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r80510:452c074c6e37 Date: 2015-11-03 12:24 +0100 http://bitbucket.org/pypy/pypy/changeset/452c074c6e37/ Log:Merged in Zearin/pypy/Zearin/minor-whatsnewrst-markup-tweaks- edited-o-1446387512092 (pull request #352) Minor whatsnew.rst marku

[pypy-commit] pypy s390x-backend: saving byte_count as attribute to codebuilder instead as attribute of the function

2015-11-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80511:e9d5e097f0aa Date: 2015-11-02 18:21 +0100 http://bitbucket.org/pypy/pypy/changeset/e9d5e097f0aa/ Log:saving byte_count as attribute to codebuilder instead as attribute of the function diff --git a/rpython/jit/backend/za

[pypy-commit] pypy s390x-backend: implemented patch pending failure recoveries after a guard has failed and a bridge is attached (r13 is not yet restored correctly on bridge to label jump

2015-11-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80512:e4a706c55bfc Date: 2015-11-03 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/e4a706c55bfc/ Log:implemented patch pending failure recoveries after a guard has failed and a bridge is attached (r13 is not yet restored

[pypy-commit] pypy s390x-backend: jump to loop header from a bridge is now correctly working

2015-11-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80514:07e92acaeeec Date: 2015-11-03 15:23 +0100 http://bitbucket.org/pypy/pypy/changeset/07e92acaeeec/ Log:jump to loop header from a bridge is now correctly working diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/

[pypy-commit] pypy default: Silence gcc warnings that sometimes show up

2015-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r80513:81b4c17ff215 Date: 2015-11-03 15:33 +0100 http://bitbucket.org/pypy/pypy/changeset/81b4c17ff215/ Log:Silence gcc warnings that sometimes show up diff --git a/lib_pypy/_tkinter/tklib_build.py b/lib_pypy/_tkinter/tklib_build.py --- a/lib_pypy/_tkin

[pypy-commit] pypy s390x-backend: test drag along, found one bug (did not copy compare long instr bytes from manual)

2015-11-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80515:4baab7a89095 Date: 2015-11-03 16:04 +0100 http://bitbucket.org/pypy/pypy/changeset/4baab7a89095/ Log:test drag along, found one bug (did not copy compare long instr bytes from manual) diff --git a/rpython/jit/backend/za

[pypy-commit] pypy s390x-backend: saving the last used constant pool below the stack pointer

2015-11-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80516:2e5796108f90 Date: 2015-11-03 17:50 +0100 http://bitbucket.org/pypy/pypy/changeset/2e5796108f90/ Log:saving the last used constant pool below the stack pointer diff --git a/rpython/jit/backend/zarch/arch.py b/rpython/jit/backe

[pypy-commit] pypy array_interface: implement creating ndarrays via __array_interface__

2015-11-03 Thread mattip
Author: mattip Branch: array_interface Changeset: r80517:8662c0105271 Date: 2015-11-03 19:14 +0200 http://bitbucket.org/pypy/pypy/changeset/8662c0105271/ Log:implement creating ndarrays via __array_interface__ ___ pypy-commit mailing list pypy-comm

[pypy-commit] pypy array_interface: test, implement enough to create ndarrays from Pillow Images

2015-11-03 Thread mattip
Author: mattip Branch: array_interface Changeset: r80518:901d9fdf43fd Date: 2015-11-03 19:15 +0200 http://bitbucket.org/pypy/pypy/changeset/901d9fdf43fd/ Log:test, implement enough to create ndarrays from Pillow Images diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/

[pypy-commit] pypy default: Use a real exception instead of an assertion in LLFrame.op_debug_assert()

2015-11-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r80519:46cb647a4410 Date: 2015-11-03 17:43 + http://bitbucket.org/pypy/pypy/changeset/46cb647a4410/ Log:Use a real exception instead of an assertion in LLFrame.op_debug_assert() diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinte

[pypy-commit] pypy default: remove extra quotes in conversion from object dtype to unicode, continuation of cdb5f895892c

2015-11-03 Thread mattip
Author: mattip Branch: Changeset: r80520:af5d2330798e Date: 2015-11-03 19:42 +0200 http://bitbucket.org/pypy/pypy/changeset/af5d2330798e/ Log:remove extra quotes in conversion from object dtype to unicode, continuation of cdb5f895892c diff --git a/pypy/module/micronumpy/test/test_ob

[pypy-commit] pypy ppc-stacklet: Skip TestStackletAsmGcc on platforms where asmgcc is disabled

2015-11-03 Thread arigo
Author: Armin Rigo Branch: ppc-stacklet Changeset: r80523:4428aa79c94b Date: 2015-11-03 19:16 +0100 http://bitbucket.org/pypy/pypy/changeset/4428aa79c94b/ Log:Skip TestStackletAsmGcc on platforms where asmgcc is disabled diff --git a/rpython/rlib/test/test_rstacklet.py b/rpython/rlib/test/t

[pypy-commit] pypy ppc-stacklet: Implementation of slp_switch for PPC

2015-11-03 Thread vaibhavsood12
Author: Vaibhav Sood Branch: ppc-stacklet Changeset: r80521:64dbe96612e5 Date: 2015-10-28 13:14 +0530 http://bitbucket.org/pypy/pypy/changeset/64dbe96612e5/ Log:Implementation of slp_switch for PPC diff --git a/rpython/translator/c/src/stacklet/slp_platformselect.h b/rpython/translator/c/sr

[pypy-commit] pypy ppc-stacklet: More tweaks, copying the Stackless version by Kristjan Valur Jonsson.

2015-11-03 Thread arigo
Author: Armin Rigo Branch: ppc-stacklet Changeset: r80522:15335b9f2972 Date: 2015-11-03 19:12 +0100 http://bitbucket.org/pypy/pypy/changeset/15335b9f2972/ Log:More tweaks, copying the Stackless version by Kristjan Valur Jonsson. As far as I can tell this is now correct, but more testi

[pypy-commit] pypy default: trivial fixes

2015-11-03 Thread mattip
Author: mattip Branch: Changeset: r80525:83f9532a7bf3 Date: 2015-11-03 20:59 +0200 http://bitbucket.org/pypy/pypy/changeset/83f9532a7bf3/ Log:trivial fixes diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst

[pypy-commit] cffi default: Add a direct test for _get_common_types()

2015-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2372:86cdfb3ff7fa Date: 2015-11-03 20:58 +0100 http://bitbucket.org/cffi/cffi/changeset/86cdfb3ff7fa/ Log:Add a direct test for _get_common_types() diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -7,7 +7,7 @@ sys.path

[pypy-commit] pypy default: Forgot to add this file

2015-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r80527:9fc10bf9ace6 Date: 2015-11-03 22:29 +0100 http://bitbucket.org/pypy/pypy/changeset/9fc10bf9ace6/ Log:Forgot to add this file diff --git a/pypy/module/_cffi_backend/src/commontypes.c b/pypy/module/_cffi_backend/src/commontypes.c new file mode 100

[pypy-commit] pypy default: Update to cffi/86cdfb3ff7fa

2015-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r80526:4a523256b0e4 Date: 2015-11-03 21:28 +0100 http://bitbucket.org/pypy/pypy/changeset/4a523256b0e4/ Log:Update to cffi/86cdfb3ff7fa diff --git a/lib_pypy/cffi/cffi_opcode.py b/lib_pypy/cffi/cffi_opcode.py --- a/lib_pypy/cffi/cffi_opcode.py +++ b/lib

[pypy-commit] pypy ppc-stacklet: Remove the removal of the _continuation module on ppc

2015-11-03 Thread arigo
Author: Armin Rigo Branch: ppc-stacklet Changeset: r80528:205e275c5895 Date: 2015-11-03 21:26 +0100 http://bitbucket.org/pypy/pypy/changeset/205e275c5895/ Log:Remove the removal of the _continuation module on ppc diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/c

[pypy-commit] pypy ppc-stacklet: seems to work at least in simple examples, ready for merge

2015-11-03 Thread arigo
Author: Armin Rigo Branch: ppc-stacklet Changeset: r80529:50288852578b Date: 2015-11-03 22:57 +0100 http://bitbucket.org/pypy/pypy/changeset/50288852578b/ Log:seems to work at least in simple examples, ready for merge ___ pypy-commit mailing list p

[pypy-commit] pypy default: Document branch

2015-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r80531:f48af5699c24 Date: 2015-11-03 22:59 +0100 http://bitbucket.org/pypy/pypy/changeset/f48af5699c24/ Log:Document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-hea

[pypy-commit] pypy default: Pull request #349 plus tweaks:

2015-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r80530:a1282c2b5668 Date: 2015-11-03 22:58 +0100 http://bitbucket.org/pypy/pypy/changeset/a1282c2b5668/ Log:Pull request #349 plus tweaks: Implementation of slp_switch for PPC diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy

[pypy-commit] pypy exc-later: Fix detection of suitable exception links in GraphFlattener.make_exception_link()

2015-11-03 Thread rlamy
Author: Ronan Lamy Branch: exc-later Changeset: r80532:433f4c50738d Date: 2015-11-04 02:16 + http://bitbucket.org/pypy/pypy/changeset/433f4c50738d/ Log:Fix detection of suitable exception links in GraphFlattener.make_exception_link() diff --git a/rpython/jit/codewriter/flatten.py