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
*
This gets the test working on Solaris. It seems a little hokey to me,
Neal Norwitz
2007-04-27
1
-0/+19
*
Port r54805 from python25-maint branch:
Barry Warsaw
2007-04-13
1
-0/+20
*
Whitespace normalization.
Tim Peters
2007-03-12
1
-13/+13
*
Patch #1675471: convert test_pty to unittest.
Georg Brandl
2007-03-07
1
-113/+123
*
Whitespace normalization.
Tim Peters
2007-01-30
1
-3/+3
*
Frak; this test also fails
Andrew M. Kuchling
2006-12-22
1
-7/+7
*
Darn; this test works when you run test_pty.py directly, but fails when regrt...
Andrew M. Kuchling
2006-12-22
1
-5/+5
*
[Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect;
Andrew M. Kuchling
2006-12-22
1
-0/+15
*
Fix this test on Solaris. There can be embedded \r, so don't just replace
Neal Norwitz
2006-04-26
1
-2/+2
*
SF bug/patch #1433877: string parameter to ioctl not null terminated
Thomas Wouters
2006-04-25
1
-8/+1
*
whitespace normalisation
Anthony Baxter
2006-04-05
1
-1/+1
*
Fix test_pty on OSF/1 (Tru64). The problem is that the newline gets
Neal Norwitz
2006-04-03
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