summaryrefslogtreecommitdiffstats
path: root/Lib/socket.py
Commit message (Expand)AuthorAgeFilesLines
* Repair so that importing socket doesn't blow up on platforms that lackTim Peters2002-02-171-7/+12
* The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.Martin v. Löwis2002-02-161-2/+2
* Break SSL support out of _socket module and place it into a newMarc-André Lemburg2002-02-161-1/+5
* Move the helper class _closedsocket *into* the _socketobject class.Guido van Rossum2001-12-181-7/+6
* Add 'sendall' to list of socket methods.Guido van Rossum2001-10-291-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-1/+1
* Inspired by Greg Stein's proposed simplification of the _closesocketGuido van Rossum2001-08-181-5/+1
* When the socket is closed, don't just assign 0 to self._sock.Guido van Rossum2001-08-181-8/+18
* Whitespace normalization.Tim Peters2001-03-291-1/+1
* Add a wrapper function for ssl() on Windows. Inspired by SF patchGuido van Rossum2001-03-221-6/+11
* add errorTab to __all__ on win*Skip Montanaro2001-03-181-0/+1
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-021-1/+2
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+5
* Whitespace normalization.Tim Peters2001-01-151-1/+1
* Mention in the module's doc string that other functions of the socket APIMartin v. Löwis2000-09-301-1/+2
* Support sizehint in _fileobject.readlines, as documented.Martin v. Löwis2000-09-191-1/+5
* Before comparing os.uname() to BeOS check that os.uname actually exists:-)Jack Jansen2000-09-151-1/+1
* updated occurences of fqdn algorithm (closes patch #101197)Peter Schneider-Kamp2000-08-161-1/+1
* Revise the wrapper structure for the socket module:Fred Drake2000-08-161-0/+237