[pypy-commit] pypy default: oops, fix for 853267f08f60: the final update of cached_types should occur while

2019-12-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r98302:36cf5ebfa3ec Date: 2019-12-16 19:25 +0100 http://bitbucket.org/pypy/pypy/changeset/36cf5ebfa3ec/ Log:oops, fix for 853267f08f60: the final update of cached_types should occur while we still have the lock (maybe it works anyway because of

[pypy-commit] pypy default: oops, aarch64 fix

2019-11-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r98063:41990e65c077 Date: 2019-11-16 11:23 +0100 http://bitbucket.org/pypy/pypy/changeset/41990e65c077/ Log:oops, aarch64 fix diff --git a/pypy/module/_cffi_backend/newtype.py b/pypy/module/_cffi_backend/newtype.py --- a/pypy/module/_cffi_backend/newty

[pypy-commit] pypy default: oops

2019-02-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r95826:a8f961c358d3 Date: 2019-02-05 14:39 +0100 http://bitbucket.org/pypy/pypy/changeset/a8f961c358d3/ Log:oops diff --git a/lib_pypy/cffi/pkgconfig.py b/lib_pypy/cffi/pkgconfig.py new file mode 100644 --- /dev/null +++ b/lib_pypy/cffi/pkgconfig.py @@

[pypy-commit] pypy default: oops

2018-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r95147:99b6e798bdad Date: 2018-09-19 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/99b6e798bdad/ Log:oops diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__builtin__/functional.py +++

[pypy-commit] pypy default: Oops

2018-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r93899:98de07e737f3 Date: 2018-02-27 20:02 +0100 http://bitbucket.org/pypy/pypy/changeset/98de07e737f3/ Log:Oops diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-INFO +++ b/lib_pypy/cffi.egg

[pypy-commit] pypy default: oops, fix for dc929547a198

2017-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r91650:29f3c769e610 Date: 2017-06-26 19:33 +0200 http://bitbucket.org/pypy/pypy/changeset/29f3c769e610/ Log:oops, fix for dc929547a198 diff --git a/lib_pypy/stackless.py b/lib_pypy/stackless.py --- a/lib_pypy/stackless.py +++ b/lib_pypy/stackless.py @@

[pypy-commit] pypy default: oops, this is also RPython code

2017-03-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r90846:f564555ae003 Date: 2017-03-28 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/f564555ae003/ Log:oops, this is also RPython code diff --git a/rpython/jit/backend/x86/detect_feature.py b/rpython/jit/backend/x86/detect_feature.py --- a/rpython

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

2017-02-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r90359:78cdf1e8c131 Date: 2017-02-26 12:31 +0100 http://bitbucket.org/pypy/pypy/changeset/78cdf1e8c131/ Log:Oops, fix translation diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py --- a/rpython/jit/met

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

2017-02-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r90310:9de068384802 Date: 2017-02-22 17:08 + http://bitbucket.org/pypy/pypy/changeset/9de068384802/ Log:oops, translation fix diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy/interpreter/astcompiler/

[pypy-commit] pypy default: oops

2016-12-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r89115:b447bdd635ee Date: 2016-12-17 15:52 +0100 http://bitbucket.org/pypy/pypy/changeset/b447bdd635ee/ Log:oops diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py +++ b/pypy/goal/

[pypy-commit] pypy default: Oops, this comment is only visible in py.test tracebacks, but not with

2016-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r88980:48a3d2466462 Date: 2016-12-08 22:54 +0100 http://bitbucket.org/pypy/pypy/changeset/48a3d2466462/ Log:Oops, this comment is only visible in py.test tracebacks, but not with bin/rpython. Move it to the assertion error message. diff --git a/

[pypy-commit] pypy default: oops, fix the GC

2016-11-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r88756:fe98eb698187 Date: 2016-11-30 11:10 +0100 http://bitbucket.org/pypy/pypy/changeset/fe98eb698187/ Log:oops, fix the GC diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory/gc/incminimark.py +++ b/rp

[pypy-commit] pypy default: oops

2016-10-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r87626:f8f3f559e826 Date: 2016-10-08 17:42 +0200 http://bitbucket.org/pypy/pypy/changeset/f8f3f559e826/ Log:oops diff --git a/pypy/module/faulthandler/faulthandler.c b/pypy/module/faulthandler/faulthandler.c --- a/pypy/module/faulthandler/faulthandler.

