index
:
delta/pexpect.git
baserock/morph
master
patch_876859
patch_877254
pexpect
svn.code.sf.net: Obsolete (use python-packages/pexpect)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pexpect
/
tests
/
test_winsize.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Found small bug in __select. Forgot module name for EINTR (errno)
noah
2006-02-18
1
-6
/
+6
*
Added Alexander Gattin's changes to support setting environment.
noah
2006-02-18
1
-2
/
+2
*
Trying to make a test for EINTR in select().
noah
2006-02-17
1
-0
/
+8
*
I forgot to turn back on some tests that I had disabled.
noah
2005-10-19
1
-1
/
+0
*
Tried getting SIGWINCH to work on Solaris ptys, but no luck.
noah
2005-10-18
1
-5
/
+6
*
Edited all tests so they use the same base class, PexpectTestCase.
noah
2005-10-18
1
-4
/
+0
*
Got rid of uncessary print.
noah
2005-10-18
1
-1
/
+0
*
Didn't need force=True on close()
noah
2005-10-18
1
-1
/
+1
*
Terminate needs a little sleep(0.1( between calls to kill().
noah
2005-10-18
1
-2
/
+2
*
Got rid os support for externally opened file descriptors. Made everything to...
noah
2005-10-18
1
-1
/
+0
*
Close does not work on processes that don't quit and ignore EOF (CTRL-D)
noah
2005-10-17
1
-0
/
+6
*
Added timeout to sigwinch for 10 seconds. Added debug message to that test as...
noah
2005-10-15
1
-2
/
+6
*
Converted all those tabs to spaces.
noah
2005-02-28
1
-15
/
+15
*
I fixed the test scripts so that they properly call their super-class
noah
2005-02-28
1
-0
/
+1
*
Added more output to tests so I can figure out where I am in a full test run
noah
2004-10-14
1
-0
/
+3
*
Fixed assumption about python binary path. Now I get it from the sys module
noah
2003-05-08
1
-1
/
+1
*
This is the baseclass for tests. It includes a setUp and tearDown
noah
2003-05-08
1
-1
/
+2
*
This tests the new facility for set and get of child tty window size.
noah
2003-05-08
1
-0
/
+30