[pypy-commit] pypy default: Fix English wart that bugs me. Well, English bugs me that it has this wart, too.

2011-08-15 Thread lac
Author: Laura Creighton Branch: Changeset: r46530:05b60c2559af Date: 2011-08-16 07:22 +0200 http://bitbucket.org/pypy/pypy/changeset/05b60c2559af/ Log:Fix English wart that bugs me. Well, English bugs me that it has this wart, too. diff --git a/pypy/doc/garbage_collection.rst b/pypy

[pypy-commit] pypy numpy-dtype: works with annotator, but had to disable most functionality for now. Basically can create arrays and get/setitem with them. Float32/96 aren't liked by the annotator so

2011-08-15 Thread justinpeel
Author: Justin Peel Branch: numpy-dtype Changeset: r46529:bea325b046d9 Date: 2011-08-15 22:56 -0600 http://bitbucket.org/pypy/pypy/changeset/bea325b046d9/ Log:works with annotator, but had to disable most functionality for now. Basically can create arrays and get/setitem with them. Fl

[pypy-commit] pypy numpy-dtype: Add a cast and use get_root_storage more

2011-08-15 Thread justinpeel
Author: Justin Peel Branch: numpy-dtype Changeset: r46528:07115e093698 Date: 2011-08-08 16:54 -0600 http://bitbucket.org/pypy/pypy/changeset/07115e093698/ Log:Add a cast and use get_root_storage more diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numa

[pypy-commit] pypy reflex-support: From Rolf Aaij: test for a problem with basic_ostream instantation;

2011-08-15 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46526:06817d10a83f Date: 2011-08-15 15:24 -0700 http://bitbucket.org/pypy/pypy/changeset/06817d10a83f/ Log:From Rolf Aaij: test for a problem with basic_ostream instantation; And a fix for said problem. diff --git a/pypy/module

[pypy-commit] pypy reflex-support: translation fixes

2011-08-15 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46527:e905f7933a3e Date: 2011-08-15 17:51 -0700 http://bitbucket.org/pypy/pypy/changeset/e905f7933a3e/ Log:translation fixes diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/converter

[pypy-commit] pypy ppc-jit-backend: Implemented INT_IS_TRUE and INT_NEG.

2011-08-15 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r46525:e291958cc2d1 Date: 2011-08-15 20:10 +0200 http://bitbucket.org/pypy/pypy/changeset/e291958cc2d1/ Log:Implemented INT_IS_TRUE and INT_NEG. diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc_assem

[pypy-commit] pypy numpy-dtype-alt: Needed?

2011-08-15 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46524:6703a8f72a6f Date: 2011-08-15 10:59 -0500 http://bitbucket.org/pypy/pypy/changeset/6703a8f72a6f/ Log:Needed? diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micronump

[pypy-commit] pypy numpy-dtype-alt: another shot at refactoring the world.

2011-08-15 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46523:f77427ecdc05 Date: 2011-08-15 10:51 -0500 http://bitbucket.org/pypy/pypy/changeset/f77427ecdc05/ Log:another shot at refactoring the world. diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype

[pypy-commit] pypy ppc-jit-backend: Added a few more comparison instructions to PPCBuilder.

2011-08-15 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r46522:a5b94c79e115 Date: 2011-08-15 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/a5b94c79e115/ Log:Added a few more comparison instructions to PPCBuilder. The implementation needs a refactoring because the code can be written

[pypy-commit] pypy numpy-dtype-alt: clean up the class hierarchy

2011-08-15 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46521:ba8fffaaca19 Date: 2011-08-15 09:22 -0500 http://bitbucket.org/pypy/pypy/changeset/ba8fffaaca19/ Log:clean up the class hierarchy diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/

[pypy-commit] pypy numpy-dtype-alt: Make the error generation on callables more resiliant against errors in the code itself.

2011-08-15 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46520:44a310da53d4 Date: 2011-08-15 09:09 -0500 http://bitbucket.org/pypy/pypy/changeset/44a310da53d4/ Log:Make the error generation on callables more resiliant against errors in the code itself. diff --git a/pypy/tool/error.py