[pypy-commit] pypy default: Oops, bug: if a throw() propagates the error sent in, then the 'return'

2016-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r87141:47fa78e23bfb Date: 2016-09-16 16:49 +0200 http://bitbucket.org/pypy/pypy/changeset/47fa78e23bfb/ Log:Oops, bug: if a throw() propagates the error sent in, then the 'return' trace was not called. This can confuse debuggers/profilers. diff

[pypy-commit] pypy default: oops, revert f6eabcc3367c: found the difference between test_throw1 and

2016-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r87139:2d311b3e8715 Date: 2016-09-16 16:18 +0200 http://bitbucket.org/pypy/pypy/changeset/2d311b3e8715/ Log:oops, revert f6eabcc3367c: found the difference between test_throw1 and test_throw2 diff --git a/pypy/interpreter/test/test_generator.py

[pypy-commit] pypy default: Oops!

2016-09-07 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r86950:e3d66063913c Date: 2016-09-07 23:41 +0100 http://bitbucket.org/pypy/pypy/changeset/e3d66063913c/ Log:Oops! diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py --- a/pypy/module/cpyext/test/test_cpyext.py

[pypy-commit] pypy default: Oops, this test would segfault if Boehm didn't manage to free all 1000

2016-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r85445:c1e9b92562a8 Date: 2016-06-29 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/c1e9b92562a8/ Log:Oops, this test would segfault if Boehm didn't manage to free all 1000 dead objects diff --git a/rpython/translator/c/test/test_boehm.py

[pypy-commit] pypy default: Oops, we decided to use '__int128_t' instead of '__int128'

2016-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r85389:bc5641f92910 Date: 2016-06-26 22:22 +0200 http://bitbucket.org/pypy/pypy/changeset/bc5641f92910/ Log:Oops, we decided to use '__int128_t' instead of '__int128' diff --git a/rpython/translator/c/src/int.h b/rpython/translator/c/src/int.h --- a/rpy

[pypy-commit] pypy default: oops

2016-06-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r84961:251a2846d850 Date: 2016-06-06 08:58 +0200 http://bitbucket.org/pypy/pypy/changeset/251a2846d850/ Log:oops diff --git a/rpython/jit/backend/arm/regalloc.py b/rpython/jit/backend/arm/regalloc.py --- a/rpython/jit/backend/arm/regalloc.py +++ b/rpyt

[pypy-commit] pypy default: oops

2016-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r84829:afadd6ee462e Date: 2016-05-30 13:07 +0200 http://bitbucket.org/pypy/pypy/changeset/afadd6ee462e/ Log:oops diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/interpreter/app_main.

[pypy-commit] pypy default: oops

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r84276:a6542e0224bf Date: 2016-05-07 14:51 +0200 http://bitbucket.org/pypy/pypy/changeset/a6542e0224bf/ Log:oops diff --git a/pypy/module/_cffi_backend/ctypeprim.py b/pypy/module/_cffi_backend/ctypeprim.py --- a/pypy/module/_cffi_backend/ctypeprim.py +

[pypy-commit] pypy default: oops

2016-05-04 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84206:ff72a5d6a0cc Date: 2016-05-04 19:58 -0700 http://bitbucket.org/pypy/pypy/changeset/ff72a5d6a0cc/ Log:oops diff --git a/lib-python/2.7/test/test_descr.py b/lib-python/2.7/test/test_descr.py --- a/lib-python/2.7/test/test_descr.py +++ b/lib-pyt

[pypy-commit] pypy default: oops. probable fix. will try to make a unit test

2016-04-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r83667:d072c237452a Date: 2016-04-14 12:26 +0200 http://bitbucket.org/pypy/pypy/changeset/d072c237452a/ Log:oops. probable fix. will try to make a unit test diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/

[pypy-commit] pypy default: oops

2016-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r82930:f7c9e212e5f3 Date: 2016-03-10 11:25 +0100 http://bitbucket.org/pypy/pypy/changeset/f7c9e212e5f3/ Log:oops diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh --- a/pypy/tool/release/repackage.sh +++ b/pypy/tool/release/re

[pypy-commit] pypy default: oops

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79971:6d64f32918a7 Date: 2015-10-04 14:00 +0200 http://bitbucket.org/pypy/pypy/changeset/6d64f32918a7/ Log:oops diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.py --- a/rpython/jit/metainterp/optim

