[pypy-commit] pypy refactor-buffer-api: fix translation

2014-04-24 Thread bdkearns
Author: Brian Kearns Branch: refactor-buffer-api Changeset: r70925:9859bb1e1b5e Date: 2014-04-24 03:50 -0400 http://bitbucket.org/pypy/pypy/changeset/9859bb1e1b5e/ Log:fix translation diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/base

[pypy-commit] pypy refactor-buffer-api: fix translation

2014-04-23 Thread bdkearns
Author: Brian Kearns Branch: refactor-buffer-api Changeset: r70914:820aa0f69a94 Date: 2014-04-23 22:01 -0400 http://bitbucket.org/pypy/pypy/changeset/820aa0f69a94/ Log:fix translation diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/base

[pypy-commit] pypy refactor-buffer-api: Fix translation.

2013-08-30 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-buffer-api Changeset: r66457:680a9d6c88af Date: 2013-08-30 12:43 +0100 http://bitbucket.org/pypy/pypy/changeset/680a9d6c88af/ Log:Fix translation. diff --git a/pypy/module/cpyext/bufferobject.py b/pypy/module/cpyext/bufferobject.py --- a/pypy/module/cpye