[pypy-commit] pypy py3k: Fix syntax error. However this test still crashes for another reason.

2015-11-23 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r80863:3f769149a919 Date: 2015-11-23 18:17 +0100 http://bitbucket.org/pypy/pypy/changeset/3f769149a919/ Log:Fix syntax error. However this test still crashes for another reason. diff --git a/pypy/module/array/test/test_array.py b/pypy/mod

[pypy-commit] pypy py3k: Fix syntax error.

2015-07-01 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78396:378aaa60e293 Date: 2015-07-02 01:46 +0200 http://bitbucket.org/pypy/pypy/changeset/378aaa60e293/ Log:Fix syntax error. diff --git a/pypy/module/_io/test/test_io.py b/pypy/module/_io/test/test_io.py --- a/pypy/module/_io/test/test_io.py +++

[pypy-commit] pypy py3k: Fix syntax error

2015-06-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r78341:74539bd81aa5 Date: 2015-06-28 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/74539bd81aa5/ Log:Fix syntax error diff --git a/lib_pypy/_tkinter/tclobj.py b/lib_pypy/_tkinter/tclobj.py --- a/lib_pypy/_tkinter/tclobj.py +++ b/lib

[pypy-commit] pypy py3k: Fix syntax error in test

2015-02-16 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75914:e8654d723f68 Date: 2015-02-16 09:54 +0100 http://bitbucket.org/pypy/pypy/changeset/e8654d723f68/ Log:Fix syntax error in test diff --git a/pypy/module/_sre/test/test_app_sre.py b/pypy/module/_sre/test/test_app_sre.py --- a/pypy/mod

[pypy-commit] pypy py3k: Fix syntax error when importing hashlib, or random, or tempfile.

2012-10-23 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58393:a4733acc6b11 Date: 2012-10-24 00:55 +0200 http://bitbucket.org/pypy/pypy/changeset/a4733acc6b11/ Log:Fix syntax error when importing hashlib, or random, or tempfile. diff --git a/lib_pypy/_sha1.py b/lib_pypy/_sha1.py --- a/lib_pypy/

[pypy-commit] pypy py3k: fix syntax error

2012-02-24 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52871:3cf4c4babf1b Date: 2012-02-24 15:47 +0100 http://bitbucket.org/pypy/pypy/changeset/3cf4c4babf1b/ Log:fix syntax error diff --git a/pypy/module/__builtin__/test/test_builtin.py b/pypy/module/__builtin__/test/test_builtin.py --- a/pypy/modul