| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by | Charles-François Natali | 2012-01-02 | 1 | -0/+10 |
|
|
* | #11112: Fix typo in a base class in test_socket. | Ezio Melotti | 2011-11-18 | 1 | -1/+1 |
|
|
* | Fix another callable warning. | Ezio Melotti | 2011-11-06 | 1 | -3/+2 |
|
|
* | Fix a race condition in test_socket.ThreadableTest: the client is reported | Charles-François Natali | 2011-09-21 | 1 | -1/+1 |
|
|
* | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -0/+7 |
|
|
* | #10169: Fix argument parsing in socket.sendto() to avoid error masking. | Ezio Melotti | 2011-05-07 | 1 | -0/+39 |
|
|
* | Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -1/+5 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -31/+31 |
|
|
* | Merged revisions 86205 via svnmerge from | Brian Curtin | 2010-11-05 | 1 | -2/+2 |
|
|
* | Merged revisions 86151 via svnmerge from | Brian Curtin | 2010-11-04 | 1 | -0/+5 |
|
|
* | Remove an assert which snuck in during merging from py3k. | Brian Curtin | 2010-11-02 | 1 | -1/+0 |
|
|
* | Merged revisions 86105 via svnmerge from | Brian Curtin | 2010-11-02 | 1 | -0/+26 |
|
|
* | Merged revisions 85586-85587,85596-85598 via svnmerge from | Gregory P. Smith | 2010-10-17 | 1 | -2/+4 |
|
|
* | Merged revisions 85032 via svnmerge from | Antoine Pitrou | 2010-09-27 | 1 | -0/+37 |
|
|
* | Merged revisions 84597-84599 via svnmerge from | Antoine Pitrou | 2010-09-07 | 1 | -5/+36 |
|
|
* | Merged revisions 84089 via svnmerge from | Giampaolo Rodolà | 2010-08-16 | 1 | -1/+1 |
|
|
* | Merged revisions 84024 via svnmerge from | Giampaolo Rodolà | 2010-08-14 | 1 | -0/+54 |
|
|
* | In a number of places code still revers | Ronald Oussoren | 2010-05-05 | 1 | -3/+2 |
|
|
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -1/+16 |
|
|
* | #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k... | Florent Xicluna | 2010-03-21 | 1 | -7/+10 |
|
|
* | Issue #8104: socket.recv_into() and socket.recvfrom_into() now support | Antoine Pitrou | 2010-03-17 | 1 | -4/+40 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -1/+1 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -8/+4 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -4/+8 |
|
|
* | Fix testSourceAddress to not test the host, it wasn't passing on some platforms. | Gregory P. Smith | 2010-01-03 | 1 | -9/+4 |
|
|
* | Adds an optional source_address parameter to socket.create_connection(). | Gregory P. Smith | 2010-01-03 | 1 | -1/+14 |
|
|
* | http://bugs.python.org/issue6971 | Kristján Valur Jónsson | 2009-09-25 | 1 | -0/+4 |
|
|
* | #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a System... | Georg Brandl | 2009-09-19 | 1 | -1/+1 |
|
|
* | Fix issue1628205: Socket file objects returned by socket.socket.makefile() now | Gregory P. Smith | 2009-08-13 | 1 | -0/+72 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -28/+28 |
|
|
* | Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even | Gregory P. Smith | 2009-02-11 | 1 | -0/+8 |
|
|
* | - Issue #5104: The socket module now raises OverflowError when 16-bit port and | Gregory P. Smith | 2009-01-31 | 1 | -6/+30 |
|
|
* | Comment typo | Mark Dickinson | 2009-01-15 | 1 | -1/+1 |
|
|
* | Issue #4397. Fix occasional test_socket failure on OS X. | Mark Dickinson | 2009-01-15 | 1 | -0/+4 |
|
|
* | give the threading API PEP 8 names | Benjamin Peterson | 2008-06-11 | 1 | -1/+1 |
|
|
* | Fixed the semantic of timeout for socket.create_connection and | Facundo Batista | 2008-05-29 | 1 | -13/+19 |
|
|
* | Queue renaming reversal part 3: move module into place and | Georg Brandl | 2008-05-25 | 1 | -2/+2 |
|
|
* | Added stub for the Queue module to be renamed in 3.0. | Alexandre Vassalotti | 2008-05-11 | 1 | -2/+2 |
|
|
* | Fix a bug introduced in r62627. see issue2760 and issue2632. | Gregory P. Smith | 2008-05-05 | 1 | -0/+27 |
|
|
* | - Issue #2550: The approach used by client/server code for obtaining ports | Trent Nelson | 2008-04-08 | 1 | -28/+37 |
|
|
* | Revert r62152 (Issue #2550). Being able to observe the results of all the bu... | Trent Nelson | 2008-04-04 | 1 | -76/+0 |
|
|
* | Issue 2550: extend test_socket.py to test SO_REUSEADDR semantics when bind() ... | Trent Nelson | 2008-04-04 | 1 | -0/+76 |
|
|
* | Remove debug prints; the buildbot now passes the tests | Amaury Forgeot d'Arc | 2008-04-02 | 1 | -14/+0 |
|
|
* | Still investigating on the hanging test_socket. | Amaury Forgeot d'Arc | 2008-03-29 | 1 | -2/+4 |
|
|
* | The buildbot "x86 W2k8 trunk" seems to hang in test_socket. | Amaury Forgeot d'Arc | 2008-03-29 | 1 | -0/+12 |
|
|
* | Print more information the next time test_socket throws the wrong exception. | Jeffrey Yasskin | 2008-03-28 | 1 | -3/+7 |
|
|
* | Disabled test_xmlrpc:test_404. It's causing lots of false alarms. | Christian Heimes | 2008-01-19 | 1 | -1/+0 |
|
|
* | It's verbose, not debug | Christian Heimes | 2008-01-08 | 1 | -1/+1 |
|
|
* | Fixed indention problem that caused the second TIPC test to run on systems wi... | Christian Heimes | 2008-01-07 | 1 | -1/+1 |
|
|
* | Issue #1646: Make socket support TIPC. The socket module now has support | Christian Heimes | 2008-01-07 | 1 | -0/+82 |
|
|