aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_openpty.py
Commit message (Expand)AuthorAge
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-28
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Raise statement normalization in Lib/test/.Collin Winter2007-08-29
* Fix test_openpty.Guido van Rossum2007-05-30
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Remove bogus test; the master is not a terminal on Solaris and HP-UX.Martin v. Löwis2002-12-31
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-17
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-04
* Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P)Thomas Wouters2000-07-19
* Thomas Wouters: Test script for openpty()Guido van Rossum2000-07-01