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
*
gh-96522: Fix deadlock in pty.spawn (#96639)
Youfu Zhang
2023-05-19
1
-8/+10
*
gh-85984: Utilize new "winsize" functions from termios in pty tests. (#101831)
Soumendra Ganguly
2023-02-12
1
-69/+27
*
bpo-46198: rename duplicate tests and remove unused code (GH-30297)
Nikita Sobolev
2022-03-10
1
-1/+0
*
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes
2022-01-20
1
-1/+2
*
bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)
Serhiy Storchaka
2021-08-31
1
-1/+1
*
bpo-26228: Fix pty EOF handling (GH-12049)
Zephyr Shannon
2021-08-11
1
-17/+52
*
bpo-41818: Close file descriptors in test_openpty (#GH-24119)
Petr Viktorin
2021-01-19
1
-10/+10
*
bpo-41818: Fix test_master_read() so that it succeeds on all platforms that e...
Soumendra Ganguly
2020-11-28
1
-10/+5
*
bpo-41818: Make test_openpty() avoid unexpected success due to number of rows...
Soumendra Ganguly
2020-11-27
1
-19/+10
*
bpo-41818: test_openpty succeed on Gentoo, don't expect to fail on this platf...
Andrew Svetlov
2020-11-25
1
-0/+14
*
bpo-41818: Updated tests for the standard pty library (GH-22962)
Soumendra Ganguly
2020-11-25
1
-11/+111
*
bpo-40275: Use new test.support helper submodules in tests (GH-21315)
Hai Shi
2020-07-06
1
-1/+2
*
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314)
Victor Stinner
2020-04-02
1
-3/+3
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
1
-2/+2
*
bpo-38547: Fix test_pty if the process is the session leader (GH-17519)
Victor Stinner
2019-12-09
1
-3/+16
*
bpo-31158: Fix nondeterministic read in test_pty (#3808)
Cornelius Diekmann
2017-10-02
1
-2/+19
*
bpo-31479: Always reset the signal alarm in tests (#3588)
Victor Stinner
2017-09-19
1
-6/+3
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
1
-7/+6
*
Issue #26685: Raise OSError if closing a socket fails
Martin Panter
2016-04-11
1
-1/+0
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-7/+4
*
Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and
Victor Stinner
2014-07-29
1
-11/+12
*
Use OESeeror instead of os.error (#16720)
Andrew Svetlov
2012-12-24
1
-1/+1
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
\
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
*
Fix ResourceWarnings in test_pty
Antoine Pitrou
2012-12-16
1
-3/+5
|
*
don't use assertSameElements.
Gregory P. Smith
2012-02-16
1
-1/+1
*
|
test_pty: fix ResourceWarning warnings
Victor Stinner
2012-03-06
1
-5/+14
*
|
Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.
Gregory P. Smith
2012-02-16
1
-1/+90
|
\
\
|
|
/
|
*
Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.
Gregory P. Smith
2012-02-16
1
-1/+90
|
/
*
Call reap_children() where appropriate
Antoine Pitrou
2011-03-20
1
-2/+5
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-4/+4
*
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
[next]