[pypy-commit] pypy string-NUL: Tentative fix

2012-01-30 Thread arigo
Author: Armin Rigo Branch: string-NUL Changeset: r51963:c91fe543cd74 Date: 2012-01-30 11:29 +0100 http://bitbucket.org/pypy/pypy/changeset/c91fe543cd74/ Log:Tentative fix diff --git a/pypy/translator/cli/test/runtest.py b/pypy/translator/cli/test/runtest.py --- a/pypy/translator/cli/test/ru

[pypy-commit] benchmarks default: Refactoring, support script params executeable, project, url

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r166:0c6207da7e15 Date: 2012-01-22 16:30 +0100 http://bitbucket.org/pypy/benchmarks/changeset/0c6207da7e15/ Log:Refactoring, support script params executeable, project, url * Refactoring: move runner upload code from run_and_store and

[pypy-commit] benchmarks default: Add a nullpython interpreter that can be used for baseline

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r168:a918143f6f9d Date: 2012-01-24 21:56 +0100 http://bitbucket.org/pypy/benchmarks/changeset/a918143f6f9d/ Log:Add a nullpython interpreter that can be used for baseline It will not run any benchmarks, just tell that every run of the

[pypy-commit] benchmarks default: Remove obsolete --postfix option

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r169:fceaaf9b1f82 Date: 2012-01-24 22:08 +0100 http://bitbucket.org/pypy/benchmarks/changeset/fceaaf9b1f82/ Log:Remove obsolete --postfix option diff --git a/runner.py b/runner.py --- a/runner.py +++ b/runner.py @@ -187,8 +187,7 @@

[pypy-commit] benchmarks default: Merge csenger benchmark runner changes, IMO makes sense

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r172:012ff551c081 Date: 2012-01-30 19:55 +0200 http://bitbucket.org/pypy/benchmarks/changeset/012ff551c081/ Log:Merge csenger benchmark runner changes, IMO makes sense diff --git a/nullpython.py b/nullpython.py new file mode 100755 --- /dev/null

[pypy-commit] benchmarks default: A little bit of pep8

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r164:5293a412c721 Date: 2012-01-22 01:00 +0100 http://bitbucket.org/pypy/benchmarks/changeset/5293a412c721/ Log:A little bit of pep8 diff --git a/runner.py b/runner.py --- a/runner.py +++ b/runner.py @@ -8,6 +8,7 @@ import benchmarks import socket

[pypy-commit] benchmarks default: Use executable as variabel/parameter name like codespeed.

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r165:69cf04577df2 Date: 2012-01-22 12:57 +0100 http://bitbucket.org/pypy/benchmarks/changeset/69cf04577df2/ Log:Use executable as variabel/parameter name like codespeed. Also add the project name as a parameter to perform_upload. diff --git

[pypy-commit] benchmarks default: Add command line options. Don't guess codespeed parameters.

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r167:d9e2730348d2 Date: 2012-01-24 21:41 +0100 http://bitbucket.org/pypy/benchmarks/changeset/d9e2730348d2/ Log:Add command line options. Don't guess codespeed parameters. * Add command line options to upload the baseline data to cod

[pypy-commit] benchmarks default: Group command line options and cleanup help texts.

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r170:9b8b4e17a829 Date: 2012-01-25 12:45 +0100 http://bitbucket.org/pypy/benchmarks/changeset/9b8b4e17a829/ Log:Group command line options and cleanup help texts. diff --git a/runner.py b/runner.py --- a/runner.py +++ b/runner.py @@ -122,71 +122,125

[pypy-commit] benchmarks default: change --pypy-c to --changed and leave b/w compat option

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r171:ab892247a1df Date: 2012-01-25 14:03 +0100 http://bitbucket.org/pypy/benchmarks/changeset/ab892247a1df/ Log:change --pypy-c to --changed and leave b/w compat option diff --git a/runner.py b/runner.py --- a/runner.py +++ b/runner.py @@ -22,9 +22,

[pypy-commit] buildbot default: Implement cPythonBenchmark BuildFactory and rename builder

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r625:099a467986cf Date: 2012-01-20 23:55 +0100 http://bitbucket.org/pypy/buildbot/changeset/099a467986cf/ Log:Implement cPythonBenchmark BuildFactory and rename builder * Add new class builds.cPythonBenchmark for speed.python.org rel

[pypy-commit] buildbot default: Force cpython benchmark build to use the 2.7 branch.

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r626:dff185997530 Date: 2012-01-21 22:30 +0100 http://bitbucket.org/pypy/buildbot/changeset/dff185997530/ Log:Force cpython benchmark build to use the 2.7 branch. The default branch is python 3 with which the benchmarks don't work.

