summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'v096'.v096(no author)2003-01-0611-204/+0
* Added a note about Solaris problems.noah2003-01-061-2/+5
* This has the same old problem on OSX...noah2003-01-061-0/+1
* Fixing tests. Mac OSX does not flush it's buffers when a child dies... Damn!noah2003-01-062-19/+1
* Fixed tests on Solaris. I think isalive() finally works on Solaris.noah2003-01-063-7/+35
* I think I fixed isalive()...noah2003-01-061-4/+12
* Added type check to args on __init__ method.noah2003-01-061-2/+5
* Trying to remove isalive. It's not very portable.noah2003-01-061-5/+8
* Added new read() method.noah2003-01-051-4/+30
* Changing read() to read_nonblocking()noah2003-01-051-6/+17
* forgot self as argument in some new methods.noah2003-01-051-61/+11
* Added more file object methods. Improved readline(). Starting to addnoah2003-01-051-23/+35
* Updated version number to 0.96.noah2003-01-053-3/+3
* Making it more file-like.noah2003-01-051-19/+17
* Added some attributes.noah2003-01-051-1/+4
* Several improvements have been made. Patterns are not compiled with DOTALLnoah2002-12-242-29/+58
* Fixes in the build systems.noah2002-12-023-6/+6
* Trying to write tests to isolate OS X problems.noah2002-11-271-4/+14
* Fixed bug in sendeof() method. Not allowed to os.write an int directly.noah2002-11-271-1/+1
* An example by Eric S. Raymond... Not working yet.noah2002-11-271-0/+37
* More cleaning.noah2002-11-2713-61/+22
* Cleaning up code.noah2002-11-2716-86/+101
* Fix for setwinsize failing on some platforms. Added except to ignorenoah2002-11-241-1/+4
* 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