- e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
- 834bd81 Issue #10041: The signature of optional arguments in socket.makefile() by Antoine Pitrou · 14 years ago
- 98b4670 Issue #9854: SocketIO objects now observe the RawIOBase interface in by Antoine Pitrou · 14 years ago
- 8dd2387 Reverted unwanted change in r84826 by Antoine Pitrou · 14 years ago
- 5aa0d10 Improve docs for socket.makefile() and SocketIO by Antoine Pitrou · 14 years ago
- 872b79d Add a comment explaining why SocketIO is needed by Antoine Pitrou · 14 years ago
- 9e0b864 Issue #1552: socket.socketpair() now returns regular socket.socket by Antoine Pitrou · 14 years ago
- b383dbb Fix issue 9794: adds context manager protocol to socket.socket so that socket.create_connection() can be used with the 'with' statement. by Giampaolo Rodolà · 14 years ago
- 4b92b5f Issue #9792: In case of connection failure, socket.create_connection() by Antoine Pitrou · 14 years ago
- 49203dc reformat comment by Benjamin Peterson · 14 years ago
- 19d6a4f Issue #808164: Fixed socket.close to avoid references to globals, to by Daniel Stutzbach · 14 years ago
- 34d17de remove SocketIO.__del__; close() can handle it by Benjamin Peterson · 14 years ago
- aafdca8 Merged revisions 74426 via svnmerge from by Gregory P. Smith · 15 years ago
- b406637 Merged revisions 77263-77264 via svnmerge from by Gregory P. Smith · 15 years ago
- 5c91bf3 Merged revisions 73138 via svnmerge from by Mark Dickinson · 15 years ago
- ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 16 years ago
- de3369f Fixes issue #3826 and #4791: by Gregory P. Smith · 16 years ago
- 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 16 years ago
- 9d24ff0 Follow-up of r67300: correct a failure in socket.makefile(). by Amaury Forgeot d'Arc · 16 years ago
- f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
- 54cc54c update to fix leak in SSL code by Bill Janssen · 17 years ago
- 39eb8fa This is roughly socket2.diff from issue 1378, with a few changes applied by Guido van Rossum · 17 years ago
- 86bc33c Patch 1439 by Bill Janssen. I think this will work. by Guido van Rossum · 17 years ago
- 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
- 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
- 245b42e Found a different, more direct way to disable ssl support until it's fixed. by Guido van Rossum · 17 years ago
- ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
- 5abbf75 Changes to io.py and socket.py by Christian Heimes. by Guido van Rossum · 17 years ago
- 5accbdb Make sure socket.close() doesn't interfere with socket.makefile(). by Jeremy Hylton · 17 years ago
- 93adc5d (1) SF patch# 1755214 by Amaury Forgeot d'Arc which makes some tests by Guido van Rossum · 17 years ago
- 7d0a826 Sockets facelift. APIs that could return binary data (e.g. aton() and by Guido van Rossum · 17 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
- 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 18 years ago
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
- 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 20 years ago
- 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 20 years ago
- 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
- 116d83c SF bug 924242: socket._fileobject._getclosed() returns wrong value by Tim Peters · 21 years ago
- 1867f24 Always unwrap _socketobj in socket.ssl. Revert httplib.py 1.25. Fixes #754447. by Martin v. Löwis · 21 years ago
- 65f8ced I saw errors from _fileobject.__del__ about missing self._sock. This by Guido van Rossum · 21 years ago
- a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 22 years ago
- 70d566b Extract the errno value to use from the errno module if possible. by Fred Drake · 22 years ago
- c689918 Regain throughput lost with the _socketobject wrapper. The by Skip Montanaro · 22 years ago
- 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 22 years ago
- 89feabc The socket module now always uses the _socketobject wrapper class, even on by Skip Montanaro · 22 years ago
- dbfb121 On Windows, make sure SocketType is the same as socket. (SF bug 598097) by Guido van Rossum · 22 years ago
- d7e8a0d Delete junk attributes left behind by _socketobject class construction. by Tim Peters · 22 years ago
- 715f970 The _socketobject class has no need for a __del__ method: all it did was by Guido van Rossum · 22 years ago
- 48b7969 OK, one more hack: speed up the case of readline() in unbuffered mode. by Guido van Rossum · 22 years ago
- fb3deec Another refactoring of read() and readline(), this time based on the by Guido van Rossum · 22 years ago
- de7cade Extend __all__ with the exports list of the _ssl module. by Guido van Rossum · 22 years ago
- 7c3b634 Oops, stupid tabs. Sorry again. by Guido van Rossum · 22 years ago
- c18993f Another refactoring. Changed 'socket' from being a factory function by Guido van Rossum · 22 years ago
- 443fec3 Major restructuring of _fileobject. Hopefully several things now work by Guido van Rossum · 22 years ago
- 9ed5ae7 Replace tabs with spaces. (Sorry!) by Guido van Rossum · 22 years ago
- e9f6614 "Unbuffered" mode of class _fileobject wasn't actually unbuffered, by Guido van Rossum · 22 years ago
- 6be1475 Restore a full arglist to the socket wrapper, so it supports keyword by Tim Peters · 22 years ago
- 8c3fb87 For platforms (like Windows) that wrap _socket.socket: by Tim Peters · 22 years ago
- 9d0c8ce Add default timeout functionality. This adds setdefaulttimeout() and by Guido van Rossum · 22 years ago
- 2b34290 Cleanup a little by Neal Norwitz · 22 years ago
- 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago
- 18e6778 Repair so that importing socket doesn't blow up on platforms that lack by Tim Peters · 23 years ago
- e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 23 years ago
- a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 23 years ago
- 99d2fbb Move the helper class _closedsocket *into* the _socketobject class. by Guido van Rossum · 23 years ago
- b2c763f Add 'sendall' to list of socket methods. by Guido van Rossum · 23 years ago
- e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
- 112ea6b Inspired by Greg Stein's proposed simplification of the _closesocket by Guido van Rossum · 23 years ago
- e5e5059 When the socket is closed, don't just assign 0 to self._sock. by Guido van Rossum · 23 years ago
- a19a168 Whitespace normalization. by Tim Peters · 24 years ago
- 3f69f21 Add a wrapper function for ssl() on Windows. Inspired by SF patch by Guido van Rossum · 24 years ago
- 64de1a4 add errorTab to __all__ on win* closes bug #406642 by Skip Montanaro · 24 years ago
- d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
- 0de6580 bunch more __all__ lists by Skip Montanaro · 24 years ago
- 495ad3c Whitespace normalization. by Tim Peters · 24 years ago
- af484d5 Mention in the module's doc string that other functions of the socket API by Martin v. Löwis · 24 years ago
- 6df27f8 Support sizehint in _fileobject.readlines, as documented. by Martin v. Löwis · 24 years ago
- 344ecdb Before comparing os.uname() to BeOS check that os.uname actually exists:-) by Jack Jansen · 24 years ago
- 2d2785a updated occurences of fqdn algorithm (closes patch #101197) by Peter Schneider-Kamp · 24 years ago
- a6070f0 Revise the wrapper structure for the socket module: by Fred Drake · 24 years ago