[pypy-commit] pypy py3k: fix translation

2016-10-06 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87612:b10a577458e6 Date: 2016-10-06 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/b10a577458e6/ Log:fix translation diff --git a/pypy/module/cpyext/state.py b/pypy/module/cpyext/state.py --- a/pypy/module/cpyext/state.py +++ b/pypy/module/cp

[pypy-commit] pypy py3k: Fix translation

2016-09-24 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87369:51fce56a2bf1 Date: 2016-09-25 00:41 +0100 http://bitbucket.org/pypy/pypy/changeset/51fce56a2bf1/ Log:Fix translation diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext/a

[pypy-commit] pypy py3k: fix translation

2016-09-07 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r86935:812903497ffc Date: 2016-09-07 15:11 +0100 http://bitbucket.org/pypy/pypy/changeset/812903497ffc/ Log:fix translation diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/memoryobject.py --- a/pypy/objspace/std/memoryobject.py +

[pypy-commit] pypy py3k: fix translation

2016-08-31 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r86778:eb9659774e72 Date: 2016-08-31 15:34 +0100 http://bitbucket.org/pypy/pypy/changeset/eb9659774e72/ Log:fix translation diff --git a/pypy/module/__builtin__/descriptor.py b/pypy/module/__builtin__/descriptor.py --- a/pypy/module/__builtin__/des

[pypy-commit] pypy py3k: Fix translation (sorry)

2016-08-30 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r86727:cc6433b66e6f Date: 2016-08-30 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/cc6433b66e6f/ Log:Fix translation (sorry) diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pypy/objspace/std/byt

[pypy-commit] pypy py3k: fix translation (win32)

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86647:bfdd07da8ed7 Date: 2016-08-28 11:00 -0700 http://bitbucket.org/pypy/pypy/changeset/bfdd07da8ed7/ Log:fix translation (win32) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposi

[pypy-commit] pypy py3k: Fix translation

2016-08-12 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r86176:b1def8b63787 Date: 2016-08-12 17:58 +0100 http://bitbucket.org/pypy/pypy/changeset/b1def8b63787/ Log:Fix translation diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_backend/ctypeptr.py --- a/pypy/module/_cffi_backend/c

[pypy-commit] pypy py3k: Fix translation in _handle_capital_sigma()

2016-07-28 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r85896:88235ae54092 Date: 2016-07-28 19:17 +0100 http://bitbucket.org/pypy/pypy/changeset/88235ae54092/ Log:Fix translation in _handle_capital_sigma() diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/o

[pypy-commit] pypy py3k: fix translation

2016-06-29 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r85462:306f1a7ca98e Date: 2016-06-29 21:00 +0100 http://bitbucket.org/pypy/pypy/changeset/306f1a7ca98e/ Log:fix translation diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py --- a/pypy/objspace/std/stringmethods.p

[pypy-commit] pypy py3k: fix translation maybe

2016-05-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84544:e69098761bed Date: 2016-05-20 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/e69098761bed/ Log:fix translation maybe diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py --- a/pypy/module/cpyext/uni

[pypy-commit] pypy py3k: fix translation

2016-05-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84517:e824f622dcf4 Date: 2016-05-18 19:51 -0700 http://bitbucket.org/pypy/pypy/changeset/e824f622dcf4/ Log:fix translation diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspace/std/typeobject.py +++ b

[pypy-commit] pypy py3k: fix translation

2016-05-14 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r84431:fa4870975abc Date: 2016-05-14 18:32 +0100 http://bitbucket.org/pypy/pypy/changeset/fa4870975abc/ Log:fix translation diff --git a/pypy/module/cpyext/floatobject.py b/pypy/module/cpyext/floatobject.py --- a/pypy/module/cpyext/floatobject.py +

[pypy-commit] pypy py3k: fix translation maybe

2016-05-12 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r84411:947758cd5ea4 Date: 2016-05-13 05:03 +0100 http://bitbucket.org/pypy/pypy/changeset/947758cd5ea4/ Log:fix translation maybe diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/module/_socket/int

[pypy-commit] pypy py3k: fix translation on osx, specialize utime when called w/ None

2016-04-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83889:597f649edbb9 Date: 2016-04-25 17:55 -0700 http://bitbucket.org/pypy/pypy/changeset/597f649edbb9/ Log:fix translation on osx, specialize utime when called w/ None diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_po

[pypy-commit] pypy py3k: Fix translation.

2015-06-23 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78182:ae79f5787d65 Date: 2015-06-18 16:18 +0200 http://bitbucket.org/pypy/pypy/changeset/ae79f5787d65/ Log:Fix translation. diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py --- a/pypy/module/micronumpy/ctors.py +++ b

[pypy-commit] pypy py3k: fix translation

2014-09-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73606:95c3cb767044 Date: 2014-09-18 13:04 -0700 http://bitbucket.org/pypy/pypy/changeset/95c3cb767044/ Log:fix translation diff --git a/rpython/rtyper/module/ll_win32file.py b/rpython/rtyper/module/ll_win32file.py --- a/rpython/rtyper/module/ll

