Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d49e375eedf717c048fe7f803ee347a1572cc968
/
Lib
/
poplib.py
4f1b1ed
Fixed the semantic of timeout for socket.create_connection and
by Facundo Batista
· 16 years ago
ce95684
Fix-up docstring
by Raymond Hettinger
· 16 years ago
98d19da
More work on SSL support.
by Bill Janssen
· 17 years ago
a6900e8
Don't lie in __all__ attributes when SSL is not available: only add the SSL
by Thomas Wouters
· 17 years ago
426ea0a
This contains a number of things:
by Bill Janssen
· 17 years ago
1b1c347
Added an optional timeout to poplib.POP3. Also created a
by Facundo Batista
· 18 years ago
bffb0bc
In stdlib, use hashlib instead of deprecated md5 and sha modules.
by Georg Brandl
· 19 years ago
2772c67
bug [ 1252706 ] poplib list() docstring fix (and docs too)
by Georg Brandl
· 19 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
48440b7
Patch #: Add POP3 over SSL support.
by Martin v. Löwis
· 21 years ago
16e3c42
Replace boolean test with is None.
by Raymond Hettinger
· 22 years ago
e12454f
The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
by Martin v. Löwis
· 23 years ago
a16433b
Re-enabled debugging prints in poplib & documented the set_debuglevel()
by Fred Drake
· 23 years ago
322c0d1
Only close sockets if they have been created. Reported by Blake Winton.
by Martin v. Löwis
· 23 years ago
2ad2569
Initialize msg to avoid unbound locals.
by Martin v. Löwis
· 23 years ago
4eb5940
Untabify IPv6 changes.
by Martin v. Löwis
· 23 years ago
a43c2f8
Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.
by Martin v. Löwis
· 23 years ago
c62c81e
__all__ for several more modules
by Skip Montanaro
· 24 years ago
341f929
String method conversion.
by Eric S. Raymond
· 24 years ago
ccc2e3d
OK, checking in patch 103329.
by Moshe Zadka
· 24 years ago
2344fae
Whitespace normalization.
by Tim Peters
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
2a91cd4
Caolan McNamara: properly undo the byte-stuffing of lines starting
by Guido van Rossum
· 25 years ago
93a7c0f
Fredrik Lundh:
by Guido van Rossum
· 25 years ago
98d9fd3
Simple changes by Gerrit Holl - move author acknowledgements out of
by Guido van Rossum
· 25 years ago
361c048
POP3.uidl(): Update docstring based on comments from Piers Lauder
by Fred Drake
· 26 years ago
8d5bef7
There was a confusion in my checkin of the code to support list() with
by Guido van Rossum
· 26 years ago
f6ae743
Fix suggested by movits@lockstar.com (plus doc string by myself)
by Guido van Rossum
· 26 years ago
de23cb0
Bug in how an except statement was written (submitted by Piers himself).
by Guido van Rossum
· 26 years ago
03774bb
Version with docstrings and some other changes, by Piers Lauder.
by Guido van Rossum
· 27 years ago
484772d
Dave Ascher's pop client code.
by Guido van Rossum
· 27 years ago