[pypy-commit] pypy default: Forbid the use of None in translated versions.

2011-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r47322:addcee4d3bfe Date: 2011-09-18 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/addcee4d3bfe/ Log:Forbid the use of None in translated versions. diff --git a/pypy/rlib/rstacklet.py b/pypy/rlib/rstacklet.py --- a/pypy/rlib/rstacklet.py +++ b/py

[pypy-commit] pypy default: Also include sqlite3.dll with the windows binary.

2011-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r47323:c3ac46a07c5d Date: 2011-09-18 12:24 +0200 http://bitbucket.org/pypy/pypy/changeset/c3ac46a07c5d/ Log:Also include sqlite3.dll with the windows binary. diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/releas

[pypy-commit] pypy default: merge heads

2011-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r47324:ec281c16101f Date: 2011-09-18 12:24 +0200 http://bitbucket.org/pypy/pypy/changeset/ec281c16101f/ Log:merge heads diff --git a/pypy/tool/logparser.py b/pypy/tool/logparser.py --- a/pypy/tool/logparser.py +++ b/pypy/tool/logparser.py @@ -75,9 +75,9

[pypy-commit] pypy default: Fix test.

2011-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r47325:c702ce232ea0 Date: 2011-09-18 12:27 +0200 http://bitbucket.org/pypy/pypy/changeset/c702ce232ea0/ Log:Fix test. diff --git a/pypy/rpython/memory/gctransform/test/test_framework.py b/pypy/rpython/memory/gctransform/test/test_framework.py --- a/pyp

[pypy-commit] pypy default: Bah, not directly tested it seems.

2011-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r47327:f1e873c5533d Date: 2011-09-18 18:00 +0200 http://bitbucket.org/pypy/pypy/changeset/f1e873c5533d/ Log:Bah, not directly tested it seems. diff --git a/pypy/rpython/memory/gctransform/framework.py b/pypy/rpython/memory/gctransform/framework.py ---

[pypy-commit] pypy default: Improve the error message.

2011-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r47326:dd71f8944966 Date: 2011-09-18 17:59 +0200 http://bitbucket.org/pypy/pypy/changeset/dd71f8944966/ Log:Improve the error message. diff --git a/pypy/rlib/rstacklet.py b/pypy/rlib/rstacklet.py --- a/pypy/rlib/rstacklet.py +++ b/pypy/rlib/rstacklet.py

[pypy-commit] pypy unroll-if-alt: Fix for some changes hakanardo made in the emitting of pure operations.

2011-09-18 Thread alex_gaynor
Author: Alex Gaynor Branch: unroll-if-alt Changeset: r47328:fc7b6f58decb Date: 2011-09-18 14:10 -0400 http://bitbucket.org/pypy/pypy/changeset/fc7b6f58decb/ Log:Fix for some changes hakanardo made in the emitting of pure operations. diff --git a/pypy/jit/metainterp/optimizeopt/optimi

[pypy-commit] pypy default: fix the continuation tests

2011-09-18 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r47329:275aae34cd9d Date: 2011-09-18 22:05 -0400 http://bitbucket.org/pypy/pypy/changeset/275aae34cd9d/ Log:fix the continuation tests diff --git a/pypy/module/_continuation/test/support.py b/pypy/module/_continuation/test/support.py --- a/pypy/module

[pypy-commit] pypy default: fix some more tests

2011-09-18 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r47330:07acb1ab3f7b Date: 2011-09-18 22:06 -0400 http://bitbucket.org/pypy/pypy/changeset/07acb1ab3f7b/ Log:fix some more tests diff --git a/pypy/module/test_lib_pypy/test_greenlet.py b/pypy/module/test_lib_pypy/test_greenlet.py --- a/pypy/module/test

[pypy-commit] pypy default: (agaynor, fijal) merge jit-frontend-unescaped

2011-09-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r47331:5d325d640c23 Date: 2011-09-19 08:09 +0200 http://bitbucket.org/pypy/pypy/changeset/5d325d640c23/ Log:(agaynor, fijal) merge jit-frontend-unescaped diff --git a/pypy/jit/metainterp/heapcache.py b/pypy/jit/metainterp/heapcache.py --- a/pypy

[pypy-commit] pypy unroll-if-alt: some xxx

2011-09-18 Thread hakanardo
Author: Hakan Ardo Branch: unroll-if-alt Changeset: r47333:b6ff3cb19b67 Date: 2011-09-19 08:39 +0200 http://bitbucket.org/pypy/pypy/changeset/b6ff3cb19b67/ Log:some xxx diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/pypy/jit/metainterp/optimizeopt/test/test_optimize

[pypy-commit] pypy unroll-if-alt: dont try to import more info about virtuals than what is passed as the VirtualState of the inputeargs, it wont work

2011-09-18 Thread hakanardo
Author: Hakan Ardo Branch: unroll-if-alt Changeset: r47332:06e87f8caa17 Date: 2011-09-19 08:24 +0200 http://bitbucket.org/pypy/pypy/changeset/06e87f8caa17/ Log:dont try to import more info about virtuals than what is passed as the VirtualState of the inputeargs, it wont work diff --g