[pypy-commit] pypy default: oops

2015-09-20 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79725:4e6f5ed43e2b Date: 2015-09-20 18:40 +0200 http://bitbucket.org/pypy/pypy/changeset/4e6f5ed43e2b/ Log:oops diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.py --- a/rpython/jit/me

[pypy-commit] pypy default: oops

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79598:c251644bdb57 Date: 2015-09-13 11:52 +0200 http://bitbucket.org/pypy/pypy/changeset/c251644bdb57/ Log:oops diff --git a/rpython/jit/metainterp/optimizeopt/shortpreamble.py b/rpython/jit/metainterp/optimizeopt/shortpreamble.py --- a/rpytho

[pypy-commit] pypy default: oops. I broke the arm backend in 995518da4059 (found by running

2015-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r79476:d8ef26e72e17 Date: 2015-09-06 14:16 +0200 http://bitbucket.org/pypy/pypy/changeset/d8ef26e72e17/ Log:oops. I broke the arm backend in 995518da4059 (found by running test_zll_stress) diff --git a/rpython/jit/backend/arm/assembler.py b/rpy

[pypy-commit] pypy default: oops

2015-04-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76733:8a6ddf44c445 Date: 2015-04-07 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/8a6ddf44c445/ Log:oops diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py --- a/lib_pypy/_tkinter/tklib.py +++ b/lib_pypy/_tkinter/tklib.py @@ -1

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

2015-02-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r75906:fd175f59c77f Date: 2015-02-15 20:13 +0100 http://bitbucket.org/pypy/pypy/changeset/fd175f59c77f/ Log:Oops, fix translation diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicod

[pypy-commit] pypy default: oops

2014-10-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r74228:41343203ab73 Date: 2014-10-25 17:21 +0200 http://bitbucket.org/pypy/pypy/changeset/41343203ab73/ Log:oops diff --git a/rpython/jit/backend/llsupport/descr.py b/rpython/jit/backend/llsupport/descr.py --- a/rpython/jit/backend/llsupport/descr.py +

[pypy-commit] pypy default: oops

2014-10-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74199:391cb686bad8 Date: 2014-10-25 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/391cb686bad8/ Log:oops diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool/release/

[pypy-commit] pypy default: oops

2014-10-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r74141:290533c1b363 Date: 2014-10-23 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/290533c1b363/ Log:oops diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeopt/test/test_optimizeop

[pypy-commit] pypy default: oops, avoid we_are_translated at module scope

2014-10-13 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r73940:dfef5006402a Date: 2014-05-27 13:07 -0700 http://bitbucket.org/pypy/pypy/changeset/dfef5006402a/ Log:oops, avoid we_are_translated at module scope (grafted from 9a4c6f4f53b6f320a2d1069f02923de4da68334d) diff --git a/rpython/rlib/runico

[pypy-commit] pypy default: Oops. If, during translation, we execute app-level code that contains a

2014-07-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r72497:c97bfecbfc61 Date: 2014-07-26 13:54 +0200 http://bitbucket.org/pypy/pypy/changeset/c97bfecbfc61/ Log:Oops. If, during translation, we execute app-level code that contains a "continue" in a "try:" block, and if we're translating wit

[pypy-commit] pypy default: Oops, I upgraded the _cffi_backend to version 0.8.6 but forgot that

2014-07-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r72417:08d164cb3d40 Date: 2014-07-11 12:24 +0200 http://bitbucket.org/pypy/pypy/changeset/08d164cb3d40/ Log:Oops, I upgraded the _cffi_backend to version 0.8.6 but forgot that the lib_pypy/cffi directory was still checking for 0.8.2. diff --git

[pypy-commit] pypy default: oops, fix test_pypy_c.test_buffers

2014-05-05 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71302:a7a4b3c9936f Date: 2014-05-05 19:45 -0400 http://bitbucket.org/pypy/pypy/changeset/a7a4b3c9936f/ Log:oops, fix test_pypy_c.test_buffers diff --git a/pypy/module/pypyjit/test_pypy_c/test_buffers.py b/pypy/module/pypyjit/test_pypy_c/test_buffers

[pypy-commit] pypy default: oops this assert isnt valid for intp

2014-02-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69404:ed7ff32d337d Date: 2014-02-25 00:28 -0500 http://bitbucket.org/pypy/pypy/changeset/ed7ff32d337d/ Log:oops this assert isnt valid for intp diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/m

[pypy-commit] pypy default: oops, give operationerrfmt a constant

2014-01-24 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r68930:e3f4f801f664 Date: 2014-01-24 17:20 -0800 http://bitbucket.org/pypy/pypy/changeset/e3f4f801f664/ Log:oops, give operationerrfmt a constant diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspac

[pypy-commit] pypy default: oops can't remove this

2013-12-13 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68425:8608b7b52941 Date: 2013-12-13 17:16 -0500 http://bitbucket.org/pypy/pypy/changeset/8608b7b52941/ Log:oops can't remove this diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/micronum

[pypy-commit] pypy default: oops ldexp breaks translation, remove for now

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67455:c3f5e0155683 Date: 2013-10-17 03:31 -0400 http://bitbucket.org/pypy/pypy/changeset/c3f5e0155683/ Log:oops ldexp breaks translation, remove for now diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/

[pypy-commit] pypy default: oops

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65503:4121d8d7d855 Date: 2013-07-19 19:13 -0700 http://bitbucket.org/pypy/pypy/changeset/4121d8d7d855/ Log:oops diff --git a/pypy/module/test_lib_pypy/support.py b/pypy/module/test_lib_pypy/support.py --- a/pypy/module/test_lib_pypy/support.py +++

[pypy-commit] pypy default: Oops, delete that test too. It will only return -1 *on* ARM

2013-05-18 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r64295:658619199c14 Date: 2013-05-19 01:17 +0200 http://bitbucket.org/pypy/pypy/changeset/658619199c14/ Log:Oops, delete that test too. It will only return -1 *on* ARM diff --git a/rpython/memory/gc/test/test_env.py b/rpython/memory/gc/test/test_en

[pypy-commit] pypy default: oops

2013-05-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r64222:2a94ff895d4b Date: 2013-05-16 12:39 +0200 http://bitbucket.org/pypy/pypy/changeset/2a94ff895d4b/ Log:oops diff --git a/rpython/rlib/entrypoint.py b/rpython/rlib/entrypoint.py --- a/rpython/rlib/entrypoint.py +++ b/rpython/rlib/entrypoint.

[pypy-commit] pypy default: oops

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63929:5bc8ded7660e Date: 2013-05-08 21:20 +0200 http://bitbucket.org/pypy/pypy/changeset/5bc8ded7660e/ Log:oops diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++ b/rpython/translator

[pypy-commit] pypy default: oops

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63921:624a417bffcf Date: 2013-05-08 18:23 +0200 http://bitbucket.org/pypy/pypy/changeset/624a417bffcf/ Log:oops diff --git a/rpython/rlib/clibffi.py b/rpython/rlib/clibffi.py --- a/rpython/rlib/clibffi.py +++ b/rpython/rlib/clibffi.py @@ -82,7

[pypy-commit] pypy default: oops

2013-04-03 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62946:994a2bcc7018 Date: 2013-04-03 09:53 +0200 http://bitbucket.org/pypy/pypy/changeset/994a2bcc7018/ Log:oops diff --git a/pypy/module/test_lib_pypy/pyrepl/test_bugs.py b/pypy/module/test_lib_pypy/pyrepl/test_bugs.py --- a/pypy/module/test_l

[pypy-commit] pypy default: oops this doesnt make sense for windows

2013-01-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60665:9384b83b4442 Date: 2013-01-29 06:17 -0500 http://bitbucket.org/pypy/pypy/changeset/9384b83b4442/ Log:oops this doesnt make sense for windows diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py ---

[pypy-commit] pypy default: oops fix

2013-01-20 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r60238:3706381fd356 Date: 2013-01-20 16:28 +0200 http://bitbucket.org/pypy/pypy/changeset/3706381fd356/ Log:oops fix diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++ b/rpython/rlib/runicode.py @

[pypy-commit] pypy default: oops missed that one

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r58582:5893044643da Date: 2012-10-29 13:10 +0100 http://bitbucket.org/pypy/pypy/changeset/5893044643da/ Log:oops missed that one diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/module/micronumpy/str

[pypy-commit] pypy default: oops, unbreak the case where arg does not come in a register (TEST can't deal with it)

2012-07-20 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r56298:b3b44b20399e Date: 2012-07-20 19:52 +0200 http://bitbucket.org/pypy/pypy/changeset/b3b44b20399e/ Log:oops, unbreak the case where arg does not come in a register (TEST can't deal with it) diff --git a/pypy/jit/backend/x86/regalloc

[pypy-commit] pypy default: oops

2012-07-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r56029:df2149ea389e Date: 2012-07-11 18:27 +0200 http://bitbucket.org/pypy/pypy/changeset/df2149ea389e/ Log:oops diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py --- a/pypy/jit/backend

[pypy-commit] pypy default: oops, python has three >, not four ...

2012-04-20 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r54599:442a3ea22328 Date: 2012-04-20 14:58 -0700 http://bitbucket.org/pypy/pypy/changeset/442a3ea22328/ Log:oops, python has three >, not four ... diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst

[pypy-commit] pypy default: oops

2012-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54136:78c41b32d5f1 Date: 2012-04-02 09:22 +0200 http://bitbucket.org/pypy/pypy/changeset/78c41b32d5f1/ Log:oops diff --git a/pypy/module/micronumpy/signature.py b/pypy/module/micronumpy/signature.py --- a/pypy/module/micronumpy/signature.py ++

[pypy-commit] pypy default: Oops, did not mean to commit this

2012-02-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52343:44bceade8267 Date: 2012-02-10 01:24 +0100 http://bitbucket.org/pypy/pypy/changeset/44bceade8267/ Log:Oops, did not mean to commit this diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/da

[pypy-commit] pypy default: oops, typo

2012-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52080:3d464cea29ac Date: 2012-02-04 12:43 +0200 http://bitbucket.org/pypy/pypy/changeset/3d464cea29ac/ Log:oops, typo diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/module/micronumpy

[pypy-commit] pypy default: oops, fix tests

2012-01-17 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r51412:593bcb6b2e6f Date: 2012-01-17 12:25 -0600 http://bitbucket.org/pypy/pypy/changeset/593bcb6b2e6f/ Log:oops, fix tests diff --git a/lib_pypy/numpypy/test/test_fromnumeric.py b/lib_pypy/numpypy/test/test_fromnumeric.py --- a/lib_pypy/numpypy/test/

[pypy-commit] pypy default: oops, fix test_pypy_c

2011-12-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50922:87d1c652d40b Date: 2011-12-28 11:13 +0200 http://bitbucket.org/pypy/pypy/changeset/87d1c652d40b/ Log:oops, fix test_pypy_c diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parse

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

2011-11-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50006:bef722513f6c Date: 2011-11-30 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/bef722513f6c/ Log:oops, fix translation diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/modu

[pypy-commit] pypy default: oops, those two are unroll_safe

2011-11-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49789:c38223706f79 Date: 2011-11-25 14:22 +0200 http://bitbucket.org/pypy/pypy/changeset/c38223706f79/ Log:oops, those two are unroll_safe diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a

[pypy-commit] pypy default: oops

2011-09-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r47296:b3a8aec61f40 Date: 2011-09-14 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b3a8aec61f40/ Log:oops diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/stringobject.py +++ b/py

[pypy-commit] pypy default: Oops

2011-08-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r46503:b121c950c907 Date: 2011-08-14 22:06 +0200 http://bitbucket.org/pypy/pypy/changeset/b121c950c907/ Log:Oops diff --git a/pypy/rpython/tool/rffi_platform.py b/pypy/rpython/tool/rffi_platform.py --- a/pypy/rpython/tool/rffi_platform.py +++

[pypy-commit] pypy default: oops, fix the last checkin, a bit too much work-in-progress checked in

2011-06-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44989:4d20ea094195 Date: 2011-06-17 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/4d20ea094195/ Log:oops, fix the last checkin, a bit too much work-in-progress checked in diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/mod

[pypy-commit] pypy default: oops oops, fix tests

2011-06-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44637:5f9442164934 Date: 2011-06-02 11:01 +0200 http://bitbucket.org/pypy/pypy/changeset/5f9442164934/ Log:oops oops, fix tests diff --git a/pypy/jit/metainterp/test/support.py b/pypy/jit/metainterp/test/support.py --- a/pypy/jit/metainterp/te