[pypy-commit] pypy stm-thread-2: in-progress: trying to get test_stmgcintf working again

2012-09-05 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57139:175127a5208d Date: 2012-09-04 16:39 +0200 http://bitbucket.org/pypy/pypy/changeset/175127a5208d/ Log:in-progress: trying to get test_stmgcintf working again diff --git a/pypy/rlib/rstm.py b/pypy/rlib/rstm.py --- a/pypy/rlib/rstm.py ++

[pypy-commit] pypy default: Add a test. The fix is just killing 3 lines, including a comment that

2012-09-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r57140:89ae68436535 Date: 2012-09-05 09:14 +0200 http://bitbucket.org/pypy/pypy/changeset/89ae68436535/ Log:Add a test. The fix is just killing 3 lines, including a comment that is not longer true. diff --git a/pypy/module/_sre/interp_sre.py b/p

[pypy-commit] pypy default: hack hack hack.

2012-09-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r57141:27ea72fb2601 Date: 2012-09-05 10:11 +0200 http://bitbucket.org/pypy/pypy/changeset/27ea72fb2601/ Log:hack hack hack. diff --git a/pypy/translator/platform/linux.py b/pypy/translator/platform/linux.py --- a/pypy/translator/platform/linux.py +++ b

[pypy-commit] pypy default: Backed out changeset 27ea72fb2601: little point, because the x86-64

2012-09-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r57142:63c4e7305e2a Date: 2012-09-05 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/63c4e7305e2a/ Log:Backed out changeset 27ea72fb2601: little point, because the x86-64 binaries right now depend strongly on being a recent Ubuntu in

[pypy-commit] pypy numpy-refactor: axis reduce, not working yet

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57143:e6845da36040 Date: 2012-09-05 12:52 +0200 http://bitbucket.org/pypy/pypy/changeset/e6845da36040/ Log:axis reduce, not working yet diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/

[pypy-commit] pypy arm-backend-2: merge default

2012-09-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r57144:babd02f339ec Date: 2012-09-05 13:26 +0200 http://bitbucket.org/pypy/pypy/changeset/babd02f339ec/ Log:merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/

[pypy-commit] pypy numpy-refactor: some fixes for sum

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57145:b0eaf9f42b7e Date: 2012-09-05 13:09 +0200 http://bitbucket.org/pypy/pypy/changeset/b0eaf9f42b7e/ Log:some fixes for sum diff --git a/pypy/module/micronumpy/arrayimpl/scalar.py b/pypy/module/micronumpy/arrayimpl/scalar.py --

[pypy-commit] pypy numpy-refactor: make few more tests pass

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57146:aa67dc3bdf0a Date: 2012-09-05 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/aa67dc3bdf0a/ Log:make few more tests pass diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/conc

[pypy-commit] extradoc extradoc: reviewers' comments

2012-09-05 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4738:d117ff610452 Date: 2012-09-05 14:07 +0200 http://bitbucket.org/pypy/extradoc/changeset/d117ff610452/ Log:reviewers' comments diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/v

[pypy-commit] pypy jit-usable_retrace_3: a third athempt at generalizing retraces enough to make them useable

2012-09-05 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r57147:120455cfb1d3 Date: 2012-09-05 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/120455cfb1d3/ Log:a third athempt at generalizing retraces enough to make them useable diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/m

[pypy-commit] extradoc extradoc: (cfbolz, bivab) address some of the comments by the reviewers

2012-09-05 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4739:efe9b6e0a343 Date: 2012-09-05 17:17 +0200 http://bitbucket.org/pypy/extradoc/changeset/efe9b6e0a343/ Log:(cfbolz, bivab) address some of the comments by the reviewers diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex ---

[pypy-commit] pypy default: update whatsnew

2012-09-05 Thread bivab
Author: David Schneider Branch: Changeset: r57150:ad9b701851c5 Date: 2012-09-05 17:45 +0200 http://bitbucket.org/pypy/pypy/changeset/ad9b701851c5/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsne

[pypy-commit] pypy arm-backend-2: close about to be merged branch

2012-09-05 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r57148:53413b1e02dc Date: 2012-09-05 17:39 +0200 http://bitbucket.org/pypy/pypy/changeset/53413b1e02dc/ Log:close about to be merged branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] buildbot default: Update the ARM test scheduler to use the default branch

2012-09-05 Thread bivab
Author: David Schneider Branch: Changeset: r681:93e704cc927e Date: 2012-09-05 17:57 +0200 http://bitbucket.org/pypy/buildbot/changeset/93e704cc927e/ Log:Update the ARM test scheduler to use the default branch diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/

[pypy-commit] pypy numpy-refactor: argmin/argmax

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57152:d3558890855c Date: 2012-09-05 17:59 +0200 http://bitbucket.org/pypy/pypy/changeset/d3558890855c/ Log:argmin/argmax diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pyp

[pypy-commit] buildbot default: Specify the branch as None to use the default one

2012-09-05 Thread bivab
Author: David Schneider Branch: Changeset: r682:b808fe9eb32f Date: 2012-09-05 18:00 +0200 http://bitbucket.org/pypy/buildbot/changeset/b808fe9eb32f/ Log:Specify the branch as None to use the default one diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybu

[pypy-commit] pypy numpy-refactor: a fix for multidim arrays

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57151:04a347616892 Date: 2012-09-05 17:48 +0200 http://bitbucket.org/pypy/pypy/changeset/04a347616892/ Log:a fix for multidim arrays diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/con

[pypy-commit] pypy stm-thread-2: In-progress

2012-09-05 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57154:952723b65bd2 Date: 2012-09-05 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/952723b65bd2/ Log:In-progress diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython/memory/gc/stmgc.py +++

[pypy-commit] pypy stm-thread-2: test_stmgcintf passes again.

2012-09-05 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57153:2ca264122290 Date: 2012-09-05 17:26 +0200 http://bitbucket.org/pypy/pypy/changeset/2ca264122290/ Log:test_stmgcintf passes again. diff --git a/pypy/translator/stm/src_stm/et.c b/pypy/translator/stm/src_stm/et.c --- a/pypy/translator/s

[pypy-commit] pypy numpy-refactor: dot

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57155:bc065d195592 Date: 2012-09-05 18:35 +0200 http://bitbucket.org/pypy/pypy/changeset/bc065d195592/ Log:dot diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__in

[pypy-commit] pypy numpy-refactor: tolist, simplified

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57157:39505d9f7094 Date: 2012-09-05 18:43 +0200 http://bitbucket.org/pypy/pypy/changeset/39505d9f7094/ Log:tolist, simplified diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] pypy numpy-refactor: Some progress. Reimport _methods.py from numpy 1.8. It's simpler now

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57158:2810ac40701a Date: 2012-09-05 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/2810ac40701a/ Log:Some progress. Reimport _methods.py from numpy 1.8. It's simpler now diff --git a/lib_pypy/numpypy/core/_methods.py b/lib_

[pypy-commit] pypy stm-thread-2: In-progress: the first goal will be to have a working Boehm translation.

2012-09-05 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57156:1787404cd286 Date: 2012-09-05 18:56 +0200 http://bitbucket.org/pypy/pypy/changeset/1787404cd286/ Log:In-progress: the first goal will be to have a working Boehm translation. diff --git a/pypy/config/translationoption.py b/pypy

[pypy-commit] extradoc extradoc: fill in some details

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4740:aa41e71fa40c Date: 2012-09-05 19:04 +0200 http://bitbucket.org/pypy/extradoc/changeset/aa41e71fa40c/ Log:fill in some details diff --git a/sprintinfo/cape-town-2012/announce.txt b/sprintinfo/cape-town-2012/announce.txt --- a/sprin

[pypy-commit] extradoc extradoc: Add two important topics

2012-09-05 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4741:c0e8633624c9 Date: 2012-09-05 19:13 +0200 http://bitbucket.org/pypy/extradoc/changeset/c0e8633624c9/ Log:Add two important topics diff --git a/sprintinfo/cape-town-2012/announce.txt b/sprintinfo/cape-town-2012/announce.txt --- a/sprintinf

[pypy-commit] extradoc extradoc: add some text to start

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4742:c6cd0347dd79 Date: 2012-09-05 19:14 +0200 http://bitbucket.org/pypy/extradoc/changeset/c6cd0347dd79/ Log:add some text to start diff --git a/talk/stm2012/stmimpl.rst b/talk/stm2012/stmimpl.rst --- a/talk/stm2012/stmimpl.rst +++ b/t

[pypy-commit] extradoc extradoc: merge

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4743:0efe1254abc1 Date: 2012-09-05 19:14 +0200 http://bitbucket.org/pypy/extradoc/changeset/0efe1254abc1/ Log:merge diff --git a/sprintinfo/cape-town-2012/announce.txt b/sprintinfo/cape-town-2012/announce.txt --- a/sprintinfo/cape-town

[pypy-commit] extradoc extradoc: English clean-up and power plug nitpicking.

2012-09-05 Thread hodgestar
Author: Simon Cross Branch: extradoc Changeset: r4744:d821325a6875 Date: 2012-09-05 19:50 +0200 http://bitbucket.org/pypy/extradoc/changeset/d821325a6875/ Log:English clean-up and power plug nitpicking. diff --git a/sprintinfo/cape-town-2012/announce.txt b/sprintinfo/cape-town-2012/announce

