Author: Ronan Lamy
Branch: follow_symlinks
Changeset: r83513:c6615ca37d32
Date: 2016-04-04 19:55 +0100
http://bitbucket.org/pypy/pypy/changeset/c6615ca37d32/
Log:Allow specifying path as file descriptor in os.listdir()
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/inter
Author: Stefano Rivera
Branch:
Changeset: r83515:accad9a1fe9c
Date: 2016-04-04 16:45 -0700
http://bitbucket.org/pypy/pypy/changeset/accad9a1fe9c/
Log:Pretend to be using a terminal that supports clear
Some tests use readline on an internal pty. These fail if TERM is
not set
Author: Stefano Rivera
Branch:
Changeset: r83514:9059c53718bb
Date: 2016-04-04 16:40 -0700
http://bitbucket.org/pypy/pypy/changeset/9059c53718bb/
Log:Skip PTY tests that hang forever on kFreeBSD
I don't know if this is expected behaviour. These all look skipped
on darwin, wh