[pypy-commit] pypy reflex-support: fix link issue with CINT backend

2011-09-08 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r47178:b3c360704811 Date: 2011-09-08 17:50 -0700 http://bitbucket.org/pypy/pypy/changeset/b3c360704811/ Log:fix link issue with CINT backend diff --git a/pypy/module/cppyy/capi/cint_capi.py b/pypy/module/cppyy/capi/cint_capi.py --- a/p

[pypy-commit] pypy default: A ll2ctypes bug that depends on the order of the fields in the structure.

2011-09-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r47177:d5b0b000a97e Date: 2011-09-09 01:11 +0200 http://bitbucket.org/pypy/pypy/changeset/d5b0b000a97e/ Log:A ll2ctypes bug that depends on the order of the fields in the structure. Found while trying to implement PyHeapTypeObject in

[pypy-commit] pypy default: Add macro PyFunction_GET_CODE

2011-09-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r47174:648203ec240e Date: 2011-09-08 00:18 +0200 http://bitbucket.org/pypy/pypy/changeset/648203ec240e/ Log:Add macro PyFunction_GET_CODE diff --git a/pypy/module/cpyext/include/funcobject.h b/pypy/module/cpyext/include/funcobject.h --- a/pyp

[pypy-commit] pypy default: Expose a few members of the PyCodeObject structure

2011-09-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r47176:9962794cb329 Date: 2011-09-08 01:04 +0200 http://bitbucket.org/pypy/pypy/changeset/9962794cb329/ Log:Expose a few members of the PyCodeObject structure diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/inte

[pypy-commit] pypy default: Implement PyFunction_GetCode()

2011-09-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r47173:0d46b9d3db65 Date: 2011-09-08 00:17 +0200 http://bitbucket.org/pypy/pypy/changeset/0d46b9d3db65/ Log:Implement PyFunction_GetCode() diff --git a/pypy/module/cpyext/funcobject.py b/pypy/module/cpyext/funcobject.py --- a/pypy/module/cpyex

[pypy-commit] pypy default: Add Py_TRASHCAN_ macros, I don't know if we really need to implement them

2011-09-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r47175:3d0b4b06db50 Date: 2011-09-08 00:21 +0200 http://bitbucket.org/pypy/pypy/changeset/3d0b4b06db50/ Log:Add Py_TRASHCAN_ macros, I don't know if we really need to implement them diff --git a/pypy/module/cpyext/include/object.h b/p

[pypy-commit] pypy default: Give meaningful class names in tests

2011-09-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r47172:74cb13e6e9d0 Date: 2011-09-08 00:09 +0200 http://bitbucket.org/pypy/pypy/changeset/74cb13e6e9d0/ Log:Give meaningful class names in tests diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c --- a/pypy/module/cpyex

[pypy-commit] extradoc extradoc: indexing by tuples done. Added some other tasks.

2011-09-08 Thread justinpeel
Author: Justin Peel Branch: extradoc Changeset: r3895:0cfdcff602ea Date: 2011-09-08 15:41 -0600 http://bitbucket.org/pypy/extradoc/changeset/0cfdcff602ea/ Log:indexing by tuples done. Added some other tasks. diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micron

[pypy-commit] pypy unsigned-dtypes: set mod test back to using mod. Still fails, but we can translate on 64-bit right now.

2011-09-08 Thread justinpeel
Author: Justin Peel Branch: unsigned-dtypes Changeset: r47171:98070aa15afd Date: 2011-09-08 15:02 -0600 http://bitbucket.org/pypy/pypy/changeset/98070aa15afd/ Log:set mod test back to using mod. Still fails, but we can translate on 64-bit right now. diff --git a/pypy/module/micronump

[pypy-commit] pypy unsigned-dtypes: fix the test I think

2011-09-08 Thread justinpeel
Author: Justin Peel Branch: unsigned-dtypes Changeset: r47170:67ef7976413c Date: 2011-09-08 13:34 -0600 http://bitbucket.org/pypy/pypy/changeset/67ef7976413c/ Log:fix the test I think diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy

[pypy-commit] pypy unsigned-dtypes: jit support for uint_mod

2011-09-08 Thread hakanardo
Author: Hakan Ardo Branch: unsigned-dtypes Changeset: r47169:c13e01ca3ae7 Date: 2011-09-08 20:50 +0200 http://bitbucket.org/pypy/pypy/changeset/c13e01ca3ae7/ Log:jit support for uint_mod diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --- a/pypy/jit/codewr

[pypy-commit] pypy default: hg merge

2011-09-08 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r47168:1df75f76fa6b Date: 2011-09-08 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/1df75f76fa6b/ Log:hg merge diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micronumpy/interp_dtype.

[pypy-commit] pypy default: Backed out changeset 12d91e2900e9

2011-09-08 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r47167:c5238eb065e4 Date: 2011-09-08 19:16 +0200 http://bitbucket.org/pypy/pypy/changeset/c5238eb065e4/ Log:Backed out changeset 12d91e2900e9 diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module

[pypy-commit] pypy ppc-jit-backend: Accidentally killed some of David's patches.

