| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the semantic of timeout for socket.create_connection and | Facundo Batista | 2008-05-29 | 1 | -7/+10 |
|
|
* | Fix a bug introduced in r62627. see issue2760 and issue2632. | Gregory P. Smith | 2008-05-05 | 1 | -19/+18 |
|
|
* | This should fix issue2632. A long description of the two competing | Gregory P. Smith | 2008-05-02 | 1 | -59/+104 |
|
|
* | #1389051, #1092502: fix excessively large allocations when using read() on a ... | Andrew M. Kuchling | 2008-02-23 | 1 | -1/+1 |
|
|
* | socket.ioctl is only available on Windows | Christian Heimes | 2008-01-04 | 1 | -1/+4 |
|
|
* | Added interface to Windows' WSAIoctl and a simple example for a network sniffer. | Christian Heimes | 2008-01-04 | 1 | -1/+1 |
|
|
* | Revert dummy commit now that the build slave is building. | Georg Brandl | 2007-12-16 | 1 | -1/+0 |
|
|
* | Dummy commit to investigate #1617. | Georg Brandl | 2007-12-16 | 1 | -0/+1 |
|
|
* | More work on SSL support. | Bill Janssen | 2007-09-10 | 1 | -2/+2 |
|
|
* | This contains a number of things: | Bill Janssen | 2007-08-29 | 1 | -12/+28 |
|
|
* | Server-side SSL and certificate validation, by Bill Janssen. | Guido van Rossum | 2007-08-25 | 1 | -4/+3 |
|
|
* | Bug #978833: Close https sockets by releasing the _ssl object. | Martin v. Löwis | 2007-07-27 | 1 | -0/+4 |
|
|
* | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 1 | -5/+5 |
|
|
* | Added a 'create_connect()' function to socket.py, which creates a | Facundo Batista | 2007-03-23 | 1 | -0/+29 |
|
|
* | Bug #978833: Revert r50844, as it broke _socketobject.dup. | Martin v. Löwis | 2007-03-23 | 1 | -3/+0 |
|
|
* | Patch #1627441: close sockets properly in urllib2. | Georg Brandl | 2007-01-21 | 1 | -2/+6 |
|
|
* | Bug #978833: Really close underlying socket in _socketobject.close. | Martin v. Löwis | 2006-07-26 | 1 | -0/+3 |
|
|
* | Release all forwarded functions in .close. Fixes #1513223. | Martin v. Löwis | 2006-07-01 | 1 | -12/+14 |
|
|
* | Fixes in struct and socket from merge reviews. | Martin Blais | 2006-06-04 | 1 | -3/+3 |
|
|
* | Support for buffer protocol for socket and struct. | Martin Blais | 2006-05-26 | 1 | -1/+5 |
|
|
* | Patch #1466993: remove wrong comment in socket.py | Georg Brandl | 2006-04-09 | 1 | -8/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-03-22 | 1 | -1/+1 |
|
|
* | Correct API design mistake from rev. 43126: make socket attributes readonly p... | Georg Brandl | 2006-03-21 | 1 | -18/+4 |
|
|
* | RFE #567972: Socket objects' family, type and proto properties are | Georg Brandl | 2006-03-17 | 1 | -0/+18 |
|
|
* | Fix test for socket.getfqdn() to also include the name returned by | Brett Cannon | 2005-03-11 | 1 | -1/+1 |
|
|
* | Patch #1003700: Add socketpair function to socket module. | Dave Cole | 2004-08-09 | 1 | -0/+1 |
|
|
* | Add weakref support to sockets and re pattern objects. | Raymond Hettinger | 2004-05-31 | 1 | -1/+2 |
|
|
* | SF bug 924242: socket._fileobject._getclosed() returns wrong value | Tim Peters | 2004-03-28 | 1 | -1/+1 |
|
|
* | Always unwrap _socketobj in socket.ssl. Revert httplib.py 1.25. | Martin v. Löwis | 2003-06-14 | 1 | -10/+6 |
|
|
* | I saw errors from _fileobject.__del__ about missing self._sock. This | Guido van Rossum | 2003-05-29 | 1 | -1/+5 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -1/+3 |
|
|
* | Extract the errno value to use from the errno module if possible. | Fred Drake | 2003-04-29 | 1 | -1/+6 |
|
|
* | Regain throughput lost with the _socketobject wrapper. The | Skip Montanaro | 2003-04-29 | 1 | -3/+9 |
|
|
* | Patch by Jp Calderone: | Guido van Rossum | 2003-04-25 | 1 | -0/+1 |
|
|
* | The socket module now always uses the _socketobject wrapper class, even on | Skip Montanaro | 2003-03-30 | 1 | -5/+1 |
|
|
* | On Windows, make sure SocketType is the same as socket. (SF bug | Guido van Rossum | 2002-08-22 | 1 | -1/+1 |
|
|
* | Delete junk attributes left behind by _socketobject class construction. | Tim Peters | 2002-08-08 | 1 | -0/+1 |
|
|
* | The _socketobject class has no need for a __del__ method: all it did was | Guido van Rossum | 2002-08-08 | 1 | -10/+6 |
|
|
* | OK, one more hack: speed up the case of readline() in unbuffered mode. | Guido van Rossum | 2002-08-08 | 1 | -0/+11 |
|
|
* | Another refactoring of read() and readline(), this time based on the | Guido van Rossum | 2002-08-08 | 1 | -66/+88 |
|
|
* | Extend __all__ with the exports list of the _ssl module. | Guido van Rossum | 2002-08-08 | 1 | -1/+4 |
|
|
* | Oops, stupid tabs. Sorry again. | Guido van Rossum | 2002-08-08 | 1 | -3/+3 |
|
|
* | Another refactoring. Changed 'socket' from being a factory function | Guido van Rossum | 2002-08-08 | 1 | -26/+49 |
|
|
* | Major restructuring of _fileobject. Hopefully several things now work | Guido van Rossum | 2002-08-08 | 1 | -61/+111 |
|
|
* | Replace tabs with spaces. (Sorry!) | Guido van Rossum | 2002-08-07 | 1 | -3/+3 |
|
|
* | "Unbuffered" mode of class _fileobject wasn't actually unbuffered, | Guido van Rossum | 2002-08-07 | 1 | -2/+5 |
|
|
* | Restore a full arglist to the socket wrapper, so it supports keyword | Tim Peters | 2002-07-31 | 1 | -2/+2 |
|
|
* | For platforms (like Windows) that wrap _socket.socket: | Tim Peters | 2002-07-31 | 1 | -2/+3 |
|
|
* | Add default timeout functionality. This adds setdefaulttimeout() and | Guido van Rossum | 2002-07-18 | 1 | -0/+2 |
|
|
* | Cleanup a little | Neal Norwitz | 2002-06-13 | 1 | -6/+7 |
|
|