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
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
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
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 @@
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
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
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
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
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
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,
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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://
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
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
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
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
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
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
+++
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
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
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() {
$(
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
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
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
+++
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
38 matches
Mail list logo