[pypy-commit] pypy py3k: fix translation

2014-05-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71281:a36e3abccfce Date: 2014-05-05 12:06 -0700 http://bitbucket.org/pypy/pypy/changeset/a36e3abccfce/ Log:fix translation diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsprof.py --- a/pypy/module/_lsprof/interp

[pypy-commit] pypy py3k: fix translation

2014-05-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71175:f81c9ca6cbc2 Date: 2014-05-01 18:33 -0700 http://bitbucket.org/pypy/pypy/changeset/f81c9ca6cbc2/ Log:fix translation diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsprof.py --- a/pypy/module/_lsprof/interp

[pypy-commit] pypy py3k: Fix translation.

2014-03-18 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r70084:34feb354a1da Date: 2014-03-19 07:33 +0100 http://bitbucket.org/pypy/pypy/changeset/34feb354a1da/ Log:Fix translation. diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++

[pypy-commit] pypy py3k: fix translation

2014-03-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r70076:4656f3c15efb Date: 2014-03-18 20:02 -0700 http://bitbucket.org/pypy/pypy/changeset/4656f3c15efb/ Log:fix translation diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py --- a/pypy/module/_io/interp_bytesio.p

[pypy-commit] pypy py3k: fix translation

2013-06-03 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r64743:a554ac771ba3 Date: 2013-06-03 18:34 -0700 http://bitbucket.org/pypy/pypy/changeset/a554ac771ba3/ Log:fix translation diff --git a/pypy/module/cpyext/classobject.py b/pypy/module/cpyext/classobject.py --- a/pypy/module/cpyext/classobject.p

[pypy-commit] pypy py3k: fix translation

2013-05-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r64038:111b6f1d63f4 Date: 2013-05-13 10:50 -0700 http://bitbucket.org/pypy/pypy/changeset/111b6f1d63f4/ Log:fix translation diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pypy/int

[pypy-commit] pypy py3k: fix translation

2013-04-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63626:157809b274f4 Date: 2013-04-25 19:30 -0700 http://bitbucket.org/pypy/pypy/changeset/157809b274f4/ Log:fix translation diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix.p

[pypy-commit] pypy py3k: fix translation

2013-04-12 Thread mattip
Author: mattip Branch: py3k Changeset: r63280:17314bb8cd1a Date: 2013-04-12 17:27 +0300 http://bitbucket.org/pypy/pypy/changeset/17314bb8cd1a/ Log:fix translation diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -103,10

[pypy-commit] pypy py3k: fix translation

2013-04-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62933:9aa2731f9946 Date: 2013-04-02 17:21 -0700 http://bitbucket.org/pypy/pypy/changeset/9aa2731f9946/ Log:fix translation diff --git a/pypy/objspace/std/model.py b/pypy/objspace/std/model.py --- a/pypy/objspace/std/model.py +++ b/pypy/objspace/

[pypy-commit] pypy py3k: fix translation, hack, blerg

2013-03-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62190:5a8741c00853 Date: 2013-03-07 14:25 -0800 http://bitbucket.org/pypy/pypy/changeset/5a8741c00853/ Log:fix translation, hack, blerg diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module

[pypy-commit] pypy py3k: Fix translation (?).

2013-03-04 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r62004:dff1263c2d5e Date: 2013-03-04 11:32 +0100 http://bitbucket.org/pypy/pypy/changeset/dff1263c2d5e/ Log:Fix translation (?). diff --git a/pypy/module/_cffi_backend/misc.py b/pypy/module/_cffi_backend/misc.py --- a/pypy/module/_cffi_backend/mis

[pypy-commit] pypy py3k: fix translation

2013-03-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61885:6f29a9528d54 Date: 2013-03-01 00:04 -0800 http://bitbucket.org/pypy/pypy/changeset/6f29a9528d54/ Log:fix translation diff --git a/pypy/module/_codecs/locale.py b/pypy/module/_codecs/locale.py --- a/pypy/module/_codecs/locale.py +++ b/pypy/

[pypy-commit] pypy py3k: Fix translation.

2013-02-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61203:2ced77b5acae Date: 2013-02-13 11:59 +0100 http://bitbucket.org/pypy/pypy/changeset/2ced77b5acae/ Log:Fix translation. diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/interp_array.py

[pypy-commit] pypy py3k: fix translation

2013-02-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60952:338a5d152817 Date: 2013-02-07 21:33 -0800 http://bitbucket.org/pypy/pypy/changeset/338a5d152817/ Log:fix translation diff --git a/pypy/module/_io/interp_fileio.py b/pypy/module/_io/interp_fileio.py --- a/pypy/module/_io/interp_fileio.py ++

[pypy-commit] pypy py3k: fix translation (for now)

2013-01-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59852:85478a2805be Date: 2013-01-07 12:34 -0800 http://bitbucket.org/pypy/pypy/changeset/85478a2805be/ Log:fix translation (for now) diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importing.py +++

[pypy-commit] pypy py3k: fix translation on 32bit

