summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pty.py
Commit message (Expand)AuthorAgeFilesLines
* gh-96522: Fix deadlock in pty.spawn (#96639)Youfu Zhang2023-05-191-8/+10
* gh-85984: Utilize new "winsize" functions from termios in pty tests. (#101831)Soumendra Ganguly2023-02-121-69/+27
* bpo-46198: rename duplicate tests and remove unused code (GH-30297)Nikita Sobolev2022-03-101-1/+0
* bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)Christian Heimes2022-01-201-1/+2
* bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)Serhiy Storchaka2021-08-311-1/+1
* bpo-26228: Fix pty EOF handling (GH-12049)Zephyr Shannon2021-08-111-17/+52
* bpo-41818: Close file descriptors in test_openpty (#GH-24119)Petr Viktorin2021-01-191-10/+10
* bpo-41818: Fix test_master_read() so that it succeeds on all platforms that e...Soumendra Ganguly2020-11-281-10/+5
* bpo-41818: Make test_openpty() avoid unexpected success due to number of rows...Soumendra Ganguly2020-11-271-19/+10
* bpo-41818: test_openpty succeed on Gentoo, don't expect to fail on this platf...Andrew Svetlov2020-11-251-0/+14
* bpo-41818: Updated tests for the standard pty library (GH-22962)Soumendra Ganguly2020-11-251-11/+111
* bpo-40275: Use new test.support helper submodules in tests (GH-21315)Hai Shi2020-07-061-1/+2
* bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314)Victor Stinner2020-04-021-3/+3
* bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)Victor Stinner2020-04-011-2/+2
* bpo-38547: Fix test_pty if the process is the session leader (GH-17519)Victor Stinner2019-12-091-3/+16
* bpo-31158: Fix nondeterministic read in test_pty (#3808)Cornelius Diekmann2017-10-021-2/+19
* bpo-31479: Always reset the signal alarm in tests (#3588)Victor Stinner2017-09-191-6/+3
* remove IRIX support (closes bpo-31341) (#3310)Benjamin Peterson2017-09-041-7/+6
* Issue #26685: Raise OSError if closing a socket failsMartin Panter2016-04-111-1/+0
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-7/+4
* Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner2014-07-291-11/+12
* Use OESeeror instead of os.error (#16720)Andrew Svetlov2012-12-241-1/+1
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
|\
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
| * Fix ResourceWarnings in test_ptyAntoine Pitrou2012-12-161-3/+5
| * don't use assertSameElements.Gregory P. Smith2012-02-161-1/+1
* | test_pty: fix ResourceWarning warningsVictor Stinner2012-03-061-5/+14
* | Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.Gregory P. Smith2012-02-161-1/+90
|\ \ | |/
| * Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.Gregory P. Smith2012-02-161-1/+90
|/
* Call reap_children() where appropriateAntoine Pitrou2011-03-201-2/+5
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-4/+4
* Merged revisions 71785 via svnmerge fromR. David Murray2009-04-221-4/+7
* Allow skipping of regression tests not supported on windows. This reduces no...Kristján Valur Jónsson2009-04-011-1/+2
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-2/+2
* Issue #3782: os.write() must not accept unicode stringsAntoine Pitrou2008-09-151-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Fixed failing unit tests due to str/bytes mismatch.Alexandre Vassalotti2008-03-031-1/+2
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Andother bytes/str comparison caught by Jeremy's change.Guido van Rossum2007-08-291-1/+1
* Fix test_pty.py.Walter Dörwald2007-05-291-7/+7
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-0/+19
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-113/+143
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-3/+3
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-0/+15
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-10/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-5/+23
* Fix typoNeal Norwitz2006-02-041-1/+1
* Work around a Solaris peculiarity that caused test_pty to sometimes fail: aThomas Wouters2006-01-281-1/+8
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1