| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -1/+1 |
|
|
* | Issue #27076: Merge spelling from 3.5 | Martin Panter | 2016-05-26 | 1 | -2/+2 |
|\ |
|
| * | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -2/+2 |
|
|
* | | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
|
|
* | | Closes #25795: Merge with 3.5 | Zachary Ware | 2015-12-05 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Issue #25795: Fix several tests to run independently. | Zachary Ware | 2015-12-05 | 1 | -5/+5 |
|
|
* | | #25485: Add context manager support to Telnet class. | R David Murray | 2015-11-28 | 1 | -0/+5 |
|/ |
|
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -5/+1 |
|
|
* | Issue #21566: Make use of socket.listen() default backlog. | Charles-François Natali | 2014-07-23 | 1 | -1/+1 |
|
|
* | Issue #20311: Fix test_telnetlib, set the resolution of the MockSelector | Victor Stinner | 2014-01-25 | 1 | -0/+4 |
|
|
* | Issue #19842: Refactor BaseSelector to make it an actual usable ABC. | Charles-François Natali | 2013-12-01 | 1 | -3/+4 |
|
|
* | Issue #19170: telnetlib: use selectors. | Charles-François Natali | 2013-10-21 | 1 | -79/+22 |
|
|
* | #18833: add a test for test_telnetlib. Patch by Alex Volkov. | Ezio Melotti | 2013-08-25 | 1 | -0/+8 |
|
|
* | one more test fix for systems without select.poll. tested by deleting | Gregory P. Smith | 2012-07-16 | 1 | -3/+6 |
|\ |
|
| * | one more test fix for systems without select.poll. tested by deleting | Gregory P. Smith | 2012-07-16 | 1 | -3/+6 |
|
|
* | | Fix unchecked select.poll reference in setUp and tearDown for | Gregory P. Smith | 2012-07-16 | 1 | -5/+7 |
|\ \
| |/ |
|
| * | Fix unchecked select.poll reference in setUp and tearDown for | Gregory P. Smith | 2012-07-16 | 1 | -5/+7 |
|
|
* | | Fix the with_poll tests for platforms without poll. missing import. | Gregory P. Smith | 2012-07-16 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix the with_poll tests for platforms without poll. missing import. | Gregory P. Smith | 2012-07-16 | 1 | -0/+1 |
|
|
* | | Fixes Issue #14635: telnetlib will use poll() rather than select() when possible | Gregory P. Smith | 2012-07-16 | 1 | -7/+89 |
|\ \
| |/ |
|
| * | Fixes Issue #14635: telnetlib will use poll() rather than select() when possible | Gregory P. Smith | 2012-07-16 | 1 | -7/+89 |
|
|
* | | MERGE: Partial patch for issue #11812: Take care of test_telnetlib.py | Jesus Cea | 2011-11-08 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Partial patch for issue #11812: Take care of test_telnetlib.py | Jesus Cea | 2011-11-08 | 1 | -6/+6 |
|
|
* | | MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 | Jesus Cea | 2011-11-08 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 | Jesus Cea | 2011-11-08 | 1 | -4/+0 |
|
|
| * | Merged revisions 88691 via svnmerge from | Antoine Pitrou | 2011-03-01 | 1 | -1/+2 |
|
|
* | | Silence altered execution state warnings from test_telnetlib involving threads. | Brett Cannon | 2011-08-05 | 1 | -0/+1 |
|
|
* | | Endly, fix UnboundLocalError in telnetlib | Antoine Pitrou | 2011-03-01 | 1 | -1/+2 |
|/ |
|
* | #10695: use %s not %d so that a string 'port' does not cause a debug traceback | R. David Murray | 2010-12-14 | 1 | -0/+10 |
|
|
* | Clear up ResourceWarnings | Brian Curtin | 2010-11-06 | 1 | -0/+1 |
|
|
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -1/+1 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -3/+3 |
|
|
* | - issue #6748 intermittent test failures from sockets | Jack Diederich | 2009-11-06 | 1 | -288/+146 |
|
|
* | Issue #7207: Fix race condition in telnetlib test; should stop test failure... | Mark Dickinson | 2009-10-26 | 1 | -5/+25 |
|
|
* | - apply issue 6582 to test all the write methods of telnetlib | Jack Diederich | 2009-09-03 | 1 | -5/+59 |
|
|
* | - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT | Jack Diederich | 2009-07-26 | 1 | -0/+46 |
|
|
* | -fixes telnetlib constants to be one-length byte arrays instead of ints | Jack Diederich | 2009-04-10 | 1 | -3/+294 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -16/+18 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -13/+11 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -6/+8 |
|
|
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -5/+6 |
|
|
* | Use an event variable to wait for the server to be ready, rather than sleep(0... | Guido van Rossum | 2007-08-10 | 1 | -3/+5 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+74 |
|
|