Author: Gabriel
Branch:
Changeset: r58210:731e68c58945
Date: 2012-10-12 19:07 +0200
http://bitbucket.org/pypy/pypy/changeset/731e68c58945/
Log:Don't forget the return value, so that ioctl works on int args.
diff --git a/pypy/module/fcntl/interp_fcntl.py
b/pypy/module/fcntl/interp_fcn
Author: Gabriel
Branch:
Changeset: r58211:52fe31bb9ef9
Date: 2012-10-12 17:35 +0200
http://bitbucket.org/pypy/pypy/changeset/52fe31bb9ef9/
Log:Test ioctl with int args
diff --git a/pypy/module/fcntl/test/test_fcntl.py
b/pypy/module/fcntl/test/test_fcntl.py
--- a/pypy/module/fcntl/test
Author: Gabriel
Branch:
Changeset: r58213:22bdac404cab
Date: 2012-10-18 15:20 +0200
http://bitbucket.org/pypy/pypy/changeset/22bdac404cab/
Log:Create pseudo-terms so that the ioctl tests can run without a
terminal.
diff --git a/pypy/module/fcntl/test/test_fcntl.py
b/pypy/module
Author: Gabriel
Branch:
Changeset: r58212:5d789b85d678
Date: 2012-10-18 14:56 +0200
http://bitbucket.org/pypy/pypy/changeset/5d789b85d678/
Log:Don't hardcode termios values.
diff --git a/pypy/module/fcntl/test/test_fcntl.py
b/pypy/module/fcntl/test/test_fcntl.py
--- a/pypy/module/