[pypy-commit] pypy py3k: fix windows' translation

2014-05-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71787:c8596183deb9 Date: 2014-05-30 12:12 -0700 http://bitbucket.org/pypy/pypy/changeset/c8596183deb9/ Log:fix windows' translation diff --git a/pypy/module/_winreg/interp_winreg.py b/pypy/module/_winreg/interp_winreg.py --- a/pypy/module/_winr

[pypy-commit] pypy ppc-updated-backend: Use the correct method for getting values at compile_loop_many_int_args

2014-05-30 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r71786:f6256f2fac96 Date: 2014-05-30 14:08 + http://bitbucket.org/pypy/pypy/changeset/f6256f2fac96/ Log:Use the correct method for getting values at compile_loop_many_int_args diff --git a/rpython/jit/backend/pp

[pypy-commit] pypy default: close files opened by FileType option handling, there must be a better way?

2014-05-30 Thread mattip
Author: mattip Branch: Changeset: r71785:c57ac1c3539e Date: 2014-05-30 15:44 +0300 http://bitbucket.org/pypy/pypy/changeset/c57ac1c3539e/ Log:close files opened by FileType option handling, there must be a better way? diff --git a/lib-python/2.7/test/test_argparse.py b/lib-python/2