[pypy-commit] extradoc extradoc: Put back changes from c0e8633624c9 that were accidentally clobbered by d821325a6875.

2012-09-05 Thread hodgestar
Author: Simon Cross Branch: extradoc Changeset: r4745:632b1abb75b5 Date: 2012-09-05 19:56 +0200 http://bitbucket.org/pypy/extradoc/changeset/632b1abb75b5/ Log:Put back changes from c0e8633624c9 that were accidentally clobbered by d821325a6875. diff --git a/sprintinfo/cape-town-2012/a

[pypy-commit] pypy numpy-refactor: add a test, why not

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57159:83ff968a1cb3 Date: 2012-09-05 21:39 +0200 http://bitbucket.org/pypy/pypy/changeset/83ff968a1cb3/ Log:add a test, why not diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.

[pypy-commit] pypy numpy-refactor: fix concatenate

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57161:9dbfeb3c0ff1 Date: 2012-09-05 22:04 +0200 http://bitbucket.org/pypy/pypy/changeset/9dbfeb3c0ff1/ Log:fix concatenate diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/mic

[pypy-commit] pypy numpy-refactor: a test and a fix

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57160:44b208ded3cb Date: 2012-09-05 21:53 +0200 http://bitbucket.org/pypy/pypy/changeset/44b208ded3cb/ Log:a test and a fix diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/m

[pypy-commit] pypy numpy-refactor: ravel & flatten

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57162:95e1b5a22210 Date: 2012-09-05 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/95e1b5a22210/ Log:ravel & flatten diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/p

[pypy-commit] pypy numpy-refactor: nbytes & itemsize

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57163:6ff55e1ac59b Date: 2012-09-05 22:12 +0200 http://bitbucket.org/pypy/pypy/changeset/6ff55e1ac59b/ Log:nbytes & itemsize diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a

[pypy-commit] pypy numpy-refactor: repeat;

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57164:221a7a7f1ed5 Date: 2012-09-05 22:15 +0200 http://bitbucket.org/pypy/pypy/changeset/221a7a7f1ed5/ Log:repeat; diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/

[pypy-commit] pypy numpy-refactor: reimport arrayprint.py, probably broken for now

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57165:cb2dcc139f6a Date: 2012-09-05 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/cb2dcc139f6a/ Log:reimport arrayprint.py, probably broken for now diff --git a/lib_pypy/numpypy/core/arrayprint.py b/lib_pypy/numpypy/core/a

[pypy-commit] extradoc extradoc: add a missing file

2012-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4746:bf9328596b88 Date: 2012-09-05 22:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/bf9328596b88/ Log:add a missing file diff --git a/sprintinfo/cape-town-2012/people.txt b/sprintinfo/cape-town-2012/people.txt new file mode 100

[pypy-commit] pypy remove-PYPY_NOT_MAIN_FILE: Attempt to reduce code duplication in genc.

2012-09-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: remove-PYPY_NOT_MAIN_FILE Changeset: r57166:1ff2a829ce6c Date: 2012-09-05 23:02 +0200 http://bitbucket.org/pypy/pypy/changeset/1ff2a829ce6c/ Log:Attempt to reduce code duplication in genc. "split" and "one_source_file" now share more parts. diff -

[pypy-commit] pypy remove-PYPY_NOT_MAIN_FILE: Add missing file

2012-09-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: remove-PYPY_NOT_MAIN_FILE Changeset: r57167:35bed71287ef Date: 2012-09-06 00:06 +0200 http://bitbucket.org/pypy/pypy/changeset/35bed71287ef/ Log:Add missing file diff --git a/pypy/translator/c/src/thread_pthread.c b/pypy/translator/c/src/thread_pthread.c

[pypy-commit] pypy remove-PYPY_NOT_MAIN_FILE: Fixes for the signal module

2012-09-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: remove-PYPY_NOT_MAIN_FILE Changeset: r57168:6d36cccdbb2c Date: 2012-09-06 00:22 +0200 http://bitbucket.org/pypy/pypy/changeset/6d36cccdbb2c/ Log:Fixes for the signal module diff --git a/pypy/translator/c/src/signals.c b/pypy/translator/c/src/signals.c ---

[pypy-commit] pypy remove-PYPY_NOT_MAIN_FILE: Fix stale #endif

2012-09-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: remove-PYPY_NOT_MAIN_FILE Changeset: r57169:476dcc647aaf Date: 2012-09-06 01:08 +0200 http://bitbucket.org/pypy/pypy/changeset/476dcc647aaf/ Log:Fix stale #endif diff --git a/pypy/translator/c/src/asm_gcc_x86.c b/pypy/translator/c/src/asm_gcc_x86.c --- a