[pypy-commit] pypy default: fix translation (why does the same code work on py3.6?)

2020-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r98686:57362e78ee31 Date: 2020-02-08 13:31 +0100 http://bitbucket.org/pypy/pypy/changeset/57362e78ee31/ Log:fix translation (why does the same code work on py3.6?) diff --git a/pypy/objspace/std/unicodeobject.py

[pypy-commit] pypy default: fix translation

2019-09-12 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97460:ba849ddc5eaf Date: 2019-09-12 15:50 +0200 http://bitbucket.org/pypy/pypy/changeset/ba849ddc5eaf/ Log:fix translation diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py ---

[pypy-commit] pypy default: fix translation on arm

2019-06-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r96810:c82849260828 Date: 2019-06-17 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/c82849260828/ Log:fix translation on arm diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py ---

[pypy-commit] pypy default: fix translation for MSVC which doesn't like void* arithmetic

2019-05-10 Thread mattip
Author: Matti Picus Branch: Changeset: r96592:d4c7063c42e8 Date: 2019-05-10 06:14 -0700 http://bitbucket.org/pypy/pypy/changeset/d4c7063c42e8/ Log:fix translation for MSVC which doesn't like void* arithmetic diff --git a/rpython/translator/c/gc.py b/rpython/translator/c/gc.py ---

[pypy-commit] pypy default: fix translation

2018-10-27 Thread mattip
Author: Matti Picus Branch: Changeset: r95257:e32a30711384 Date: 2018-10-27 22:34 +0300 http://bitbucket.org/pypy/pypy/changeset/e32a30711384/ Log:fix translation diff --git a/pypy/module/thread/os_lock.py b/pypy/module/thread/os_lock.py --- a/pypy/module/thread/os_lock.py +++

[pypy-commit] pypy default: fix translation

2018-07-08 Thread mattip
Author: Matti Picus Branch: Changeset: r94834:b42a5efd4312 Date: 2018-07-08 17:58 -0700 http://bitbucket.org/pypy/pypy/changeset/b42a5efd4312/ Log:fix translation diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/module/_cppyy/interp_cppyy.py

[pypy-commit] pypy default: fix translation

2018-06-25 Thread mattip
Author: Matti Picus Branch: Changeset: r94779:5eb961f7541c Date: 2018-06-25 14:50 -0700 http://bitbucket.org/pypy/pypy/changeset/5eb961f7541c/ Log:fix translation diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py --- a/pypy/module/cpyext/longobject.py +++

[pypy-commit] pypy default: fix translation, hopefully

2018-03-31 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94197:6b7d3a98a2ba Date: 2018-03-31 12:58 +0200 http://bitbucket.org/pypy/pypy/changeset/6b7d3a98a2ba/ Log:fix translation, hopefully diff --git a/pypy/module/pypyjit/interp_resop.py

[pypy-commit] pypy default: fix translation

2018-02-20 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93851:fc072d7375a3 Date: 2018-02-21 04:09 + http://bitbucket.org/pypy/pypy/changeset/fc072d7375a3/ Log:fix translation diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy default: fix translation, cleanup

2018-02-09 Thread mattip
Author: Matti Picus Branch: Changeset: r93793:8b069fa659af Date: 2018-02-09 16:28 -0500 http://bitbucket.org/pypy/pypy/changeset/8b069fa659af/ Log:fix translation, cleanup diff --git a/rpython/memory/gctypelayout.py b/rpython/memory/gctypelayout.py ---

[pypy-commit] pypy default: Fix translation

2017-10-01 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r92546:d56dadcef996 Date: 2017-10-02 01:52 +0200 http://bitbucket.org/pypy/pypy/changeset/d56dadcef996/ Log:Fix translation diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy default: fix translation

2017-05-20 Thread mattip
Author: Matti Picus Branch: Changeset: r91356:c971f0f22925 Date: 2017-05-20 23:45 +0300 http://bitbucket.org/pypy/pypy/changeset/c971f0f22925/ Log:fix translation diff --git a/pypy/module/cpyext/listobject.py b/pypy/module/cpyext/listobject.py ---

