[pypy-commit] pypy reflex-support: fix (mainly for CINT) to handle __setitem__/__getitem__ ambiguity

2012-07-11 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r56020:1fc72bdb1387 Date: 2012-07-09 16:25 -0700 http://bitbucket.org/pypy/pypy/changeset/1fc72bdb1387/ Log:fix (mainly for CINT) to handle __setitem__/__getitem__ ambiguity diff --git a/pypy/module/cppyy/executor.py b/pypy/module/cppyy

[pypy-commit] pypy reflex-support: refactoring all duplicated codes from converter.py and executor.py

2012-07-11 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r56022:9948a2bd6028 Date: 2012-07-11 00:28 -0700 http://bitbucket.org/pypy/pypy/changeset/9948a2bd6028/ Log:refactoring all duplicated codes from converter.py and executor.py diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cpp

[pypy-commit] pypy reflex-support: o) first attempt at getting __setitem__ right

2012-07-11 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r56019:881244349a73 Date: 2012-07-09 14:36 -0700 http://bitbucket.org/pypy/pypy/changeset/881244349a73/ Log:o) first attempt at getting __setitem__ right o) more doc/comment strings diff --git a/pypy/module/cppyy/executor.py b/p

[pypy-commit] pypy reflex-support: o) test for defaults of builtin types

2012-07-11 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r56021:d65a7f633e38 Date: 2012-07-10 15:53 -0700 http://bitbucket.org/pypy/pypy/changeset/d65a7f633e38/ Log:o) test for defaults of builtin types o) tests for vector of double o) DoubleRefExecutor, following the lines of the IntR

[pypy-commit] cffi default: ctypes support: structs or unions of size manually forced to 0.

2012-07-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r624:65a7b2518219 Date: 2012-07-11 09:49 +0200 http://bitbucket.org/cffi/cffi/changeset/65a7b2518219/ Log:ctypes support: structs or unions of size manually forced to 0. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/

[pypy-commit] pypy even-more-jit-hooks: (fijal, arigo) remove some dead code

2012-07-11 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r56024:6c658a154811 Date: 2012-07-11 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/6c658a154811/ Log:(fijal, arigo) remove some dead code diff --git a/pypy/jit/metainterp/warmspot.py b/pypy/jit/metainterp/warmspot.py --

[pypy-commit] cffi default: More precise error message

2012-07-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r625:50356aa8b112 Date: 2012-07-11 12:25 +0200 http://bitbucket.org/cffi/cffi/changeset/50356aa8b112/ Log:More precise error message diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2946,8 +2946,10 @

[pypy-commit] cffi default: verify: Function pointer as argument

2012-07-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r626:2697448f7035 Date: 2012-07-11 12:25 +0200 http://bitbucket.org/cffi/cffi/changeset/2697448f7035/ Log:verify: Function pointer as argument diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/verifier.py @@ -151,8 +151,

[pypy-commit] cffi default: Functions and function pointers as arguments.

2012-07-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r627:08b8c2df4b16 Date: 2012-07-11 12:29 +0200 http://bitbucket.org/cffi/cffi/changeset/08b8c2df4b16/ Log:Functions and function pointers as arguments. diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/verifier.py @@ -15

[pypy-commit] cffi default: Tests, and fix for enums.

2012-07-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r628:33c9c674e910 Date: 2012-07-11 12:33 +0200 http://bitbucket.org/cffi/cffi/changeset/33c9c674e910/ Log:Tests, and fix for enums. diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/verifier.py @@ -174,6 +174,10 @@

[pypy-commit] pypy default: Merge even-more-jit-hooks. This branch exports even more information via

2012-07-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r56025:81e49cb2cd86 Date: 2012-07-11 12:46 +0200 http://bitbucket.org/pypy/pypy/changeset/81e49cb2cd86/ Log:Merge even-more-jit-hooks. This branch exports even more information via jit hooks, few things should be better right now, includi

[pypy-commit] pypy even-more-jit-hooks: close merged branch

2012-07-11 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r56026:f82f46eca0fc Date: 2012-07-11 12:47 +0200 http://bitbucket.org/pypy/pypy/changeset/f82f46eca0fc/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org ht

[pypy-commit] cffi default: Reorganize things a little bit

