index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
socket.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Repair so that importing socket doesn't blow up on platforms that lack
Tim Peters
2002-02-17
1
-7/+12
*
The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
Martin v. Löwis
2002-02-16
1
-2/+2
*
Break SSL support out of _socket module and place it into a new
Marc-André Lemburg
2002-02-16
1
-1/+5
*
Move the helper class _closedsocket *into* the _socketobject class.
Guido van Rossum
2001-12-18
1
-7/+6
*
Add 'sendall' to list of socket methods.
Guido van Rossum
2001-10-29
1
-1/+1
*
SF patch #474590 -- RISC OS support
Guido van Rossum
2001-10-24
1
-1/+1
*
Inspired by Greg Stein's proposed simplification of the _closesocket
Guido van Rossum
2001-08-18
1
-5/+1
*
When the socket is closed, don't just assign 0 to self._sock.
Guido van Rossum
2001-08-18
1
-8/+18
*
Whitespace normalization.
Tim Peters
2001-03-29
1
-1/+1
*
Add a wrapper function for ssl() on Windows. Inspired by SF patch
Guido van Rossum
2001-03-22
1
-6/+11
*
add errorTab to __all__ on win*
Skip Montanaro
2001-03-18
1
-0/+1
*
RISCOS changes by dschwertberger.
Guido van Rossum
2001-03-02
1
-1/+2
*
bunch more __all__ lists
Skip Montanaro
2001-02-15
1
-0/+5
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-1/+1
*
Mention in the module's doc string that other functions of the socket API
Martin v. Löwis
2000-09-30
1
-1/+2
*
Support sizehint in _fileobject.readlines, as documented.
Martin v. Löwis
2000-09-19
1
-1/+5
*
Before comparing os.uname() to BeOS check that os.uname actually exists:-)
Jack Jansen
2000-09-15
1
-1/+1
*
updated occurences of fqdn algorithm (closes patch #101197)
Peter Schneider-Kamp
2000-08-16
1
-1/+1
*
Revise the wrapper structure for the socket module:
Fred Drake
2000-08-16
1
-0/+237