Author: Armin Rigo
Branch:
Changeset: r97206:df974ce2019b
Date: 2019-08-18 08:49 +0200
http://bitbucket.org/pypy/pypy/changeset/df974ce2019b/
Log:bah, one more
diff --git a/rpython/jit/backend/aarch64/opassembler.py
b/rpython/jit/backend/aarch64/opassembler.py
--- a/rpython/jit/backend/aar
Author: Armin Rigo
Branch:
Changeset: r96887:886d3fec1ad3
Date: 2019-07-01 11:53 +0200
http://bitbucket.org/pypy/pypy/changeset/886d3fec1ad3/
Log:Bah, the printed message was bogus because "name" is redefined in
the outer loop
diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/modul
Author: Philip Jenvey
Branch:
Changeset: r86721:7794e4d221e0
Date: 2016-08-29 21:06 -0700
http://bitbucket.org/pypy/pypy/changeset/7794e4d221e0/
Log:bah
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -1164,14 +1164,1
Author: Armin Rigo
Branch:
Changeset: r76505:9470a81396fa
Date: 2015-03-22 22:58 +0100
http://bitbucket.org/pypy/pypy/changeset/9470a81396fa/
Log:Bah, wrong method. It's startup() that is called at runtime.
diff --git a/pypy/module/pyexpat/__init__.py b/pypy/module/pyexpat/__init__.py
--- a
Author: Armin Rigo
Branch:
Changeset: r75510:a43cdde1efe8
Date: 2015-01-25 08:14 +0100
http://bitbucket.org/pypy/pypy/changeset/a43cdde1efe8/
Log:Bah, we have two different faq documents nowadays. At the very
least, link to each other. Otherwise the similar format and number
Author: Armin Rigo
Branch:
Changeset: r74750:b6df7b497a7d
Date: 2014-11-27 13:48 +0100
http://bitbucket.org/pypy/pypy/changeset/b6df7b497a7d/
Log:bah
diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py
b/pypy/module/pypyjit/test_pypy_c/test_ffi.py
--- a/pypy/module/pypyjit/test_pypy_c
Author: Armin Rigo
Branch:
Changeset: r71328:b79be2085a34
Date: 2014-05-06 13:15 +0200
http://bitbucket.org/pypy/pypy/changeset/b79be2085a34/
Log:Bah, py.path's relto() method is dangerous. It silently returns ''
when it fails. Check with asserts the places where we implicitly
Author: Armin Rigo
Branch:
Changeset: r71016:f80ed2c760f6
Date: 2014-04-27 11:04 +0200
http://bitbucket.org/pypy/pypy/changeset/f80ed2c760f6/
Log:Bah.
diff --git a/rpython/rlib/streamio.py b/rpython/rlib/streamio.py
--- a/rpython/rlib/streamio.py
+++ b/rpython/rlib/streamio.py
@@ -40,7 +40,
Author: Armin Rigo
Branch:
Changeset: r69016:e636fc70542a
Date: 2014-01-30 11:29 +0100
http://bitbucket.org/pypy/pypy/changeset/e636fc70542a/
Log:Bah? Attribute never needed
diff --git a/pypy/module/_io/interp_iobase.py b/pypy/module/_io/interp_iobase.py
--- a/pypy/module/_io/interp_iobase.
Author: Armin Rigo
Branch:
Changeset: r68893:49c649807414
Date: 2014-01-23 23:14 +0100
http://bitbucket.org/pypy/pypy/changeset/49c649807414/
Log:Bah, another try at 9bfd0a649773. See comment.
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
Author: Armin Rigo
Branch:
Changeset: r68820:f84c2a8494be
Date: 2014-01-21 16:31 +0100
http://bitbucket.org/pypy/pypy/changeset/f84c2a8494be/
Log:Bah, we can also get AttributeError. Give up and catch Exception
diff --git a/rpython/jit/backend/llgraph/support.py
b/rpython/jit/backend/llgra
Author: Armin Rigo
Branch:
Changeset: r68765:af2e2754fb20
Date: 2014-01-19 18:03 +0100
http://bitbucket.org/pypy/pypy/changeset/af2e2754fb20/
Log:Bah, thanks mjacob for spotting that 7812ad72a634 doesn't have any
effect.
diff --git a/rpython/translator/driver.py b/rpython/translator
Author: Antonio Cuni
Branch:
Changeset: r68625:d38e836c3945
Date: 2014-01-12 22:00 +
http://bitbucket.org/pypy/pypy/changeset/d38e836c3945/
Log:bah, I don't know how to produce bogus zip files for also these
cases, but we need to catch RZlibError here as well
diff --git a/pypy/m
Author: Armin Rigo
Branch:
Changeset: r67637:409b1a1452a6
Date: 2013-10-26 20:57 +0200
http://bitbucket.org/pypy/pypy/changeset/409b1a1452a6/
Log:Bah, jumping ahead by a too-small amount means it's likely that two
successive pieces will run largely identical tests.
diff --git a/rpyt
Author: Armin Rigo
Branch:
Changeset: r65872:0765febf0718
Date: 2013-08-01 10:41 +0200
http://bitbucket.org/pypy/pypy/changeset/0765febf0718/
Log:Bah. A mistake of the ootype removal process.
diff --git a/rpython/rtyper/test/test_runicode.py
b/rpython/rtyper/test/test_runicode.py
--- a/rpy
Author: Armin Rigo
Branch:
Changeset: r64667:ab8e1d8571e9
Date: 2013-05-30 21:33 +0200
http://bitbucket.org/pypy/pypy/changeset/ab8e1d8571e9/
Log:Bah. Fix
diff --git a/pypy/module/pypyjit/test_pypy_c/test_bug.py
b/pypy/module/pypyjit/test_pypy_c/test_bug.py
--- a/pypy/module/pypyjit/test_p
Author: Armin Rigo
Branch:
Changeset: r63651:e8c9b21805dc
Date: 2013-04-26 16:35 +0200
http://bitbucket.org/pypy/pypy/changeset/e8c9b21805dc/
Log:Bah. Fix the name of these class variables
diff --git a/rpython/jit/backend/test/runner_test.py
b/rpython/jit/backend/test/runner_test.py
--- a/
Author: Armin Rigo
Branch:
Changeset: r63496:3e87dbfef460
Date: 2013-04-19 00:34 +0200
http://bitbucket.org/pypy/pypy/changeset/3e87dbfef460/
Log:Bah, fix it properly for 64-bit too. Actually done by killing an
obscure hack and just writing the official 3 lines of description
Author: Armin Rigo
Branch:
Changeset: r63378:62c1ded9724a
Date: 2013-04-15 18:27 +0200
http://bitbucket.org/pypy/pypy/changeset/62c1ded9724a/
Log:Bah :-/ should we find a more general solution?
diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py
b/rpython/jit/backend/lls
Author: Armin Rigo
Branch:
Changeset: r63335:8463b9cbe114
Date: 2013-04-14 17:46 +0200
http://bitbucket.org/pypy/pypy/changeset/8463b9cbe114/
Log:Bah? Another version of gcc 4.8 writes "rep; ret" instead of "rep
ret".
diff --git a/rpython/translator/c/gcc/trackgcroot.py
b/rpython/t
Author: Armin Rigo
Branch:
Changeset: r63134:f65f68c72721
Date: 2013-04-08 13:04 +
http://bitbucket.org/pypy/pypy/changeset/f65f68c72721/
Log:Bah, that was not RPython
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
Author: Armin Rigo
Branch:
Changeset: r59293:4a88e8c50f95
Date: 2012-12-03 07:53 -0800
http://bitbucket.org/pypy/pypy/changeset/4a88e8c50f95/
Log:Bah? The warning given by GCC is relevant: this code was broken at
least on 64-bit big-endian machines.
diff --git a/pypy/translator/c/sr
Author: Antonio Cuni
Branch:
Changeset: r58380:6272fd9c2531
Date: 2012-10-23 18:38 +0200
http://bitbucket.org/pypy/pypy/changeset/6272fd9c2531/
Log:bah, bug-to-bug compatibility to cpython about when it is allowed to
return a non complex from __complex__. This in part reverts
Author: Antonio Cuni
Branch:
Changeset: r58177:b1a5512d3fbb
Date: 2012-10-17 17:15 +0200
http://bitbucket.org/pypy/pypy/changeset/b1a5512d3fbb/
Log:bah, our old value for CO_CONTAINSGLOBAL conflicts with
PyCF_IGNORE_COOKIE. Add a test to check that we don't have duplicate
fla
Author: Armin Rigo
Branch:
Changeset: r54131:76c5931f64cc
Date: 2012-04-01 20:27 +0200
http://bitbucket.org/pypy/pypy/changeset/76c5931f64cc/
Log:Bah. This test used to fail if the current "nice" level is 17, 18
or 19.
diff --git a/pypy/translator/c/test/test_extfunc.py
b/pypy/tran
Author: Antonio Cuni
Branch:
Changeset: r53939:86cce9710b22
Date: 2012-03-23 11:48 +0100
http://bitbucket.org/pypy/pypy/changeset/86cce9710b22/
Log:bah :-(
cpyext rely on some kind of global state which I could not sort out.
As a consequence, if you try to instantiate two di
Author: Armin Rigo
Branch:
Changeset: r53934:4a21a85f7d3d
Date: 2012-03-22 18:47 +0100
http://bitbucket.org/pypy/pypy/changeset/4a21a85f7d3d/
Log:Bah. The code is correct and the test wrong, for a double reason.
:-(
diff --git a/pypy/jit/backend/x86/rx86.py b/pypy/jit/backend/x86/rx
Author: Armin Rigo
Branch:
Changeset: r53685:863d61a72039
Date: 2012-03-15 10:40 -0700
http://bitbucket.org/pypy/pypy/changeset/863d61a72039/
Log:Bah.
diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py
--- a/pypy/rlib/rarithmetic.py
+++ b/pypy/rlib/rarithmetic.py
@@ -469,6 +46
Author: Armin Rigo
Branch:
Changeset: r53631:cb040bc5d225
Date: 2012-03-14 17:48 -0700
http://bitbucket.org/pypy/pypy/changeset/cb040bc5d225/
Log:Bah, missing case.
diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py
--- a/pypy/rlib/rarithmetic.py
+++ b/pypy/rlib/rarithmetic.py
Author: Armin Rigo
Branch:
Changeset: r53396:75d3bcd9f241
Date: 2012-03-12 17:13 -0700
http://bitbucket.org/pypy/pypy/changeset/75d3bcd9f241/
Log:Bah.
diff --git a/pypy/annotation/builtin.py b/pypy/annotation/builtin.py
--- a/pypy/annotation/builtin.py
+++ b/pypy/annotation/builtin.py
@@ -3
Author: Armin Rigo
Branch:
Changeset: r53254:0acb3979ffd3
Date: 2012-03-04 22:05 +0100
http://bitbucket.org/pypy/pypy/changeset/0acb3979ffd3/
Log:Bah, another case that doesn't work correctly.
diff --git a/pypy/annotation/test/test_annrpython.py
b/pypy/annotation/test/test_annrpython.py
--
Author: Armin Rigo
Branch:
Changeset: r53187:932572b67805
Date: 2012-03-04 20:05 +0100
http://bitbucket.org/pypy/pypy/changeset/932572b67805/
Log:Bah.
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.
Author: Carl Friedrich Bolz
Branch:
Changeset: r53177:0f597ff4a6ba
Date: 2012-03-01 21:12 +0100
http://bitbucket.org/pypy/pypy/changeset/0f597ff4a6ba/
Log:bah. of course the identity hash and the identity eq are fast.
diff --git a/pypy/rpython/rclass.py b/pypy/rpython/rclass.py
--- a/pypy/r
Author: Armin Rigo
Branch:
Changeset: r51850:4451c9eca510
Date: 2012-01-27 13:00 +0100
http://bitbucket.org/pypy/pypy/changeset/4451c9eca510/
Log:Bah, Windows fails on another place that raises the same message.
diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel.py
--- a/pypy/rli
Author: Armin Rigo
Branch:
Changeset: r50504:8a5fb10fc8c4
Date: 2011-12-14 15:13 +0100
http://bitbucket.org/pypy/pypy/changeset/8a5fb10fc8c4/
Log:Bah, sorry.
diff --git a/lib-python/modified-2.7/ctypes/test/test_callbacks.py
b/lib-python/modified-2.7/ctypes/test/test_callbacks.py
--- a/lib
Author: Armin Rigo
Branch:
Changeset: r50320:5a510c5ffc55
Date: 2011-12-09 09:18 +0100
http://bitbucket.org/pypy/pypy/changeset/5a510c5ffc55/
Log:bah.
diff --git a/pypy/jit/metainterp/test/test_del.py
b/pypy/jit/metainterp/test/test_del.py
--- a/pypy/jit/metainterp/test/test_del.py
+++ b/p
Author: Armin Rigo
Branch:
Changeset: r49857:87f2c234b924
Date: 2011-11-27 15:48 +0100
http://bitbucket.org/pypy/pypy/changeset/87f2c234b924/
Log:Bah. Reorder these two lines as a workaround fix for running:
translate.py --continuation -O1
diff --git a/pypy/config/translationoptio
Author: Armin Rigo
Branch:
Changeset: r49850:d5b182d7d0c7
Date: 2011-11-27 11:34 +0100
http://bitbucket.org/pypy/pypy/changeset/d5b182d7d0c7/
Log:Bah.
diff --git a/pypy/rlib/test/test_rstacklet.py b/pypy/rlib/test/test_rstacklet.py
--- a/pypy/rlib/test/test_rstacklet.py
+++ b/pypy/rlib/test
Author: Armin Rigo
Branch:
Changeset: r49306:ed83fd7b7ec1
Date: 2011-11-11 14:33 +0100
http://bitbucket.org/pypy/pypy/changeset/ed83fd7b7ec1/
Log:Bah. Not really motivated to write a test for this obscure case :-(
diff --git a/pypy/module/_rawffi/structure.py b/pypy/module/_rawffi/structure
Author: Armin Rigo
Branch:
Changeset: r48644:0ffcdb4ec169
Date: 2011-11-01 11:41 +0100
http://bitbucket.org/pypy/pypy/changeset/0ffcdb4ec169/
Log:bah.
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/pypy/interpret
Author: Armin Rigo
Branch:
Changeset: r47327:f1e873c5533d
Date: 2011-09-18 18:00 +0200
http://bitbucket.org/pypy/pypy/changeset/f1e873c5533d/
Log:Bah, not directly tested it seems.
diff --git a/pypy/rpython/memory/gctransform/framework.py
b/pypy/rpython/memory/gctransform/framework.py
---
Author: Armin Rigo
Branch:
Changeset: r46852:68e30ac7bedc
Date: 2011-08-28 10:34 +0200
http://bitbucket.org/pypy/pypy/changeset/68e30ac7bedc/
Log:Bah.
diff --git a/pypy/objspace/std/test/test_celldict.py
b/pypy/objspace/std/test/test_celldict.py
--- a/pypy/objspace/std/test/test_celldict.p
Author: Armin Rigo
Branch:
Changeset: r46725:f08b3d926362
Date: 2011-08-23 13:23 +0200
http://bitbucket.org/pypy/pypy/changeset/f08b3d926362/
Log:Bah.
diff --git a/ctypes_configure/configure.py b/ctypes_configure/configure.py
--- a/ctypes_configure/configure.py
+++ b/ctypes_configure/config
Author: Antonio Cuni
Branch:
Changeset: r45859:0a106042ba51
Date: 2011-07-22 09:50 +0200
http://bitbucket.org/pypy/pypy/changeset/0a106042ba51/
Log:bah, test&fix for a bug introduced by 065c98a10f0d (commit message:
"that way easy" :-))
diff --git a/pypy/tool/jitlogparser/parser.py
Author: Antonio Cuni
Branch:
Changeset: r45826:ebd8af15b4e6
Date: 2011-07-21 17:00 +0200
http://bitbucket.org/pypy/pypy/changeset/ebd8af15b4e6/
Log:bah, I don't know why I did it, but the fix in abaf35bf5217 actually
breaks things. Revert
diff --git a/pypy/objspace/std/dictproxyobje
Author: Maciej Fijalkowski
Branch:
Changeset: r45779:081e9f2ae2b2
Date: 2011-07-20 16:46 +0200
http://bitbucket.org/pypy/pypy/changeset/081e9f2ae2b2/
Log:bah. use full name of missing debug merge point
diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py
--- a/py
Author: Armin Rigo
Branch:
Changeset: r45308:7bf584b32555
Date: 2011-07-03 09:05 +0200
http://bitbucket.org/pypy/pypy/changeset/7bf584b32555/
Log:Bah. Fix
diff --git a/pypy/jit/metainterp/optimizeopt/__init__.py
b/pypy/jit/metainterp/optimizeopt/__init__.py
--- a/pypy/jit/metainterp/optimi
Author: Antonio Cuni
Branch:
Changeset: r44829:2a615db48f37
Date: 2011-06-08 10:05 +0200
http://bitbucket.org/pypy/pypy/changeset/2a615db48f37/
Log:bah, fix imports
diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py
b/pypy/module/pypyjit/test_pypy_c/test__ffi.py
--- a/pypy/module/py
Author: Antonio Cuni
Branch:
Changeset: r44733:a0369628bd33
Date: 2011-06-06 13:40 +0200
http://bitbucket.org/pypy/pypy/changeset/a0369628bd33/
Log:bah, these two tests weren't actually test anything.
test_python_contains fails
diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_
Author: Antonio Cuni
Branch:
Changeset: r44308:4c6419d5ea4e
Date: 2011-05-19 16:06 +0200
http://bitbucket.org/pypy/pypy/changeset/4c6419d5ea4e/
Log:bah, fix two typos
diff --git a/pypy/tool/memusage/log2gnumeric.py
b/pypy/tool/memusage/log2gnumeric.py
--- a/pypy/tool/memusage/log2gnumeric.
50 matches
Mail list logo