[pypy-commit] buildbot default: add a buildstep to extract and update the changeset-id from the revision property of a SourceStamp

2013-09-08 Thread bivab
Author: David Schneider Branch: Changeset: r859:3eaa460b6947 Date: 2013-09-08 15:53 +0200 http://bitbucket.org/pypy/buildbot/changeset/3eaa460b6947/ Log:add a buildstep to extract and update the changeset-id from the revision property of a SourceStamp diff --git a/bot2/pypybuildbot/

[pypy-commit] buildbot default: add a builder to run the buildbot tests

2013-09-08 Thread bivab
Author: David Schneider Branch: Changeset: r860:bde33c8ace0d Date: 2013-09-08 16:01 +0200 http://bitbucket.org/pypy/buildbot/changeset/bde33c8ace0d/ Log:add a builder to run the buildbot tests diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -34,3 +34,5 @@ *-win-32 *-

[pypy-commit] pypy less-stringly-ops: Merge Return/Raise exceptions with FlowSignal classes

2013-09-08 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r66849:e48d83d9c9f0 Date: 2013-09-08 17:27 +0100 http://bitbucket.org/pypy/pypy/changeset/e48d83d9c9f0/ Log:Merge Return/Raise exceptions with FlowSignal classes diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcont

[pypy-commit] pypy less-stringly-ops: Move the unroll() method to FSFrame

2013-09-08 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r66848:f92925dcd696 Date: 2013-09-07 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/f92925dcd696/ Log:Move the unroll() method to FSFrame Rename SuspendedUnroller to something more descrptive of its intended role.

[pypy-commit] pypy less-stringly-ops: Turn FSException into a normal object, not an exception.

2013-09-08 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r66847:e78d34c539f7 Date: 2013-09-06 19:45 +0100 http://bitbucket.org/pypy/pypy/changeset/e78d34c539f7/ Log:Turn FSException into a normal object, not an exception. FSException now unambiguously represents RPython-level exceptio

[pypy-commit] pypy less-stringly-ops: Handle FlowSignals more consistently

2013-09-08 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r66850:c51af2d7848d Date: 2013-09-08 18:48 +0100 http://bitbucket.org/pypy/pypy/changeset/c51af2d7848d/ Log:Handle FlowSignals more consistently diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py --- a/rpyt

[pypy-commit] buildbot default: use the final_file_name property to build the URL to download a build

2013-09-08 Thread bivab
Author: David Schneider Branch: Changeset: r862:212f98def1ce Date: 2013-09-08 19:59 +0200 http://bitbucket.org/pypy/buildbot/changeset/212f98def1ce/ Log:use the final_file_name property to build the URL to download a build diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot

[pypy-commit] buildbot default: store the original revsion and eventually set the final_file_name in the parse_revision step

2013-09-08 Thread bivab
Author: David Schneider Branch: Changeset: r861:098f9a97951d Date: 2013-09-08 19:58 +0200 http://bitbucket.org/pypy/buildbot/changeset/098f9a97951d/ Log:store the original revsion and eventually set the final_file_name in the parse_revision step diff --git a/bot2/pypybuildbot/builds

[pypy-commit] pypy default: Add support for TCL libraries compiled with --disable-threads.

2013-09-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r66851:a2cfb94ccff5 Date: 2013-09-08 21:47 +0200 http://bitbucket.org/pypy/pypy/changeset/a2cfb94ccff5/ Log:Add support for TCL libraries compiled with --disable-threads. (manually tested with a custom build of TCL) diff --git a/lib_p

[pypy-commit] pypy pypy-pyarray: raise exceptions on invalid or non-implemented args, try harder to catch invalid args

2013-09-08 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r66854:3d8f4373ec61 Date: 2013-09-08 23:04 +0200 http://bitbucket.org/pypy/pypy/changeset/3d8f4373ec61/ Log:raise exceptions on invalid or non-implemented args, try harder to catch invalid args diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy pypy-pyarray: remove finished task from TODO.txt

2013-09-08 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r66853:8501a3de2e2e Date: 2013-09-04 16:38 +0300 http://bitbucket.org/pypy/pypy/changeset/8501a3de2e2e/ Log:remove finished task from TODO.txt diff --git a/TODO.txt b/TODO.txt --- a/TODO.txt +++ b/TODO.txt @@ -4,17 +4,6 @@ - why do we need

[pypy-commit] pypy pypy-pyarray: remove finished tasks

2013-09-08 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r66856:77f0aff71764 Date: 2013-09-09 00:03 +0200 http://bitbucket.org/pypy/pypy/changeset/77f0aff71764/ Log:remove finished tasks diff --git a/TODO.txt b/TODO.txt --- a/TODO.txt +++ b/TODO.txt @@ -4,12 +4,6 @@ - why do we need to implement

[pypy-commit] pypy pypy-pyarray: add failing ztranslation test

2013-09-08 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r66855:fce071483285 Date: 2013-09-08 23:47 +0200 http://bitbucket.org/pypy/pypy/changeset/fce071483285/ Log:add failing ztranslation test diff --git a/pypy/module/cpyext/test/test_ztranslation.py b/pypy/module/cpyext/test/test_ztranslation

[pypy-commit] pypy pypy-pyarray: change asserts to exceptions

2013-09-08 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r66852:1331d831dad4 Date: 2013-09-04 15:56 +0300 http://bitbucket.org/pypy/pypy/changeset/1331d831dad4/ Log:change asserts to exceptions diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/module/cpyext/ndarrayobject.py --- a/pypy/modu