Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
91ee798892faedf75949c57eee12f9d8308cac17
/
Lib
/
socket.py
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