[pypy-commit] pypy default: Fix broken parsing logic

2016-03-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r83411:f5820433cbf9 Date: 2016-03-28 15:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f5820433cbf9/ Log:Fix broken parsing logic diff --git a/rpython/jit/backend/arm/detect.py b/rpython/jit/backend/arm/detect.py --- a/rpython/jit/backend/arm/detect

[pypy-commit] pypy win32-lib-name: fix for case where cwd is not pypy/goal

2016-03-28 Thread mattip
Author: mattip Branch: win32-lib-name Changeset: r83412:a1bfc9e7f00c Date: 2016-03-28 19:14 +0300 http://bitbucket.org/pypy/pypy/changeset/a1bfc9e7f00c/ Log:fix for case where cwd is not pypy/goal diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/