[pypy-commit] pypy default: Fix translation: these missing wrappers take no keyword arguments.

2017-04-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r90912:a01f47870f2b Date: 2017-04-02 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/a01f47870f2b/ Log:Fix translation: these missing wrappers take no keyword arguments. diff --git a/pypy/module/cpyext/slotdefs.py

[pypy-commit] pypy default: fix translation

2017-03-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r90756:a2617768d238 Date: 2017-03-19 12:52 -0700 http://bitbucket.org/pypy/pypy/changeset/a2617768d238/ Log:fix translation diff --git a/pypy/module/thread/os_local.py b/pypy/module/thread/os_local.py ---

[pypy-commit] pypy default: Fix translation by adding import.

2017-03-03 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90520:ef6200437274 Date: 2017-03-04 00:47 +0100 http://bitbucket.org/pypy/pypy/changeset/ef6200437274/ Log:Fix translation by adding import. diff --git a/pypy/module/_io/interp_fileio.py b/pypy/module/_io/interp_fileio.py ---

[pypy-commit] pypy default: Fix translation: add required casts from const char* to char*

2017-01-17 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89645:0cce543d57b5 Date: 2017-01-17 19:23 + http://bitbucket.org/pypy/pypy/changeset/0cce543d57b5/ Log:Fix translation: add required casts from const char* to char* diff --git a/pypy/module/cpyext/buffer.py

[pypy-commit] pypy default: fix translation (typo)

2016-12-13 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89047:a12b1539331d Date: 2016-12-13 23:22 + http://bitbucket.org/pypy/pypy/changeset/a12b1539331d/ Log:fix translation (typo) diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py ---

[pypy-commit] pypy default: fix translation

2016-12-10 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89007:5a43ad14735f Date: 2016-12-11 06:13 + http://bitbucket.org/pypy/pypy/changeset/5a43ad14735f/ Log:fix translation diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py ---

[pypy-commit] pypy default: fix translation

2016-09-29 Thread mattip
Author: Matti Picus Branch: Changeset: r87459:aa7addfd4bd1 Date: 2016-09-30 06:53 +0300 http://bitbucket.org/pypy/pypy/changeset/aa7addfd4bd1/ Log:fix translation diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy default: fix translation with --no-allworkingmodules

2016-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r87410:04821987a10e Date: 2016-09-27 09:58 +0200 http://bitbucket.org/pypy/pypy/changeset/04821987a10e/ Log:fix translation with --no-allworkingmodules diff --git a/pypy/module/sys/initpath.py b/pypy/module/sys/initpath.py ---

[pypy-commit] pypy default: Fix translation and add a warning in annmodel.unionof

2016-09-01 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r86825:82980a978280 Date: 2016-09-01 23:02 +0100 http://bitbucket.org/pypy/pypy/changeset/82980a978280/ Log:Fix translation and add a warning in annmodel.unionof diff --git a/rpython/annotator/annrpython.py

[pypy-commit] pypy default: fix translation

2016-05-12 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r84410:4251bbe57346 Date: 2016-05-13 01:09 +0100 http://bitbucket.org/pypy/pypy/changeset/4251bbe57346/ Log:fix translation diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py --- a/rpython/memory/gc/env.py +++

[pypy-commit] pypy default: Fix translation.

2016-02-21 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82379:337c536c54c1 Date: 2016-02-22 02:04 +0100 http://bitbucket.org/pypy/pypy/changeset/337c536c54c1/ Log:Fix translation. diff --git a/pypy/interpreter/pyparser/pytokenizer.py b/pypy/interpreter/pyparser/pytokenizer.py ---

[pypy-commit] pypy default: fix translation

2015-12-24 Thread mattip
Author: mattip Branch: Changeset: r81443:29e5f94db9b6 Date: 2015-12-24 17:24 +0200 http://bitbucket.org/pypy/pypy/changeset/29e5f94db9b6/ Log:fix translation diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy default: fix translation when CLOCK_T is unsigned (BSDs)

