[pypy-commit] pypy default: Merged in vext01/pypy/better_ftime_detect2 (pull request #201)

2013-12-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r68369:d545ceccdf72 Date: 2013-12-03 18:39 + http://bitbucket.org/pypy/pypy/changeset/d545ceccdf72/ Log:Merged in vext01/pypy/better_ftime_detect2 (pull request #201) On OpenBSD do not pull in libcompat.a as it is about to be removed. diff

[pypy-commit] pypy better_ftime_detect2: On OpenBSD do not pull in libcompat.a as it is about to be removed.

2013-12-03 Thread vext01
Author: Edd Barrett Branch: better_ftime_detect2 Changeset: r68368:f0031ea56095 Date: 2013-12-03 18:02 + http://bitbucket.org/pypy/pypy/changeset/f0031ea56095/ Log:On OpenBSD do not pull in libcompat.a as it is about to be removed. And more generally, if you have gettimeofday(2)

[pypy-commit] pypy default: Handle empty cells in flowspace:

2013-12-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r68367:bb3fa3d8d35b Date: 2013-12-03 16:26 + http://bitbucket.org/pypy/pypy/changeset/bb3fa3d8d35b/ Log:Handle empty cells in flowspace: don't explode if they are not actually used, give a nice error message if they are. diff --git a/rpython

[pypy-commit] pypy default: Next try

2013-12-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r68366:5d45e9c2036b Date: 2013-12-03 14:24 +0100 http://bitbucket.org/pypy/pypy/changeset/5d45e9c2036b/ Log:Next try diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext/api.py @@ -8

[pypy-commit] pypy default: Fix Windows translation, and also possibly fix running

2013-12-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r68365:32b194501e90 Date: 2013-12-03 11:03 +0100 http://bitbucket.org/pypy/pypy/changeset/32b194501e90/ Log:Fix Windows translation, and also possibly fix running untranslated tests diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api