index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_openpty.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...
Benjamin Peterson
2009-03-28
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
*
Fix test_openpty.
Guido van Rossum
2007-05-30
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
*
Remove bogus test; the master is not a terminal on Solaris and HP-UX.
Martin v. Löwis
2002-12-31
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
*
Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'
Thomas Wouters
2000-08-04
*
Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P)
Thomas Wouters
2000-07-19
*
Thomas Wouters: Test script for openpty()
Guido van Rossum
2000-07-01