aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_telnetlib.py
Commit message (Expand)AuthorAge
* gh-104773: PEP 594: Remove the telnetlib module (#104778)Victor Stinner2023-05-23
* gh-91217: deprecate telnetlib (GH-91958)Brett Cannon2022-04-26
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-22
* bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)Christian Heimes2021-04-12
* bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)Christian Heimes2020-11-20
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-25
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* Issue #27076: Merge spelling from 3.5Martin Panter2016-05-26
|\
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-26
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-24
* | Closes #25795: Merge with 3.5Zachary Ware2015-12-04
|\|
| * Issue #25795: Fix several tests to run independently.Zachary Ware2015-12-04
* | #25485: Add context manager support to Telnet class.R David Murray2015-11-28
|/
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Issue #21566: Make use of socket.listen() default backlog.Charles-François Natali2014-07-23
* Issue #20311: Fix test_telnetlib, set the resolution of the MockSelectorVictor Stinner2014-01-25
* Issue #19842: Refactor BaseSelector to make it an actual usable ABC.Charles-François Natali2013-12-01
* Issue #19170: telnetlib: use selectors.Charles-François Natali2013-10-21
* #18833: add a test for test_telnetlib. Patch by Alex Volkov.Ezio Melotti2013-08-25
* one more test fix for systems without select.poll. tested by deletingGregory P. Smith2012-07-16
|\
| * one more test fix for systems without select.poll. tested by deletingGregory P. Smith2012-07-16
* | Fix unchecked select.poll reference in setUp and tearDown forGregory P. Smith2012-07-16
|\|
| * Fix unchecked select.poll reference in setUp and tearDown forGregory P. Smith2012-07-16
* | Fix the with_poll tests for platforms without poll. missing import.Gregory P. Smith2012-07-16
|\|
| * Fix the with_poll tests for platforms without poll. missing import.Gregory P. Smith2012-07-16
* | Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-15
|\|
| * Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-15
* | MERGE: Partial patch for issue #11812: Take care of test_telnetlib.pyJesus Cea2011-11-08
|\|
| * Partial patch for issue #11812: Take care of test_telnetlib.pyJesus Cea2011-11-08
* | MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812Jesus Cea2011-11-08
|\|
| * Solved a potential deadlock in test_telnetlib.py. Related to issue #11812Jesus Cea2011-11-08
| * Merged revisions 88691 via svnmerge fromAntoine Pitrou2011-03-01
* | Silence altered execution state warnings from test_telnetlib involving threads.Brett Cannon2011-08-04
* | Endly, fix UnboundLocalError in telnetlibAntoine Pitrou2011-03-01
|/
* #10695: use %s not %d so that a string 'port' does not cause a debug tracebackR. David Murray2010-12-14
* Clear up ResourceWarningsBrian Curtin2010-11-06
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-28
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* - issue #6748 intermittent test failures from socketsJack Diederich2009-11-06
* Issue #7207: Fix race condition in telnetlib test; should stop test failure...Mark Dickinson2009-10-26
* - apply issue 6582 to test all the write methods of telnetlibJack Diederich2009-09-03
* - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONTJack Diederich2009-07-26
* -fixes telnetlib constants to be one-length byte arrays instead of intsJack Diederich2009-04-10
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-09
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-28
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-27
* Use an event variable to wait for the server to be ready, rather than sleep(0...Guido van Rossum2007-08-10
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27