Author: Armin Rigo
Branch: py3k
Changeset: r86355:1982fef3bbf8
Date: 2016-08-20 18:35 +0200
http://bitbucket.org/pypy/pypy/changeset/1982fef3bbf8/
Log:oops, broke translation
diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py
--- a/pypy/interpreter/mixedmodule.py
Author: Philip Jenvey
Branch: py3k
Changeset: r84644:6ef1b14222a4
Date: 2016-05-23 15:05 -0700
http://bitbucket.org/pypy/pypy/changeset/6ef1b14222a4/
Log:oops
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/module/posix/interp_posix.py
+++ b/pyp
Author: Philip Jenvey
Branch: py3k
Changeset: r84207:aba8656cdef4
Date: 2016-05-04 19:58 -0700
http://bitbucket.org/pypy/pypy/changeset/aba8656cdef4/
Log:oops
diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py
--- a/lib-python/3/test/test_descr.py
+++ b/lib-python
Author: Philip Jenvey
Branch: py3k
Changeset: r74315:0b01afcf153a
Date: 2014-10-31 10:34 -0700
http://bitbucket.org/pypy/pypy/changeset/0b01afcf153a/
Log:oops
diff --git a/pypy/objspace/std/test/test_complexobject.py
b/pypy/objspace/std/test/test_complexobject.py
--- a/pypy/objspace/std/tes
Author: Philip Jenvey
Branch: py3k
Changeset: r71745:9a4c6f4f53b6
Date: 2014-05-27 13:07 -0700
http://bitbucket.org/pypy/pypy/changeset/9a4c6f4f53b6/
Log:oops, avoid we_are_translated at module scope
diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py
--- a/rpython/rlib/runicode
Author: Philip Jenvey
Branch: py3k
Changeset: r69763:f2bf50e43d48
Date: 2014-03-06 14:41 -0800
http://bitbucket.org/pypy/pypy/changeset/f2bf50e43d48/
Log:oops, fix
diff --git a/pypy/module/select/test/test_select.py
b/pypy/module/select/test/test_select.py
--- a/pypy/module/select/test/test
Author: Philip Jenvey
Branch: py3k
Changeset: r66888:6cadba559578
Date: 2013-09-09 18:12 -0700
http://bitbucket.org/pypy/pypy/changeset/6cadba559578/
Log:oops
diff --git a/pypy/objspace/std/objecttype.py b/pypy/objspace/std/objecttype.py
--- a/pypy/objspace/std/objecttype.py
+++ b/pypy/objsp
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r65030:c473fd4a7af5
Date: 2013-06-27 00:29 +0200
http://bitbucket.org/pypy/pypy/changeset/c473fd4a7af5/
Log:Oops, this eval() thing is not necessary if the assert does not
fail.
diff --git a/pypy/module/mmap/test/test_mmap.py
b/py
Author: Philip Jenvey
Branch: py3k
Changeset: r64305:adc5e19b5567
Date: 2013-05-18 18:05 -0700
http://bitbucket.org/pypy/pypy/changeset/adc5e19b5567/
Log:oops, expecting actual iterators
diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py
--- a/pypy/module/cpyext
Author: Philip Jenvey
Branch: py3k
Changeset: r64240:c7563e3140b1
Date: 2013-05-16 12:25 -0700
http://bitbucket.org/pypy/pypy/changeset/c7563e3140b1/
Log:oops
diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -123,6 +123
Author: Philip Jenvey
Branch: py3k
Changeset: r61498:30731ccb78fe
Date: 2013-02-20 11:33 -0800
http://bitbucket.org/pypy/pypy/changeset/30731ccb78fe/
Log:oops
diff --git a/pypy/module/_socket/interp_func.py
b/pypy/module/_socket/interp_func.py
--- a/pypy/module/_socket/interp_func.py
+++ b/
Author: Manuel Jacob
Branch: py3k
Changeset: r61361:25627d9b6ee4
Date: 2013-02-16 17:29 +0100
http://bitbucket.org/pypy/pypy/changeset/25627d9b6ee4/
Log:Oops.
diff --git a/lib-python/3.2/test/test_functools.py
b/lib-python/3.2/test/test_functools.py
--- a/lib-python/3.2/test/test_functools.p
Author: Philip Jenvey
Branch: py3k
Changeset: r60330:dfc05d1615c3
Date: 2013-01-21 14:33 -0800
http://bitbucket.org/pypy/pypy/changeset/dfc05d1615c3/
Log:oops, more func_code -> __code__ (thanks amaury)
diff --git a/lib-python/3.2/inspect.py b/lib-python/3.2/inspect.py
--- a/lib-python/3.2/i
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r59159:9e83bc8a8258
Date: 2012-12-01 12:27 +0100
http://bitbucket.org/pypy/pypy/changeset/9e83bc8a8258/
Log:Oops, fix translation
diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py
--- a/pypy/interpreter/buffer.py
+++ b/p
Author: Philip Jenvey
Branch: py3k
Changeset: r58917:68ad4df83511
Date: 2012-11-14 13:20 -0800
http://bitbucket.org/pypy/pypy/changeset/68ad4df83511/
Log:oops, use importing.PYC_TAG (thanks amaury)
diff --git a/pypy/module/imp/interp_imp.py b/pypy/module/imp/interp_imp.py
--- a/pypy/module/i
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r57868:5702ff1929a4
Date: 2012-10-07 10:49 +0200
http://bitbucket.org/pypy/pypy/changeset/5702ff1929a4/
Log:Oops, fix translation of _ssl module.
diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py
--- a/pypy/modul
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r57540:6a71f9e9ff7f
Date: 2012-09-25 01:17 +0200
http://bitbucket.org/pypy/pypy/changeset/6a71f9e9ff7f/
Log:Oops, fix merge.
diff --git a/pypy/module/_codecs/interp_codecs.py
b/pypy/module/_codecs/interp_codecs.py
--- a/pypy/module/_codec
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48165:d7c06c912cdd
Date: 2011-10-17 21:19 +0200
http://bitbucket.org/pypy/pypy/changeset/d7c06c912cdd/
Log:oops
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobject.py
--- a/pypy/objspace/std/bytearrayobj
18 matches
Mail list logo