[pypy-commit] pypy default: Update to cffi/ecf4fb44f740.

2014-12-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r75126:731706d14816 Date: 2014-12-26 17:28 +0100 http://bitbucket.org/pypy/pypy/changeset/731706d14816/ Log:Update to cffi/ecf4fb44f740. diff --git a/pypy/module/_cffi_backend/newtype.py b/pypy/module/_cffi_backend/newtype.py --- a/pypy/module/_cffi_ba

[pypy-commit] pypy default: Windows support

2014-12-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r75127:937033492549 Date: 2014-12-26 17:52 +0100 http://bitbucket.org/pypy/pypy/changeset/937033492549/ Log:Windows support diff --git a/pypy/module/_cffi_backend/newtype.py b/pypy/module/_cffi_backend/newtype.py --- a/pypy/module/_cffi_backend/newtype

[pypy-commit] pypy default: fix

2014-12-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r75128:87009b0fd602 Date: 2014-12-26 17:59 +0100 http://bitbucket.org/pypy/pypy/changeset/87009b0fd602/ Log:fix diff --git a/lib-python/2.7/test/test_xml_etree.py b/lib-python/2.7/test/test_xml_etree.py --- a/lib-python/2.7/test/test_xml_etree.py +++ b

[pypy-commit] pypy default: trying to fix the linux64 nightly tests

2014-12-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r75129:a59b791f9299 Date: 2014-12-26 18:01 +0100 http://bitbucket.org/pypy/pypy/changeset/a59b791f9299/ Log:trying to fix the linux64 nightly tests diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py --- a/pypy/

[pypy-commit] pypy default: Optimize the bytecode for the case "if a or b:"

2014-12-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r75130:534bd32933a1 Date: 2014-12-26 18:45 +0100 http://bitbucket.org/pypy/pypy/changeset/534bd32933a1/ Log:Optimize the bytecode for the case "if a or b:" diff --git a/pypy/interpreter/astcompiler/optimize.py b/pypy/interpreter/astcompiler/optimize.py