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: 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: 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