[pypy-commit] buildbot default: Use the runner options --upload* to control the result upload

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r628:7eaaa5442817 Date: 2012-01-25 10:52 +0100 http://bitbucket.org/pypy/buildbot/changeset/7eaaa5442817/ Log:Use the runner options --upload* to control the result upload * specify all information required for the upload to codespeed as

[pypy-commit] buildbot default: Halt build on failures in requred steps. Remove distclean.

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r627:a9d31fb4d25c Date: 2012-01-21 22:48 +0100 http://bitbucket.org/pypy/buildbot/changeset/a9d31fb4d25c/ Log:Halt build on failures in requred steps. Remove distclean. * Halt the build on errors in configure, make or the benchmark r

[pypy-commit] buildbot default: change --pypy-c to --changed

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r629:03858640be74 Date: 2012-01-25 14:05 +0100 http://bitbucket.org/pypy/buildbot/changeset/03858640be74/ Log:change --pypy-c to --changed diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b

[pypy-commit] buildbot default: A bit of pep-8

2012-01-30 Thread csenger
Author: Carsten Senger Branch: Changeset: r630:ad09bed12f93 Date: 2012-01-25 14:17 +0100 http://bitbucket.org/pypy/buildbot/changeset/ad09bed12f93/ Log:A bit of pep-8 diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2/pypybuil

[pypy-commit] buildbot default: Merge csenger changes, hopefully it works.

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r631:62f77f09abde Date: 2012-01-30 20:35 +0200 http://bitbucket.org/pypy/buildbot/changeset/62f77f09abde/ Log:Merge csenger changes, hopefully it works. diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildb

[pypy-commit] pypy stm: (fijal looking, arigo)

2012-01-30 Thread arigo
Author: Armin Rigo Branch: stm Changeset: r51964:23ce401e071d Date: 2012-01-30 20:01 +0100 http://bitbucket.org/pypy/pypy/changeset/23ce401e071d/ Log:(fijal looking, arigo) Start add_epoll() which gives an integration between epoll objects and the transaction module. See test

[pypy-commit] pypy stm: (fijal, arigo)

2012-01-30 Thread arigo
Author: Armin Rigo Branch: stm Changeset: r51965:25643ac5bbd8 Date: 2012-01-30 20:05 +0100 http://bitbucket.org/pypy/pypy/changeset/25643ac5bbd8/ Log:(fijal, arigo) Fix for transaction/test/test_ztranslation. diff --git a/pypy/module/select/interp_epoll.py b/pypy/module/select/inte

[pypy-commit] pypy matrixmath-dot: start of REVIEW

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: matrixmath-dot Changeset: r51966:e37ebbf2a999 Date: 2012-01-30 22:03 +0200 http://bitbucket.org/pypy/pypy/changeset/e37ebbf2a999/ Log:start of REVIEW diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW new file mode 100644 --- /dev/nu

[pypy-commit] pypy matrixmath-dot: a small cleanup

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: matrixmath-dot Changeset: r51967:c5c95be3c443 Date: 2012-01-30 22:07 +0200 http://bitbucket.org/pypy/pypy/changeset/c5c95be3c443/ Log:a small cleanup diff --git a/pypy/module/micronumpy/dot.py b/pypy/module/micronumpy/dot.py --- a/pypy/module/micronumpy/dot

[pypy-commit] pypy matrixmath-dot: small cleanups

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: matrixmath-dot Changeset: r51968:821ef0f19e33 Date: 2012-01-30 22:17 +0200 http://bitbucket.org/pypy/pypy/changeset/821ef0f19e33/ Log:small cleanups diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW --- a/pypy/module/micronumpy/REVI

[pypy-commit] pypy default: (mattip, fijal reviewing) merge matrixmath-dot, this adds 1-d and 2-d dot

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r51970:97a32a230bff Date: 2012-01-30 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/97a32a230bff/ Log:(mattip, fijal reviewing) merge matrixmath-dot, this adds 1-d and 2-d dot operations that should work. I did not check the actual

[pypy-commit] pypy matrixmath-dot: done :)

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: matrixmath-dot Changeset: r51969:3c063218d9d9 Date: 2012-01-30 22:17 +0200 http://bitbucket.org/pypy/pypy/changeset/3c063218d9d9/ Log:done :) diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW deleted file mode 100644 --- a/pypy/modu

[pypy-commit] pypy matrixmath-dot: close merged branch

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: matrixmath-dot Changeset: r51971:cc88cec43893 Date: 2012-01-30 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/cc88cec43893/ Log:close merged branch ___ pypy-commit mailing list [email protected] http://

[pypy-commit] pypy stm: Fix test.