2015-12-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r81417:49495a30004c Date: 2015-12-21 15:52 -0800 http://bitbucket.org/pypy/pypy/changeset/49495a30004c/ Log:fix translation when CLOCK_T is unsigned (BSDs) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] pypy default: fix translation

2015-11-18 Thread fijal
Author: fijal Branch: Changeset: r80760:1f06b485fd84 Date: 2015-11-18 18:17 +0200 http://bitbucket.org/pypy/pypy/changeset/1f06b485fd84/ Log:fix translation diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++

[pypy-commit] pypy default: fix translation - closure -> class

2015-09-27 Thread mattip
Author: mattip Branch: Changeset: r79863:403ce2521b92 Date: 2015-09-27 08:52 +0300 http://bitbucket.org/pypy/pypy/changeset/403ce2521b92/ Log:fix translation - closure -> class diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] pypy default: Fix translation (hopefully)

2015-06-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r78361:a6536252040f Date: 2015-06-30 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/a6536252040f/ Log:Fix translation (hopefully) diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py ---

[pypy-commit] pypy default: Fix translation and allow order='K'

2015-06-06 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: Changeset: r77932:75e2c1d303eb Date: 2015-06-07 02:36 +0100 http://bitbucket.org/pypy/pypy/changeset/75e2c1d303eb/ Log:Fix translation and allow order='K' diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py

[pypy-commit] pypy default: fix translation (argument not constant)

2015-06-02 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77787:61595f3c9846 Date: 2015-06-02 21:12 +0300 http://bitbucket.org/pypy/pypy/changeset/61595f3c9846/ Log:fix translation (argument not constant) diff --git a/pypy/module/_cffi_backend/ffi_obj.py

[pypy-commit] pypy default: fix translation

2015-04-30 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r76959:f15b0957b177 Date: 2015-05-01 08:37 +0300 http://bitbucket.org/pypy/pypy/changeset/f15b0957b177/ Log:fix translation diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +++

[pypy-commit] pypy default: fix translation on freebsd

2014-09-16 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73563:a3bb59563fe7 Date: 2014-09-16 18:19 -0400 http://bitbucket.org/pypy/pypy/changeset/a3bb59563fe7/ Log:fix translation on freebsd diff --git a/rpython/rtyper/module/ll_os_stat.py b/rpython/rtyper/module/ll_os_stat.py ---

[pypy-commit] pypy default: fix translation

2014-09-10 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73434:ba969ea17c8e Date: 2014-09-10 20:22 -0400 http://bitbucket.org/pypy/pypy/changeset/ba969ea17c8e/ Log:fix translation diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy default: fix translation

2014-09-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73407:615fa520e47e Date: 2014-09-09 20:56 -0400 http://bitbucket.org/pypy/pypy/changeset/615fa520e47e/ Log:fix translation diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy default: fix translation of test

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72023:18f696e31514 Date: 2014-06-11 21:44 +0300 http://bitbucket.org/pypy/pypy/changeset/18f696e31514/ Log:fix translation of test diff --git a/rpython/translator/c/test/test_extfunc.py b/rpython/translator/c/test/test_extfunc.py ---

[pypy-commit] pypy default: fix translation

2014-05-26 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: Changeset: r71735:ef8c0505fc21 Date: 2014-05-26 18:12 +0100 http://bitbucket.org/pypy/pypy/changeset/ef8c0505fc21/ Log:fix translation diff --git a/rpython/rtyper/module/r_os_stat.py b/rpython/rtyper/module/r_os_stat.py ---

[pypy-commit] pypy default: fix translation on msvc after 3484aaa1e858

2014-05-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r71361:ad12f8418f24 Date: 2014-05-07 09:26 +0300 http://bitbucket.org/pypy/pypy/changeset/ad12f8418f24/ Log:fix translation on msvc after 3484aaa1e858 diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py ---

