| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | socket.ioctl is only available on Windows | Christian Heimes | 2008-01-04 | 1 | -0/+10 |
|
|
* | Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) | Hye-Shik Chang | 2007-10-28 | 1 | -1/+1 |
|
|
* | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 1 | -6/+6 |
|
|
* | Bug 1688393. Adds a control of negative values in | Facundo Batista | 2007-03-28 | 1 | -0/+7 |
|
|
* | Redone the tests, using the infrastructure already present | Facundo Batista | 2007-03-25 | 1 | -53/+65 |
|
|
* | Surrounded with try/finally to socket's default timeout setting | Facundo Batista | 2007-03-23 | 1 | -9/+11 |
|
|
* | Added a 'create_connect()' function to socket.py, which creates a | Facundo Batista | 2007-03-23 | 1 | -2/+83 |
|
|
* | Patch #1627441: close sockets properly in urllib2. | Georg Brandl | 2007-01-21 | 1 | -1/+27 |
|
|
* | Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or | Guido van Rossum | 2007-01-14 | 1 | -0/+14 |
|
|
* | Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during | Neal Norwitz | 2006-08-02 | 1 | -0/+32 |
|
|
* | Release all forwarded functions in .close. Fixes #1513223. | Martin v. Löwis | 2006-07-01 | 1 | -2/+17 |
|
|
* | Prevent spurious leaks when running regrtest.py -R. There may be more | Neal Norwitz | 2006-06-18 | 1 | -0/+3 |
|
|
* | Fix the socket tests so they can be run concurrently. Backport candidate | Neal Norwitz | 2006-06-12 | 1 | -2/+4 |
|
|
* | Get test to pass on S/390. Shout if you think this change is incorrect. | Neal Norwitz | 2006-06-11 | 1 | -1/+6 |
|
|
* | Fixes in struct and socket from merge reviews. | Martin Blais | 2006-06-04 | 1 | -6/+6 |
|
|
* | Support for buffer protocol for socket and struct. | Martin Blais | 2006-05-26 | 1 | -1/+32 |
|
|
* | SF Patch #1062014: AF_UNIX sockets under Linux have a special | Armin Rigo | 2006-04-19 | 1 | -0/+28 |
|
|
* | Deal with openbsd's different style of default /etc/hosts by forcing the fqdn | Anthony Baxter | 2006-04-03 | 1 | -1/+1 |
|
|
* | Fix typo. | Martin v. Löwis | 2006-03-26 | 1 | -1/+1 |
|
|
* | Provide more debug output, to diagnose OpenBSD test failures. | Martin v. Löwis | 2006-03-26 | 1 | -1/+1 |
|
|
* | Correct API design mistake from rev. 43126: make socket attributes readonly p... | Georg Brandl | 2006-03-21 | 1 | -5/+5 |
|
|
* | RFE #567972: Socket objects' family, type and proto properties are | Georg Brandl | 2006-03-17 | 1 | -0/+8 |
|
|
* | patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows | Georg Brandl | 2005-08-26 | 1 | -0/+2 |
|
|
* | Add support for FreeBSD 7. | Hye-Shik Chang | 2005-07-17 | 1 | -1/+1 |
|
|
* | Fix test for socket.getfqdn() to also include the name returned by | Brett Cannon | 2005-03-11 | 1 | -1/+1 |
|
|
* | Add 'linux2' as one of the platforms that does not use the echo service as one | Brett Cannon | 2004-11-20 | 1 | -1/+2 |
|
|
* | Add support for FreeBSD 6. | Hye-Shik Chang | 2004-08-18 | 1 | -1/+1 |
|
|
* | Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo" | Skip Montanaro | 2004-08-16 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-09 | 1 | -1/+1 |
|
|