[pypy-commit] pypy py3.3: Fix translation.

2016-02-24 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82472:6aef6089a236 Date: 2016-02-14 12:48 -0500 http://bitbucket.org/pypy/pypy/changeset/6aef6089a236/ Log:Fix translation. diff --git a/lib-python/3/importlib/_bootstrap.py b/lib-python/3/importlib/_bootstrap.py --- a/lib-python/3/importlib/_boo

[pypy-commit] pypy py3.3: Fix translation.

2016-02-13 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82206:00c150ed026d Date: 2016-02-13 00:20 -0500 http://bitbucket.org/pypy/pypy/changeset/00c150ed026d/ Log:Fix translation. diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py --- a/pypy/interpreter/mixedmodule.py +++ b/

[pypy-commit] pypy py3.3: Fix translation.

2016-01-12 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r81730:26dd3a53c0c4 Date: 2016-01-13 04:44 +0100 http://bitbucket.org/pypy/pypy/changeset/26dd3a53c0c4/ Log:Fix translation. I think pickling of enumerate objects is still a bit broken. I'll verify after translation. diff --git a

[pypy-commit] pypy py3.3: Fix translation error caused by the qualname fix.

2016-01-12 Thread marky1991
Author: marky1991 Branch: py3.3 Changeset: r81708:57c626958f94 Date: 2016-01-05 02:23 -0500 http://bitbucket.org/pypy/pypy/changeset/57c626958f94/ Log:Fix translation error caused by the qualname fix. diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpre

[pypy-commit] pypy py3.3: fix translation on OSX

2015-12-21 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r81415:223e23e2bfd3 Date: 2015-12-21 13:16 -0800 http://bitbucket.org/pypy/pypy/changeset/223e23e2bfd3/ Log:fix translation on OSX diff --git a/pypy/module/time/__init__.py b/pypy/module/time/__init__.py --- a/pypy/module/time/__init__.py +++ b/

[pypy-commit] pypy py3.3: Fix translation.

2015-08-18 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r79034:ff829278fa73 Date: 2015-08-18 12:51 +0200 http://bitbucket.org/pypy/pypy/changeset/ff829278fa73/ Log:Fix translation. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py --- a/pypy/module/time/interp_time.py +++

[pypy-commit] pypy py3.3: Fix translation, and add a message to an assertion I don't undestand

2015-06-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r78337:71ece22ac15d Date: 2015-06-28 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/71ece22ac15d/ Log:Fix translation, and add a message to an assertion I don't undestand diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/i

[pypy-commit] pypy py3.3: Fix translation

2015-01-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75260:be32e3299b5e Date: 2015-01-08 23:24 +0100 http://bitbucket.org/pypy/pypy/changeset/be32e3299b5e/ Log:Fix translation diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__bu

[pypy-commit] pypy py3.3: fix translation

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72689:a4092f8a43f8 Date: 2014-08-03 21:48 -0700 http://bitbucket.org/pypy/pypy/changeset/a4092f8a43f8/ Log:fix translation diff --git a/pypy/interpreter/pytraceback.py b/pypy/interpreter/pytraceback.py --- a/pypy/interpreter/pytraceback.py +++

[pypy-commit] pypy py3.3: fix translation (newlist vs wrap) and match cpython a bit more

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72649:70a5990e4f23 Date: 2014-08-01 17:11 -0700 http://bitbucket.org/pypy/pypy/changeset/70a5990e4f23/ Log:fix translation (newlist vs wrap) and match cpython a bit more diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py --- a

[pypy-commit] pypy py3.3: Fix translation

2014-07-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72611:edb40b85036b Date: 2014-07-29 19:31 +0200 http://bitbucket.org/pypy/pypy/changeset/edb40b85036b/ Log:Fix translation diff --git a/pypy/module/_lzma/interp_lzma.py b/pypy/module/_lzma/interp_lzma.py --- a/pypy/module/_lzma/interp_lz

[pypy-commit] pypy py3.3: fix translation: uid is based on id (not rpython), we need to use getaddrstring

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72578:6f49b270e66a Date: 2014-07-27 13:03 -0700 http://bitbucket.org/pypy/pypy/changeset/6f49b270e66a/ Log:fix translation: uid is based on id (not rpython), we need to use getaddrstring instead diff --git a/pypy/interpreter/nestedscope