2011-09-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r47166:0b04014b188e Date: 2011-09-08 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/0b04014b188e/ Log:Accidentally killed some of David's patches. Readded them to runner.py and ppc_assembler.py. diff --git a/pypy/jit/backend/ppc/

[pypy-commit] pypy.org extradoc: (vak) add some docs about creating a tarball

2011-09-08 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r257:426ba9681185 Date: 2011-09-08 16:23 +0200 http://bitbucket.org/pypy/pypy.org/changeset/426ba9681185/ Log:(vak) add some docs about creating a tarball diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -5

[pypy-commit] pypy ppc-jit-backend: merge

2011-09-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r47165:1965c8f56c96 Date: 2011-09-08 15:48 +0200 http://bitbucket.org/pypy/pypy/changeset/1965c8f56c96/ Log:merge diff --git a/pypy/jit/backend/ppc/runner.py b/pypy/jit/backend/ppc/runner.py --- a/pypy/jit/backend/ppc/runner.py +++ b/pypy/jit/

[pypy-commit] pypy ppc-jit-backend: (arigo, hager):

2011-09-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r47164:f1da4802e995 Date: 2011-09-08 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/f1da4802e995/ Log:(arigo, hager): Started refactoring of the PPC cpu and assembler. The goal is to have code which is similar to the ARM backend.

[pypy-commit] pypy ppc-jit-backend: Added a basic test for register allocation.

2011-09-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r47163:5dbba4ebe9c8 Date: 2011-09-08 15:22 +0200 http://bitbucket.org/pypy/pypy/changeset/5dbba4ebe9c8/ Log:Added a basic test for register allocation. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py -

[pypy-commit] pypy default: merge

2011-09-08 Thread l . diekmann
Author: Lukas Diekmann Branch: Changeset: r47162:e6ecaadbcaf8 Date: 2011-09-08 14:51 +0200 http://bitbucket.org/pypy/pypy/changeset/e6ecaadbcaf8/ Log:merge diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micronumpy/interp_dtype

[pypy-commit] pypy default: prepare listobject and timsort for liststrategies that will be merged later

2011-09-08 Thread l . diekmann
Author: Lukas Diekmann Branch: Changeset: r47161:1d6e48b23004 Date: 2011-09-08 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/1d6e48b23004/ Log:prepare listobject and timsort for liststrategies that will be merged later diff --git a/pypy/objspace/std/listobject.py b/pypy/objsp

[pypy-commit] pypy default: uint8 support

2011-09-08 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r47160:12d91e2900e9 Date: 2011-09-08 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/12d91e2900e9/ Log:uint8 support diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micronumpy/interp_d

[pypy-commit] pypy.org extradoc: Backed out changeset 451af0702e2d

2011-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r256:dd354a153c5c Date: 2011-09-08 11:36 +0200 http://bitbucket.org/pypy/pypy.org/changeset/dd354a153c5c/ Log:Backed out changeset 451af0702e2d diff --git a/source/_layouts/site.genshi b/source/_layouts/site.genshi --- a/source/_layouts/

[pypy-commit] pypy.org extradoc: remove people from the list, it generates more problems than gain and also gets one slot

2011-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r255:451af0702e2d Date: 2011-09-08 11:32 +0200 http://bitbucket.org/pypy/pypy.org/changeset/451af0702e2d/ Log:remove people from the list, it generates more problems than gain and also gets one slot diff --git a/source/_layouts/s

[pypy-commit] pypy.org extradoc: add Samuele, who has also promised us a photo.

2011-09-08 Thread lac
Author: Laura Creighton Branch: extradoc Changeset: r254:ffde8342de9d Date: 2011-09-08 10:41 +0200 http://bitbucket.org/pypy/pypy.org/changeset/ffde8342de9d/ Log:add Samuele, who has also promised us a photo. diff --git a/source/people.txt b/source/people.txt --- a/source/people.txt +++ b/so

[pypy-commit] pypy space-iterator-improvements: A questionable test, but matches cpython behavior. The change itself makes

2011-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: space-iterator-improvements Changeset: r47159:b4bff794fea0 Date: 2011-09-08 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/b4bff794fea0/ Log:A questionable test, but matches cpython behavior. The change itself makes sense however. diff --git a

[pypy-commit] pypy space-iterator-improvements: a minor simplification

2011-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: space-iterator-improvements Changeset: r47158:31445f5be38e Date: 2011-09-08 09:26 +0200 http://bitbucket.org/pypy/pypy/changeset/31445f5be38e/ Log:a minor simplification diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/

[pypy-commit] pypy space-iterator-improvements: use length estimate for unpackiterable

2011-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: space-iterator-improvements Changeset: r47157:81a9a624253f Date: 2011-09-08 09:23 +0200 http://bitbucket.org/pypy/pypy/changeset/81a9a624253f/ Log:use length estimate for unpackiterable diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseob

[pypy-commit] pypy space-iterator-improvements: backout b02477f065b2, reinstantiane newlist hint. this time we want to use it

2011-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: space-iterator-improvements Changeset: r47156:6dfe74cae2b2 Date: 2011-09-08 09:18 +0200 http://bitbucket.org/pypy/pypy/changeset/6dfe74cae2b2/ Log:backout b02477f065b2, reinstantiane newlist hint. this time we want to use it diff --git a/pypy/rlib/o