2012-12-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59422:c0fb33799a59 Date: 2012-12-14 11:54 -0800 http://bitbucket.org/pypy/pypy/changeset/c0fb33799a59/ Log:fix translation on 32bit diff --git a/pypy/module/binascii/interp_crc32.py b/pypy/module/binascii/interp_crc32.py --- a/pypy/module/binas

[pypy-commit] pypy py3k: fix translation

2012-12-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59394:7d56f9cc6baf Date: 2012-12-10 23:31 -0800 http://bitbucket.org/pypy/pypy/changeset/7d56f9cc6baf/ Log:fix translation diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/stringobject.p

[pypy-commit] pypy py3k: Fix translation, maybe

2012-12-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59300:e2e5c86e2bc1 Date: 2012-12-03 23:35 +0100 http://bitbucket.org/pypy/pypy/changeset/e2e5c86e2bc1/ Log:Fix translation, maybe diff --git a/pypy/module/_multibytecodec/c_codecs.py b/pypy/module/_multibytecodec/c_codecs.py --- a/pypy/m

[pypy-commit] pypy py3k: Fix translation

2012-12-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59277:6dd3cc751054 Date: 2012-12-03 00:57 +0100 http://bitbucket.org/pypy/pypy/changeset/6dd3cc751054/ Log:Fix translation diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py --- a/pypy/module/cpyext/buffer.py +++ b/p

[pypy-commit] pypy py3k: Fix translation

2012-11-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58866:0e94c992bbfa Date: 2012-11-12 23:13 +0100 http://bitbucket.org/pypy/pypy/changeset/0e94c992bbfa/ Log:Fix translation diff --git a/pypy/module/array/reconstructor.py b/pypy/module/array/reconstructor.py --- a/pypy/module/array/recon

[pypy-commit] pypy py3k: Fix translation

2012-10-23 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58394:3de7391aaa89 Date: 2012-10-24 08:23 +0200 http://bitbucket.org/pypy/pypy/changeset/3de7391aaa89/ Log:Fix translation diff --git a/pypy/module/_multiprocessing/interp_connection.py b/pypy/module/_multiprocessing/interp_connection.py

[pypy-commit] pypy py3k: Fix translation

2012-10-23 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58388:21c70617155a Date: 2012-10-23 22:09 +0200 http://bitbucket.org/pypy/pypy/changeset/21c70617155a/ Log:Fix translation diff --git a/pypy/objspace/std/stringtype.py b/pypy/objspace/std/stringtype.py --- a/pypy/objspace/std/stringtype.p

[pypy-commit] pypy py3k: fix translation

2012-10-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r57942:9866289a5a77 Date: 2012-10-08 12:55 -0700 http://bitbucket.org/pypy/pypy/changeset/9866289a5a77/ Log:fix translation diff --git a/pypy/module/select/interp_kqueue.py b/pypy/module/select/interp_kqueue.py --- a/pypy/module/select/interp_kq

[pypy-commit] pypy py3k: Fix translation

2012-01-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51572:a718c93124eb Date: 2012-01-21 12:47 +0100 http://bitbucket.org/pypy/pypy/changeset/a718c93124eb/ Log:Fix translation diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/argument.py +++ b/p

[pypy-commit] pypy py3k: Fix translation

2012-01-18 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51470:af6e253e47d6 Date: 2012-01-18 22:09 +0100 http://bitbucket.org/pypy/pypy/changeset/af6e253e47d6/ Log:Fix translation diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/p

[pypy-commit] pypy py3k: Fix translation

2011-12-18 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r50675:a2fe74325124 Date: 2011-12-18 19:43 +0100 http://bitbucket.org/pypy/pypy/changeset/a2fe74325124/ Log:Fix translation diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py --- a/pypy/module/pyexp

[pypy-commit] pypy py3k: Fix translation

2011-12-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r50154:d7e4343ce017 Date: 2011-12-04 20:58 +0100 http://bitbucket.org/pypy/pypy/changeset/d7e4343ce017/ Log:Fix translation diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/stringo

[pypy-commit] pypy py3k: Fix translation

2011-12-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r50085:832424e457be Date: 2011-12-03 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/832424e457be/ Log:Fix translation diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/stringo

[pypy-commit] pypy py3k: fix translation

2011-11-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r49075:670a25758031 Date: 2011-11-09 20:21 -0800 http://bitbucket.org/pypy/pypy/changeset/670a25758031/ Log:fix translation diff --git a/pypy/objspace/std/unicodetype.py b/pypy/objspace/std/unicodetype.py --- a/pypy/objspace/std/unicodetype.py ++

[pypy-commit] pypy py3k: Fix translation

2011-11-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48841:bab586dbcd9c Date: 2011-10-26 16:51 +0200 http://bitbucket.org/pypy/pypy/changeset/bab586dbcd9c/ Log:Fix translation diff --git a/pypy/objspace/std/bytearraytype.py b/pypy/objspace/std/bytearraytype.py --- a/pypy/objspace/std/bytea