index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pty.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 71785 via svnmerge from
R. David Murray
2009-04-22
1
-4/+7
*
Allow skipping of regression tests not supported on windows. This reduces no...
Kristján Valur Jónsson
2009-04-01
1
-1/+2
*
Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...
Benjamin Peterson
2009-03-28
1
-2/+2
*
Issue #3782: os.write() must not accept unicode strings
Antoine Pitrou
2008-09-15
1
-2/+2
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1/+1
*
Fixed failing unit tests due to str/bytes mismatch.
Alexandre Vassalotti
2008-03-03
1
-1/+2
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
1
-1/+1
*
Andother bytes/str comparison caught by Jeremy's change.
Guido van Rossum
2007-08-29
1
-1/+1
*
Fix test_pty.py.
Walter Dörwald
2007-05-29
1
-7/+7
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-0/+19
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-113/+143
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1/+1
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-3/+3
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-0/+15
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-10/+3
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-5/+23
*
Fix typo
Neal Norwitz
2006-02-04
1
-1/+1
*
Work around a Solaris peculiarity that caused test_pty to sometimes fail: a
Thomas Wouters
2006-01-28
1
-1/+8
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-1/+1
*
Prevent the pty test from hanging by setting an alarm.
Neal Norwitz
2003-03-21
1
-30/+46
*
Revert last change -- test works on HPUX again after Martin's checkin
Neal Norwitz
2003-01-01
1
-3/+2
*
Comment out test, since it hangs on HPUX, still investigating
Neal Norwitz
2002-12-31
1
-2/+3
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Fix the second reincarnation of SF #456395 -- failure on IRIX. This
Guido van Rossum
2001-09-11
1
-6/+2
*
The first batch of changes recommended by the fixdiv tool. These are
Guido van Rossum
2001-09-04
1
-1/+1
*
Whitespace normalization.
Tim Peters
2001-03-29
1
-1/+1
*
Allow the process of reading back what we wrote to a pty to transform
Thomas Wouters
2001-03-22
1
-24/+36
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-1/+1
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-1/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-1/+1
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-1/+1
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-1/+0
*
On some systems (like Solaris), the master end of a tty/pty pair is
Thomas Wouters
2000-10-03
1
-2/+0
*
Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'
Thomas Wouters
2000-08-04
1
-2/+2
*
Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P)
Thomas Wouters
2000-07-19
1
-5/+4
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
Thomas Wouters <thomas@xs4all.net>:
Fred Drake
2000-06-30
1
-0/+94