[pypy-commit] pypy default: Not sure why this code is indenteted 2x

2015-03-22 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r76508:7a496fc36cd0 Date: 2015-03-22 23:44 -0400 http://bitbucket.org/pypy/pypy/changeset/7a496fc36cd0/ Log:Not sure why this code is indenteted 2x diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py --- a/rpython/translator/si

[pypy-commit] pypy exc-later: add a failing test

2015-03-22 Thread rlamy
Author: Ronan Lamy Branch: exc-later Changeset: r76506:7da3860806b3 Date: 2015-03-23 03:00 + http://bitbucket.org/pypy/pypy/changeset/7da3860806b3/ Log:add a failing test diff --git a/rpython/translator/c/test/test_exception.py b/rpython/translator/c/test/test_exception.py --- a/rpython

[pypy-commit] pypy exc-later: fix rpython/translator/c/test/test_exception.py::test_getitem_custom_exception

2015-03-22 Thread rlamy
Author: Ronan Lamy Branch: exc-later Changeset: r76507:ecfb2b754b12 Date: 2015-03-23 03:13 + http://bitbucket.org/pypy/pypy/changeset/ecfb2b754b12/ Log:fix rpython/translator/c/test/test_exception.py::test_getitem_custom _exception diff --git a/rpython/translator/simplify.py b/rp

[pypy-commit] pypy default: Bah, wrong method. It's startup() that is called at runtime.

2015-03-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r76505:9470a81396fa Date: 2015-03-22 22:58 +0100 http://bitbucket.org/pypy/pypy/changeset/9470a81396fa/ Log:Bah, wrong method. It's startup() that is called at runtime. diff --git a/pypy/module/pyexpat/__init__.py b/pypy/module/pyexpat/__init__.py --- a

[pypy-commit] cffi bencord0/also-look-for-ffih-under-usrlocalinclude-1426863787737: Only add '/usr/local/include' to include_dirs on FreeBSD

2015-03-22 Thread bencord0
Author: Ben Cordero Branch: bencord0/also-look-for-ffih-under-usrlocalinclude-1426863787737 Changeset: r1676:7b9b67e7086d Date: 2015-03-22 07:03 + http://bitbucket.org/cffi/cffi/changeset/7b9b67e7086d/ Log:Only add '/usr/local/include' to include_dirs on FreeBSD diff --git a/setup.py b/s

[pypy-commit] cffi bencord0/also-look-for-ffih-under-usrlocalinclude-1426863787737: Also look for ffi.h under /usr/local/include

2015-03-22 Thread bencord0
Author: Ben Cordero Branch: bencord0/also-look-for-ffih-under-usrlocalinclude-1426863787737 Changeset: r1675:8dc344226542 Date: 2015-03-20 15:03 + http://bitbucket.org/cffi/cffi/changeset/8dc344226542/ Log:Also look for ffi.h under /usr/local/include diff --git a/setup.py b/setup.py ---

[pypy-commit] cffi default: Merged in bencord0/cffi/bencord0/also-look-for-ffih-under-usrlocalinclude-1426863787737 (pull request #57)

2015-03-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r1677:ba891f2e5892 Date: 2015-03-22 18:16 +0100 http://bitbucket.org/cffi/cffi/changeset/ba891f2e5892/ Log:Merged in bencord0/cffi/bencord0/also-look-for-ffih-under- usrlocalinclude-1426863787737 (pull request #57) Also look for ffi.h un

[pypy-commit] pypy default: Don't freeze in the pypy binary the version numbers of the libexpat1

2015-03-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r76504:96c123f0695a Date: 2015-03-22 18:12 +0100 http://bitbucket.org/pypy/pypy/changeset/96c123f0695a/ Log:Don't freeze in the pypy binary the version numbers of the libexpat1 library as found during translation. diff --git a/pypy/module/pyexpa

[pypy-commit] pypy stmgc-c7: import stmgc/a0b5046a7bea

2015-03-22 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76502:19a70527aa8a Date: 2015-03-22 08:38 +0100 http://bitbucket.org/pypy/pypy/changeset/19a70527aa8a/ Log:import stmgc/a0b5046a7bea diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] pypy stmgc-c7: merge heads

2015-03-22 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76503:1f0c0b00b785 Date: 2015-03-22 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/1f0c0b00b785/ Log:merge heads diff --git a/pypy/module/pypystm/test_pypy_c/test_no_conflict.py b/pypy/module/pypystm/test_pypy_c/test_no_conflict.py --- a

[pypy-commit] stmgc default: a rare (maybe impossible) case

2015-03-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r1739:a0b5046a7bea Date: 2015-03-22 08:38 +0100 http://bitbucket.org/pypy/stmgc/changeset/a0b5046a7bea/ Log:a rare (maybe impossible) case diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -351,7 +351,9 @@ STM_PS

[pypy-commit] pypy vmprof: make code obj ids more unique

2015-03-22 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76501:f361fc756693 Date: 2015-03-22 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/f361fc756693/ Log:make code obj ids more unique diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py --- a/pypy/

[pypy-commit] pypy vmprof: improve the situation of writing to a file - dont use buffering for now

2015-03-22 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76500:71c7b2e97542 Date: 2015-03-22 10:10 +0200 http://bitbucket.org/pypy/pypy/changeset/71c7b2e97542/ Log:improve the situation of writing to a file - dont use buffering for now diff --git a/pypy/module/_vmprof/src/vmprof.c b/pyp