[pypy-commit] pypy ppc-jit-backend: Implemented a few comparison operations on integers.

2011-08-15 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r46519:e81818ba33c2 Date: 2011-08-15 16:04 +0200 http://bitbucket.org/pypy/pypy/changeset/e81818ba33c2/ Log:Implemented a few comparison operations on integers. diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/

[pypy-commit] pypy release-1.6.x: Can't call these ropenssl methods without releasing

2011-08-15 Thread arigo
Author: Armin Rigo Branch: release-1.6.x Changeset: r46517:d8f74903d412 Date: 2011-08-15 10:52 +0200 http://bitbucket.org/pypy/pypy/changeset/d8f74903d412/ Log:Can't call these ropenssl methods without releasing the GIL. They may call back RPython code that needs to acquire some locks

[pypy-commit] pypy release-1.6.x: Grumble.

2011-08-15 Thread arigo
Author: Armin Rigo Branch: release-1.6.x Changeset: r46518:a4e9e37cebd6 Date: 2011-08-15 09:12 + http://bitbucket.org/pypy/pypy/changeset/a4e9e37cebd6/ Log:Grumble. (transplanted from af690ea765e2ccd6f5143f6f4e46409b7138019a) diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/mod

[pypy-commit] pypy default: Grumble.

2011-08-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r46516:af690ea765e2 Date: 2011-08-15 09:12 + http://bitbucket.org/pypy/pypy/changeset/af690ea765e2/ Log:Grumble. diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py +++ b/pypy/module/_ssl

[pypy-commit] pypy default: merge heads

2011-08-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r46515:9d7dae1ac9fb Date: 2011-08-15 10:53 +0200 http://bitbucket.org/pypy/pypy/changeset/9d7dae1ac9fb/ Log:merge heads diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py --- a/pypy/objspace/std/tes

[pypy-commit] pypy default: merge heads

2011-08-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r46514:9c5a0899fff6 Date: 2011-08-15 10:53 +0200 http://bitbucket.org/pypy/pypy/changeset/9c5a0899fff6/ Log:merge heads diff --git a/pypy/module/thread/ll_thread.py b/pypy/module/thread/ll_thread.py --- a/pypy/module/thread/ll_thread.py +++ b/pypy/modul

[pypy-commit] pypy default: Can't call these ropenssl methods without releasing

2011-08-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r46513:ab978bd157c9 Date: 2011-08-15 10:52 +0200 http://bitbucket.org/pypy/pypy/changeset/ab978bd157c9/ Log:Can't call these ropenssl methods without releasing the GIL. They may call back RPython code that needs to acquire some locks! Baa

[pypy-commit] pypy release-1.6.x: Fix INT/Signed.

2011-08-15 Thread arigo
Author: Armin Rigo Branch: release-1.6.x Changeset: r46512:c778cc83bd8a Date: 2011-08-15 08:21 +0200 http://bitbucket.org/pypy/pypy/changeset/c778cc83bd8a/ Log:Fix INT/Signed. (transplanted from 6daecc356e1ab105cd2c0eb001904cf1bc6b8414) diff --git a/pypy/module/thread/ll_thread.py b/

[pypy-commit] pypy default: (Taggnostr2)

2011-08-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r46511:3e256cf5f692 Date: 2011-08-15 09:15 +0200 http://bitbucket.org/pypy/pypy/changeset/3e256cf5f692/ Log:(Taggnostr2) Add a test for capitalize() just checked into the CPython 2.7 branch. diff --git a/pypy/objspace/std/test/test_unicodeobject

[pypy-commit] pypy jit-short_from_state: make this threshold tuneable

2011-08-15 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r46510:c137f92b5618 Date: 2011-08-15 10:25 +0200 http://bitbucket.org/pypy/pypy/changeset/c137f92b5618/ Log:make this threshold tuneable diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll