summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pty.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-0/+19
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-113/+143
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-3/+3
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-0/+15
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-10/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-5/+23
* Fix typoNeal Norwitz2006-02-041-1/+1
* Work around a Solaris peculiarity that caused test_pty to sometimes fail: aThomas Wouters2006-01-281-1/+8
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Prevent the pty test from hanging by setting an alarm.Neal Norwitz2003-03-211-30/+46
* Revert last change -- test works on HPUX again after Martin's checkinNeal Norwitz2003-01-011-3/+2
* Comment out test, since it hangs on HPUX, still investigatingNeal Norwitz2002-12-311-2/+3
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Fix the second reincarnation of SF #456395 -- failure on IRIX. ThisGuido van Rossum2001-09-111-6/+2
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-1/+1
* Whitespace normalization.Tim Peters2001-03-291-1/+1
* Allow the process of reading back what we wrote to a pty to transformThomas Wouters2001-03-221-24/+36
* String method conversion.Eric S. Raymond2001-02-091-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+0
* On some systems (like Solaris), the master end of a tty/pty pair isThomas Wouters2000-10-031-2/+0
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-041-2/+2
* Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P)Thomas Wouters2000-07-191-5/+4
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-301-0/+94