[pypy-commit] pypy default: Ups, fix SyntaxError

2015-02-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r76061:c2c30e39d094 Date: 2015-02-23 11:13 +0200 http://bitbucket.org/pypy/pypy/changeset/c2c30e39d094/ Log:Ups, fix SyntaxError diff --git a/lib_pypy/gdbm.py b/lib_pypy/gdbm.py --- a/lib_pypy/gdbm.py +++ b/lib_pypy/gdbm.py @@ -127,7 +127,7 @@

[pypy-commit] pypy default: ups fix

2013-10-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r67732:287e43d11ca8 Date: 2013-10-29 12:35 +0200 http://bitbucket.org/pypy/pypy/changeset/287e43d11ca8/ Log:ups fix diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py --- a/rpython/rtyper/rbuiltin.py +++ b/rpython/rtyper/rbuilt

[pypy-commit] pypy default: ups fix

2013-07-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r65775:ee83b070300a Date: 2013-07-29 12:39 +0200 http://bitbucket.org/pypy/pypy/changeset/ee83b070300a/ Log:ups fix diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +++ b/pyp

[pypy-commit] pypy default: ups, fix the translation

2012-09-12 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r57300:2d3d1f5167f5 Date: 2012-09-12 20:27 +0200 http://bitbucket.org/pypy/pypy/changeset/2d3d1f5167f5/ Log:ups, fix the translation diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronum