summaryrefslogtreecommitdiff
path: root/pexpect/tests/test_destructor.py
Commit message (Expand)AuthorAgeFilesLines
* Mostly a massive license update. Added a license per file.HEADmasternoah2012-10-201-0/+19
* Edited all tests so they use the same base class, PexpectTestCase.noah2005-10-181-4/+0
* Added better debug output on test_destructor to check for garbage collection ...noah2005-10-151-3/+5
* I fixed the test scripts so that they properly call their super-classnoah2005-02-281-0/+1
* Added more output to tests so I can figure out where I am in a full test runnoah2004-10-141-0/+3
* Fixed assumption about python binary path. Now I get it from the sys modulenoah2003-05-081-12/+12
* islive(), will you ever work?noah2003-05-081-12/+7
* Did I mention that I hate Solaris?noah2003-04-201-0/+1
* Fixing tests. Mac OSX does not flush it's buffers when a child dies... Damn!noah2003-01-061-19/+0
* Fixed tests on Solaris. I think isalive() finally works on Solaris.noah2003-01-061-5/+23
* More cleaning.noah2002-11-271-5/+7
* Cleaning up code.noah2002-11-271-7/+16
* Commented wrong line...noah2002-10-221-2/+2
* More solaris weirdness.noah2002-10-221-2/+2
* Fix for Solaris -- it didn't return EOF after child's death.noah2002-10-081-4/+17
* Changed isAlive() method. Renamed to isalive() and heavily modified tonoah2002-09-231-9/+9
* Added __del__ destructor to release file descriptors.noah2002-09-041-0/+38