[pypy-commit] pypy default: fix translation

2014-04-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r70506:da3975c63a3e Date: 2014-04-09 11:52 -0700 http://bitbucket.org/pypy/pypy/changeset/da3975c63a3e/ Log:fix translation diff --git a/pypy/module/sys/initpath.py b/pypy/module/sys/initpath.py --- a/pypy/module/sys/initpath.py

[pypy-commit] pypy default: fix translation

2014-03-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70060:131563225cdf Date: 2014-03-18 14:48 -0400 http://bitbucket.org/pypy/pypy/changeset/131563225cdf/ Log:fix translation diff --git a/pypy/module/__builtin__/interp_memoryview.py b/pypy/module/__builtin__/interp_memoryview.py

[pypy-commit] pypy default: fix translation

2013-12-20 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68517:2607be88f864 Date: 2013-12-20 15:38 -0500 http://bitbucket.org/pypy/pypy/changeset/2607be88f864/ Log:fix translation diff --git a/pypy/module/micronumpy/arrayimpl/scalar.py b/pypy/module/micronumpy/arrayimpl/scalar.py ---

[pypy-commit] pypy default: fix translation (odd?)

2013-12-19 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68505:70c1284ebcc9 Date: 2013-12-19 22:57 -0500 http://bitbucket.org/pypy/pypy/changeset/70c1284ebcc9/ Log:fix translation (odd?) diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py ---

[pypy-commit] pypy default: fix translation

2013-12-17 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68459:685403c62cab Date: 2013-12-18 00:10 -0500 http://bitbucket.org/pypy/pypy/changeset/685403c62cab/ Log:fix translation diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] pypy default: fix translation, be more like cpython

2013-11-24 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r68310:d45c21ada48f Date: 2013-11-24 20:22 +0200 http://bitbucket.org/pypy/pypy/changeset/d45c21ada48f/ Log:fix translation, be more like cpython diff --git a/pypy/module/cpyext/include/pyconfig.h

[pypy-commit] pypy default: fix translation after last commit

2013-10-28 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r67672:57fb97ec48c9 Date: 2013-10-28 23:35 -0400 http://bitbucket.org/pypy/pypy/changeset/57fb97ec48c9/ Log:fix translation after last commit diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: fix translation, fix test for removed numpy.py file

2013-10-14 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r67369:f25225624539 Date: 2013-10-14 21:27 +0300 http://bitbucket.org/pypy/pypy/changeset/f25225624539/ Log:fix translation, fix test for removed numpy.py file diff --git a/pypy/module/micronumpy/interp_ufuncs.py

[pypy-commit] pypy default: fix translation

2013-10-13 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r67342:218eb71b2288 Date: 2013-10-13 11:24 +0300 http://bitbucket.org/pypy/pypy/changeset/218eb71b2288/ Log:fix translation diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/module/cpyext/ndarrayobject.py ---

[pypy-commit] pypy default: fix translation

2013-09-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r67134:b276b99a50c9 Date: 2013-09-29 09:09 -0700 http://bitbucket.org/pypy/pypy/changeset/b276b99a50c9/ Log:fix translation diff --git a/rpython/jit/metainterp/heapcache.py b/rpython/jit/metainterp/heapcache.py ---

[pypy-commit] pypy default: Fix translation without threads (hopefully)

2013-08-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r65978:4c7b26f3c910 Date: 2013-08-06 19:07 +0200 http://bitbucket.org/pypy/pypy/changeset/4c7b26f3c910/ Log:Fix translation without threads (hopefully) diff --git a/pypy/module/cpyext/pystate.py b/pypy/module/cpyext/pystate.py ---

[pypy-commit] pypy default: fix translation, maybe

2013-07-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r65595:c7b6692d954c Date: 2013-07-24 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/c7b6692d954c/ Log:fix translation, maybe diff --git a/rpython/rtyper/module/ll_os_stat.py b/rpython/rtyper/module/ll_os_stat.py ---

