summaryrefslogtreecommitdiff
path: root/Lib/test/test_telnetlib.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-1/+1
* Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-2/+2
|\
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-2/+2
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* | Closes #25795: Merge with 3.5Zachary Ware2015-12-041-5/+5
|\ \ | |/
| * Issue #25795: Fix several tests to run independently.Zachary Ware2015-12-041-5/+5
* | #25485: Add context manager support to Telnet class.R David Murray2015-11-281-0/+5
|/
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Issue #21566: Make use of socket.listen() default backlog.Charles-François Natali2014-07-231-1/+1
* Issue #20311: Fix test_telnetlib, set the resolution of the MockSelectorVictor Stinner2014-01-251-0/+4
* Issue #19842: Refactor BaseSelector to make it an actual usable ABC.Charles-François Natali2013-12-011-3/+4
* Issue #19170: telnetlib: use selectors.Charles-François Natali2013-10-211-79/+22
* #18833: add a test for test_telnetlib. Patch by Alex Volkov.Ezio Melotti2013-08-251-0/+8
* one more test fix for systems without select.poll. tested by deletingGregory P. Smith2012-07-161-3/+6
|\
| * one more test fix for systems without select.poll. tested by deletingGregory P. Smith2012-07-161-3/+6
* | Fix unchecked select.poll reference in setUp and tearDown forGregory P. Smith2012-07-161-5/+7
|\ \ | |/
| * Fix unchecked select.poll reference in setUp and tearDown forGregory P. Smith2012-07-161-5/+7
* | Fix the with_poll tests for platforms without poll. missing import.Gregory P. Smith2012-07-161-0/+1
|\ \ | |/
| * Fix the with_poll tests for platforms without poll. missing import.Gregory P. Smith2012-07-161-0/+1
* | Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-151-7/+89
|\ \ | |/
| * Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-151-7/+89
* | MERGE: Partial patch for issue #11812: Take care of test_telnetlib.pyJesus Cea2011-11-081-6/+6
|\ \ | |/
| * Partial patch for issue #11812: Take care of test_telnetlib.pyJesus Cea2011-11-081-6/+6
* | MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812Jesus Cea2011-11-081-4/+0
|\ \ | |/
| * Solved a potential deadlock in test_telnetlib.py. Related to issue #11812Jesus Cea2011-11-081-4/+0
| * Merged revisions 88691 via svnmerge fromAntoine Pitrou2011-03-011-1/+2
* | Silence altered execution state warnings from test_telnetlib involving threads.Brett Cannon2011-08-041-0/+1
* | Endly, fix UnboundLocalError in telnetlibAntoine Pitrou2011-03-011-1/+2
|/
* #10695: use %s not %d so that a string 'port' does not cause a debug tracebackR. David Murray2010-12-141-0/+10
* Clear up ResourceWarningsBrian Curtin2010-11-061-0/+1
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-3/+3
* - issue #6748 intermittent test failures from socketsJack Diederich2009-11-061-288/+146
* Issue #7207: Fix race condition in telnetlib test; should stop test failure...Mark Dickinson2009-10-261-5/+25
* - apply issue 6582 to test all the write methods of telnetlibJack Diederich2009-09-031-5/+59
* - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONTJack Diederich2009-07-261-0/+46
* -fixes telnetlib constants to be one-length byte arrays instead of intsJack Diederich2009-04-101-3/+294
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-16/+18
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-13/+11
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-6/+8
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-5/+6
* Use an event variable to wait for the server to be ready, rather than sleep(0...Guido van Rossum2007-08-101-3/+5
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+74