summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'v094'.v094(no author)2002-10-2211-204/+0
* Modified Makefile to be for GNU Make instead of BSD Make. Sigh...noah2002-10-221-1/+4
* Added some version information into the module.noah2002-10-221-0/+5
* Added tests/*.pyc to 'make clean'.noah2002-10-221-0/+1
* Cleaning up code.noah2002-10-224-6/+23
* I think Solaris may be screwed...noah2002-10-224-12/+33
* Still can't get the Darwin MacOS X problem.noah2002-10-222-6/+5
* Commented wrong line...noah2002-10-221-2/+2
* Does what it says.noah2002-10-221-0/+57
* More solaris weirdness.noah2002-10-222-4/+3
* Changed some of the comments.noah2002-10-161-3/+7
* Adding support for systems that are up less than 1 hour.noah2002-10-161-3/+7
* Apparently RedHat 8.0 has more than 1000 pty devices. I bumped this to 10000.noah2002-10-161-2/+2
* Now available on the web!noah2002-10-142-1/+85
* Back Door example.noah2002-10-142-0/+39
* Fix for Solaris -- it didn't return EOF after child's death.noah2002-10-083-12/+36
* Still looking...noah2002-10-072-6/+3
* Trying to find a damn Solaris bug.noah2002-10-071-0/+42
* This is to support Solaris pty.noah2002-10-071-0/+233
* Added a space in a comment.noah2002-10-041-0/+1
* Added clean.css to list of files that are copied.noah2002-10-041-0/+1
* Added flush() after log_file write in the spawn.read() method.noah2002-10-031-3/+2
* Small fix in Makefile and make sfupload support new file names.noah2002-10-032-8/+6
* Changed log technique. Instead of passing file name, you now pass anoah2002-10-034-37/+38
* got rid of a debug print statement.noah2002-09-241-2/+0
* Modified regular expression to support different styles of uptime results.noah2002-09-231-1/+10
* Improves test_expectnoah2002-09-233-20/+13
* Removed some lines of code that could not be reached.noah2002-09-231-5/+5
* Making test_expect.py more portable.noah2002-09-231-14/+23
* Had to turn off a test. Some platforms reset status after call to waitpid.noah2002-09-231-1/+2
* Forgot to change test_is_alive name to test_isalive.noah2002-09-231-1/+1
* Made uptime.py more portable -- fixed the regular expression match.noah2002-09-231-1/+1
* Fixed bug where one of the _interact methods was using old isAlive() method.noah2002-09-232-5/+17
* Renamed a file. Oh so fun to do in CVS.noah2002-09-231-0/+0
* Changed isAlive() method. Renamed to isalive() and heavily modified tonoah2002-09-2313-82/+92
* Didn't really need this.noah2002-09-231-0/+0
* Just to move this to another platform.noah2002-09-231-0/+0
* Test based on / is not a good idea. I made the test look at /bin.noah2002-09-231-3/+2
* Added test_is_alive.py to the test suite.noah2002-09-231-0/+1
* I think I did it. I think this works.noah2002-09-232-35/+60
* Trying to fix isAlive()... piece of crap, stupid signals on UNIX suck...noah2002-09-232-2/+40
* Got it.noah2002-09-221-101/+2
* Narrowing bug.noah2002-09-221-7/+39
* This causes problems on some systems.noah2002-09-221-0/+74
* This is sourcable file for setting CVSROOT and ssh. Nothing important.noah2002-09-222-1/+4
* Added default '' empty string to write() method.noah2002-09-201-1/+1
* Tightened up the doc strings and made send and write methodsnoah2002-09-202-23/+21
* Made passmass.py a little more robust.noah2002-09-201-4/+4
* Added test of log facility (log_open(), log_close()).noah2002-09-202-0/+27
* log_open() was totally broken.noah2002-09-202-3/+3