[pypy-commit] pypy default: Fix translation, int%float is not RPython.

2013-06-28 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r65071:d77e4dd8ef04 Date: 2013-06-28 16:47 +0200 http://bitbucket.org/pypy/pypy/changeset/d77e4dd8ef04/ Log:Fix translation, int%float is not RPython. Don't use floats when integer arithmetics is possible, I'm sure

[pypy-commit] pypy default: Fix translation.

2013-05-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r64495:416ab73a45e1 Date: 2013-05-22 16:04 -0700 http://bitbucket.org/pypy/pypy/changeset/416ab73a45e1/ Log:Fix translation. diff --git a/rpython/jit/metainterp/optimizeopt/vstring.py

[pypy-commit] pypy default: fix translation

2013-05-21 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64372:e50833e88c65 Date: 2013-05-21 07:46 + http://bitbucket.org/pypy/pypy/changeset/e50833e88c65/ Log:fix translation diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py

[pypy-commit] pypy default: fix translation on ARM, I believe

2013-04-18 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r63484:e64058419d45 Date: 2013-04-18 21:46 +0200 http://bitbucket.org/pypy/pypy/changeset/e64058419d45/ Log:fix translation on ARM, I believe diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy default: fix translation

2013-04-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63263:7a2e0a6b013b Date: 2013-04-11 23:17 -0400 http://bitbucket.org/pypy/pypy/changeset/7a2e0a6b013b/ Log:fix translation diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py ---

[pypy-commit] pypy default: fix translation (maybe)

2013-03-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62757:b1537cfcaaed Date: 2013-03-25 14:38 -0700 http://bitbucket.org/pypy/pypy/changeset/b1537cfcaaed/ Log:fix translation (maybe) diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py ---

[pypy-commit] pypy default: fix translation

2013-03-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62703:c9e6b6819cbb Date: 2013-03-23 12:22 -0700 http://bitbucket.org/pypy/pypy/changeset/c9e6b6819cbb/ Log:fix translation diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py ---

[pypy-commit] pypy default: fix translation

2013-03-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62705:97fea5c972a2 Date: 2013-03-23 12:35 -0700 http://bitbucket.org/pypy/pypy/changeset/97fea5c972a2/ Log:fix translation diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py ---

[pypy-commit] pypy default: Fix translation.

2013-03-16 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r62373:46b9ff612805 Date: 2013-03-16 14:27 -0700 http://bitbucket.org/pypy/pypy/changeset/46b9ff612805/ Log:Fix translation. diff --git a/rpython/rlib/rmmap.py b/rpython/rlib/rmmap.py --- a/rpython/rlib/rmmap.py +++

[pypy-commit] pypy default: fix translation

2013-02-25 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r61810:1ba981281500 Date: 2013-02-26 07:19 +0200 http://bitbucket.org/pypy/pypy/changeset/1ba981281500/ Log:fix translation diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py ---

[pypy-commit] pypy default: fix translation after 34f8c678ef62

2013-02-23 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61647:dc621a04b30d Date: 2013-02-23 03:21 -0500 http://bitbucket.org/pypy/pypy/changeset/dc621a04b30d/ Log:fix translation after 34f8c678ef62 diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: Fix translation

2012-11-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58826:3701a1f44095 Date: 2012-11-11 12:46 +0100 http://bitbucket.org/pypy/pypy/changeset/3701a1f44095/ Log:Fix translation diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.py ---

[pypy-commit] pypy default: fix translation I believe

2012-11-10 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r58819:cb94dcefc50d Date: 2012-11-10 09:53 -0800 http://bitbucket.org/pypy/pypy/changeset/cb94dcefc50d/ Log:fix translation I believe diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py ---

[pypy-commit] pypy default: fix translation on Macs

2012-06-22 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r55755:9daab4fb1be1 Date: 2012-06-22 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/9daab4fb1be1/ Log:fix translation on Macs diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py ---

[pypy-commit] pypy default: fix translation (@Alex_Gaynor)