2012-01-30 Thread arigo
Author: Armin Rigo Branch: stm Changeset: r51972:6ebc74fdd21c Date: 2012-01-30 21:26 +0100 http://bitbucket.org/pypy/pypy/changeset/6ebc74fdd21c/ Log:Fix test. diff --git a/pypy/rpython/lltypesystem/test/test_lltype.py b/pypy/rpython/lltypesystem/test/test_lltype.py --- a/pypy/rpython/lltyp

[pypy-commit] pypy stm: Fix the case of lltype.FixedSizeArray.

2012-01-30 Thread arigo
Author: Armin Rigo Branch: stm Changeset: r51973:0d8ec011d011 Date: 2012-01-30 21:27 +0100 http://bitbucket.org/pypy/pypy/changeset/0d8ec011d011/ Log:Fix the case of lltype.FixedSizeArray. diff --git a/pypy/rpython/lltypesystem/lltype.py b/pypy/rpython/lltypesystem/lltype.py --- a/pypy/rpyt

[pypy-commit] pypy merge-2.7.2: close merged branch

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: merge-2.7.2 Changeset: r51975:fdfd5bbea0c4 Date: 2012-01-30 23:11 +0200 http://bitbucket.org/pypy/pypy/changeset/fdfd5bbea0c4/ Log:close merged branch ___ pypy-commit mailing list [email protected] http://mai

[pypy-commit] pypy default: add scalar test to dot

2012-01-30 Thread mattip
Author: mattip Branch: Changeset: r51976:0e3677233cc5 Date: 2012-01-29 05:34 +0200 http://bitbucket.org/pypy/pypy/changeset/0e3677233cc5/ Log:add scalar test to dot diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/mic

[pypy-commit] pypy default: merged upstream

2012-01-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r51978:2c9b35e6eb65 Date: 2012-01-30 16:43 -0500 http://bitbucket.org/pypy/pypy/changeset/2c9b35e6eb65/ Log:merged upstream diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/micr

[pypy-commit] pypy default: remove unused impot

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r51979:55410cd3cef5 Date: 2012-01-30 23:49 +0200 http://bitbucket.org/pypy/pypy/changeset/55410cd3cef5/ Log:remove unused impot diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --- a/pypy/jit/metainterp/history.py +++

[pypy-commit] pypy default: more scalar dot testing

2012-01-30 Thread mattip
Author: mattip Branch: Changeset: r51981:73b88e7136fe Date: 2012-01-29 05:58 +0200 http://bitbucket.org/pypy/pypy/changeset/73b88e7136fe/ Log:more scalar dot testing diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/mi

[pypy-commit] pypy string-NUL: (arigo, amaury) pass no_nul to SomeString constructor instead of changing

2012-01-30 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: string-NUL Changeset: r51983:8fcec5fcbb57 Date: 2012-01-30 22:56 +0100 http://bitbucket.org/pypy/pypy/changeset/8fcec5fcbb57/ Log:(arigo, amaury) pass no_nul to SomeString constructor instead of changing the property afterwards. + s_list_of_string

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

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r309:1476faec89fd Date: 2012-01-30 23:51 +0200 http://bitbucket.org/pypy/pypy.org/changeset/1476faec89fd/ Log:update the bar diff --git a/don3.html b/don3.html --- a/don3.html +++ b/don3.html @@ -8,12 +8,12 @@ $(function() { $(

[pypy-commit] pypy.org extradoc: merge

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r310:7e272a0d59d0 Date: 2012-01-31 00:08 +0200 http://bitbucket.org/pypy/pypy.org/changeset/7e272a0d59d0/ Log:merge diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -56,7 +56,10 @@ Other versions

[pypy-commit] pypy win32-cleanup: openssl now passes some tests

2012-01-30 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r51984:60f69529bcc0 Date: 2012-01-31 00:23 +0200 http://bitbucket.org/pypy/pypy/changeset/60f69529bcc0/ Log:openssl now passes some tests diff --git a/pypy/rlib/ropenssl.py b/pypy/rlib/ropenssl.py --- a/pypy/rlib/ropenssl.py +++ b/pypy/rlib/rope

[pypy-commit] buildbot default: style fix commits are bad

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r632:20f86228d582 Date: 2012-01-31 01:18 +0200 http://bitbucket.org/pypy/buildbot/changeset/20f86228d582/ Log:style fix commits are bad diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++

[pypy-commit] pypy default: typo, USE FLYMAKE AND RUN TESTS IT WILL GLOW RED

2012-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r51985:2c2944d51e51 Date: 2012-01-31 02:08 +0200 http://bitbucket.org/pypy/pypy/changeset/2c2944d51e51/ Log:typo, USE FLYMAKE AND RUN TESTS IT WILL GLOW RED diff --git a/pypy/interpreter/astcompiler/optimize.py b/pypy/interpreter/astcompiler/op