80 Commits (66dd94199c00bc059fc70bb246db01b60f5a650a)

Author SHA1 Message Date
Antoine Pitrou c818ed4d61 Merged revisions 84597-84599 via svnmerge from 16 years ago
Daniel Stutzbach 66c981b48b Issue #808164: Fixed socket.close to avoid references to globals, to 16 years ago
Ezio Melotti b833fa88d3 #9543: Fix regression introduced in r83624. 16 years ago
Ezio Melotti 262a47d2b9 Merged revisions 75407,75409-75413,75415,75419-75421 via svnmerge from 16 years ago
Jean-Paul Calderone c28d554db8 Merged revisions 74426 via svnmerge from 16 years ago
Gregory P. Smith 79a3eb1058 Adds an optional source_address parameter to socket.create_connection(). 16 years ago
Antoine Pitrou daa524a293 Fix py3k warnings in the socket module 17 years ago
Gregory P. Smith 1cfc9c0ef3 Merged revisions 73145 via svnmerge from 17 years ago
Gregory P. Smith c4ad0345cf Fix issue1628205: Socket file objects returned by socket.socket.makefile() now 17 years ago
Kristján Valur Jónsson 36c3928fdc http://bugs.python.org/issue6117 17 years ago
Mark Dickinson 36c8084233 Merged revisions 73138 via svnmerge from 17 years ago
Mark Dickinson d57b5543e4 Typo in socket.py. Thanks Pablo Torres Navarrete. 17 years ago
Chris Withers b524825788 remove unpleasant exec 17 years ago
Benjamin Peterson 2b48573794 Merged revisions 71329 via svnmerge from 17 years ago
Benjamin Peterson a27e6e3d58 add create_connection to __all__ #5711 17 years ago
Brett Cannon 3f92bc6f48 Remove buffer() usage in the socket module by just slicing directly on the 18 years ago
Gregory P. Smith f8f30fad4d Backport r62627 + r62744 from trunk to fix issue 2632. 18 years ago
Facundo Batista 4f1b1ed975 Fixed the semantic of timeout for socket.create_connection and 18 years ago
Gregory P. Smith 24237ea8a1 Fix a bug introduced in r62627. see issue2760 and issue2632. 18 years ago
Gregory P. Smith f8cc64017c This should fix issue2632. A long description of the two competing 18 years ago
Andrew M. Kuchling 664553a778 #1389051, #1092502: fix excessively large allocations when using read() on a socket 18 years ago
Andrew M. Kuchling 1beea27299 #1389051, #1092502: fix excessively large allocations when using read() on a socket 18 years ago
Christian Heimes a47b75b0a0 socket.ioctl is only available on Windows 18 years ago
Christian Heimes 04ae916fa2 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. 18 years ago
Georg Brandl 9c8497eb6e Revert dummy commit now that the build slave is building. 19 years ago
Georg Brandl 6f6f6adea2 Dummy commit to investigate #1617. 19 years ago
Bill Janssen 98d19dafd9 More work on SSL support. 19 years ago
Bill Janssen 426ea0a864 This contains a number of things: 19 years ago
Guido van Rossum 4f2c3ddca4 Server-side SSL and certificate validation, by Bill Janssen. 19 years ago
Martin v. Löwis f25e35b9ec Bug #978833: Close https sockets by releasing the _ssl object. 19 years ago
Neal Norwitz 0d4c06e06e Whitespace normalization. Ugh, we really need to do this more often. 19 years ago
Facundo Batista 07c78be0b4 Added a 'create_connect()' function to socket.py, which creates a 19 years ago
Martin v. Löwis a8ddae6149 Bug #978833: Revert r50844, as it broke _socketobject.dup. 19 years ago
Martin v. Löwis 0af338859b Bug #978833: Revert r50844, as it broke _socketobject.dup. 19 years ago
Georg Brandl 962e9165aa Patch #1627441: close sockets properly in urllib2. 19 years ago
Georg Brandl dd7b0525e9 Patch #1627441: close sockets properly in urllib2. 19 years ago
Martin v. Löwis 9298eff5f9 Bug #978833: Really close underlying socket in _socketobject.close. 20 years ago
Martin v. Löwis 7596e8342e Release all forwarded functions in .close. Fixes #1513223. 20 years ago
Martin Blais af2ae72cb2 Fixes in struct and socket from merge reviews. 20 years ago
Martin Blais 2856e5f390 Support for buffer protocol for socket and struct. 20 years ago
Georg Brandl a50794b620 Patch #1466993: remove wrong comment in socket.py 20 years ago
Tim Peters 0ae07bdb59 Whitespace normalization. 20 years ago
Georg Brandl bb03ac0dae Correct API design mistake from rev. 43126: make socket attributes readonly properties. 20 years ago
Georg Brandl bc45a3f821 RFE #567972: Socket objects' family, type and proto properties are 20 years ago
Brett Cannon 01668a1ab9 Fix test for socket.getfqdn() to also include the name returned by 21 years ago
Dave Cole 331708b226 Patch #1003700: Add socketpair function to socket module. 22 years ago
Raymond Hettinger 027bb633b6 Add weakref support to sockets and re pattern objects. 22 years ago
Tim Peters 116d83ce71 SF bug 924242: socket._fileobject._getclosed() returns wrong value 22 years ago
Martin v. Löwis 1867f24416 Always unwrap _socketobj in socket.ssl. Revert httplib.py 1.25. 23 years ago
Guido van Rossum 65f8cedd4a I saw errors from _fileobject.__del__ about missing self._sock. This 23 years ago