2012-04-22 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r54637:0b78258294b6 Date: 2012-04-23 02:15 +0300 http://bitbucket.org/pypy/pypy/changeset/0b78258294b6/ Log:fix translation (@Alex_Gaynor) diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy default: fix translation

2012-04-22 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r54639:88576b6607fa Date: 2012-04-23 02:36 +0300 http://bitbucket.org/pypy/pypy/changeset/88576b6607fa/ Log:fix translation diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy default: fix translation (?)

2012-04-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r54116:ba8760573e6d Date: 2012-04-01 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/ba8760573e6d/ Log:fix translation (?) diff --git a/pypy/module/cpyext/pyerrors.py b/pypy/module/cpyext/pyerrors.py ---

[pypy-commit] pypy default: Fix translation

2012-02-15 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r52533:f272bf10ef94 Date: 2012-02-16 00:17 +0100 http://bitbucket.org/pypy/pypy/changeset/f272bf10ef94/ Log:Fix translation diff --git a/pypy/module/cpyext/pystate.py b/pypy/module/cpyext/pystate.py ---

[pypy-commit] pypy default: fix translation

2011-12-06 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r50227:4d94de61c725 Date: 2011-12-06 16:01 -0500 http://bitbucket.org/pypy/pypy/changeset/4d94de61c725/ Log:fix translation diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] pypy default: fix translation

2011-11-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r50004:9eec6149907c Date: 2011-11-29 23:27 -0500 http://bitbucket.org/pypy/pypy/changeset/9eec6149907c/ Log:fix translation diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py ---

[pypy-commit] pypy default: fix translation hopefully

2011-11-28 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r49896:67ac82a4bea4 Date: 2011-11-28 07:23 -0500 http://bitbucket.org/pypy/pypy/changeset/67ac82a4bea4/ Log:fix translation hopefully diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: fix translation hopefully

2011-11-28 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r49899:86a762812948 Date: 2011-11-28 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/86a762812948/ Log:fix translation hopefully diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: fix translation

2011-10-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r48354:10f7167b3e98 Date: 2011-10-22 22:34 -0700 http://bitbucket.org/pypy/pypy/changeset/10f7167b3e98/ Log:fix translation diff --git a/pypy/jit/backend/llsupport/descr.py b/pypy/jit/backend/llsupport/descr.py ---

[pypy-commit] pypy default: fix translation.

2011-09-19 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r47356:6846a02685ec Date: 2011-09-19 15:12 -0400 http://bitbucket.org/pypy/pypy/changeset/6846a02685ec/ Log:fix translation. diff --git a/pypy/jit/metainterp/heapcache.py b/pypy/jit/metainterp/heapcache.py ---

[pypy-commit] pypy default: Fix translation

2011-09-05 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r47095:517b88c3b7d5 Date: 2011-09-06 02:02 +0200 http://bitbucket.org/pypy/pypy/changeset/517b88c3b7d5/ Log:Fix translation diff --git a/pypy/module/pwd/interp_pwd.py b/pypy/module/pwd/interp_pwd.py ---

[pypy-commit] pypy default: Fix translation (whoops).

2011-07-16 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r45656:cfa96ceb9935 Date: 2011-07-15 23:08 -0700 http://bitbucket.org/pypy/pypy/changeset/cfa96ceb9935/ Log:Fix translation (whoops). diff --git a/pypy/module/_file/interp_stream.py b/pypy/module/_file/interp_stream.py ---

[pypy-commit] pypy default: Fix translation.

2011-07-01 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r45257:826ab6a098e6 Date: 2011-07-01 21:11 -0700 http://bitbucket.org/pypy/pypy/changeset/826ab6a098e6/ Log:Fix translation. diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py ---

[pypy-commit] pypy default: Fix translation on 32-bit.

2011-06-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45137:65b1ed60d7da Date: 2011-06-26 13:46 +0200 http://bitbucket.org/pypy/pypy/changeset/65b1ed60d7da/ Log:Fix translation on 32-bit. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py ---