[pypy-commit] jitviewer default: Don't duplicate requirements from setup.py

2014-02-06 Thread squeaky
Author: Squeaky Branch: Changeset: r254:709f1b155aaf Date: 2014-02-06 15:53 +0100 http://bitbucket.org/pypy/jitviewer/changeset/709f1b155aaf/ Log:Don't duplicate requirements from setup.py diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -1,3

[pypy-commit] pypy default: Add __pypy__.locals_to_fast(), from an idea by Fabio Zadrozny to allow a

2014-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r69087:e4876660324a Date: 2014-02-06 16:46 +0100 http://bitbucket.org/pypy/pypy/changeset/e4876660324a/ Log:Add __pypy__.locals_to_fast(), from an idea by Fabio Zadrozny to allow a Python debugger to modify local variables more freely. The

[pypy-commit] cffi alex_gaynor/handle-the-case-where-someone-has-made-i-1391634819444: Handle the case where someone has made `import weakref` return a weird proxy.

2014-02-06 Thread alex_gaynor
Author: Alex Gaynor Branch: alex_gaynor/handle-the-case-where-someone-has-made-i-1391634819444 Changeset: r1461:b90a5f638975 Date: 2014-02-05 21:13 + http://bitbucket.org/cffi/cffi/changeset/b90a5f638975/ Log:Handle the case where someone has made `import weakref` return a weird p

[pypy-commit] cffi default: Merged in alex_gaynor/cffi-2/alex_gaynor/handle-the-case-where-someone-has-made-i-1391634819444 (pull request #26)

2014-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r1462:9f3caeed71db Date: 2014-02-06 17:41 +0100 http://bitbucket.org/cffi/cffi/changeset/9f3caeed71db/ Log:Merged in alex_gaynor/cffi-2/alex_gaynor/handle-the-case-where- someone-has-made-i-1391634819444 (pull request #26) Handle the cas

[pypy-commit] pypy precompiled-headers: backed out changeset: 4853ab8f1bf9

2014-02-06 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69088:f9034e83c282 Date: 2014-02-06 06:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f9034e83c282/ Log:backed out changeset: 4853ab8f1bf9 diff --git a/rpython/translator/c/src/profiling.c b/rpython/translator/c/src/profiling.c

[pypy-commit] pypy precompiled-headers: backed out changeset: 7fb7c9228605

2014-02-06 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69089:bceb0005f00f Date: 2014-02-06 19:49 +0200 http://bitbucket.org/pypy/pypy/changeset/bceb0005f00f/ Log:backed out changeset: 7fb7c9228605 diff --git a/rpython/translator/platform/posix.py b/rpython/translator/platform/posix.py

[pypy-commit] pypy default: fix test_pypy_c:test_struct_module after 8e51b6cb4481

2014-02-06 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69090:dc128e49e02e Date: 2014-02-06 15:33 -0500 http://bitbucket.org/pypy/pypy/changeset/dc128e49e02e/ Log:fix test_pypy_c:test_struct_module after 8e51b6cb4481 diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pyp