2012-07-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r629:e6ef78118297 Date: 2012-07-11 12:47 +0200 http://bitbucket.org/cffi/cffi/changeset/e6ef78118297/ Log:Reorganize things a little bit diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -138,11 +138,8 @@

[pypy-commit] extradoc extradoc: update year

2012-07-11 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4292:9e71aa2e1ec0 Date: 2012-07-09 17:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/9e71aa2e1ec0/ Log:update year diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/pape

[pypy-commit] extradoc extradoc: show comments and add a command for my comments

2012-07-11 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4293:fb96dc808ba8 Date: 2012-07-09 17:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/fb96dc808ba8/ Log:show comments and add a command for my comments diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil201

[pypy-commit] extradoc extradoc: set font size to 10pt

2012-07-11 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4294:8c90b26d695f Date: 2012-07-11 10:33 +0200 http://bitbucket.org/pypy/extradoc/changeset/8c90b26d695f/ Log:set font size to 10pt diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmi

[pypy-commit] extradoc extradoc: merge heads

2012-07-11 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4295:09df6e8fd4c4 Date: 2012-07-11 14:34 +0200 http://bitbucket.org/pypy/extradoc/changeset/09df6e8fd4c4/ Log:merge heads diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/pape

[pypy-commit] extradoc extradoc: Add blog post first draft.

2012-07-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4296:2bcb0a272021 Date: 2012-07-11 16:05 +0200 http://bitbucket.org/pypy/extradoc/changeset/2bcb0a272021/ Log:Add blog post first draft. diff --git a/blog/draft/stm-jul2012.rst b/blog/draft/stm-jul2012.rst new file mode 100644 --- /dev/null +++

[pypy-commit] pypy default: a z test that can potentially fail I think

2012-07-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r56027:4bbcabeb32a7 Date: 2012-07-11 18:18 +0200 http://bitbucket.org/pypy/pypy/changeset/4bbcabeb32a7/ Log:a z test that can potentially fail I think diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_

[pypy-commit] pypy default: add an assert

2012-07-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r56028:99d48fec1790 Date: 2012-07-11 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/99d48fec1790/ Log:add an assert diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py --- a/pypy/ji

[pypy-commit] pypy default: oops

2012-07-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r56029:df2149ea389e Date: 2012-07-11 18:27 +0200 http://bitbucket.org/pypy/pypy/changeset/df2149ea389e/ Log:oops diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py --- a/pypy/jit/backend

[pypy-commit] extradoc extradoc: Add a paragraph. Needs rewording elsewhere.

2012-07-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4297:f76fa1f4e776 Date: 2012-07-11 18:31 +0200 http://bitbucket.org/pypy/extradoc/changeset/f76fa1f4e776/ Log:Add a paragraph. Needs rewording elsewhere. diff --git a/blog/draft/stm-jul2012.rst b/blog/draft/stm-jul2012.rst --- a/blog/draft/stm-

[pypy-commit] pypy iterator-in-rpython: close merged branch

2012-07-11 Thread fijal
Author: Maciej Fijalkowski Branch: iterator-in-rpython Changeset: r56031:0f8d3830bff7 Date: 2012-07-11 18:39 +0200 http://bitbucket.org/pypy/pypy/changeset/0f8d3830bff7/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org ht

[pypy-commit] pypy default: Merge iterator-in-rpython. Now you can use __iter__ in rpython!

2012-07-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r56030:ea1bfc0445f5 Date: 2012-07-11 18:39 +0200 http://bitbucket.org/pypy/pypy/changeset/ea1bfc0445f5/ Log:Merge iterator-in-rpython. Now you can use __iter__ in rpython! diff --git a/pypy/annotation/bookkeeper.py b/pypy/annotation/bookkeeper.p

[pypy-commit] pypy default: mention __iter__ works in rpython

2012-07-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r56032:aad0e389d02d Date: 2012-07-11 18:40 +0200 http://bitbucket.org/pypy/pypy/changeset/aad0e389d02d/ Log:mention __iter__ works in rpython diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++

[pypy-commit] pypy default: clashes in caches

2012-07-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r56033:c915f9ba83b9 Date: 2012-07-11 18:47 +0200 http://bitbucket.org/pypy/pypy/changeset/c915f9ba83b9/ Log:clashes in caches diff --git a/pypy/jit/metainterp/warmspot.py b/pypy/jit/metainterp/warmspot.py --- a/pypy/jit/metainterp/warmspot.py ++