History log of /external/python/cpython2/Lib/poplib.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
faad6bbea6c86e30c770eb0a3648e2cd52b2e55e 06-Dec-2014 Benjamin Peterson <benjamin@python.org> in poplib, limit maximum line length that we read from the network (closes #16041)

Patch from Berker Peksag.
/external/python/cpython2/Lib/poplib.py
f5469cff1f90381819291bcddcc70f5aaf2da141 17-Aug-2013 Ezio Melotti <ezio.melotti@gmail.com> #18705: fix a number of typos. Patch by Févry Thibault.
/external/python/cpython2/Lib/poplib.py
4f1b1ed975fe25170d00559e63f992c9bf8e9b8a 29-May-2008 Facundo Batista <facundobatista@gmail.com> Fixed the semantic of timeout for socket.create_connection and
all the upper level libraries that use it, including urllib2.
Added and fixed some tests, and changed docs correspondingly.
Thanks to John J Lee for the patch and the pusing, :)
/external/python/cpython2/Lib/poplib.py
ce956842e2f2953bc8eeeb209415121760a3b337 17-May-2008 Raymond Hettinger <python@rcn.com> Fix-up docstring
/external/python/cpython2/Lib/poplib.py
98d19dafd9c9d95338887b9e53c77ec6960918e0 10-Sep-2007 Bill Janssen <janssen@parc.com> More work on SSL support.

* Much expanded test suite:

All protocols tested against all other protocols.
All protocols tested with all certificate options.
Tests for bad key and bad cert.
Test of STARTTLS functionality.
Test of RAND_* functions.

* Fixes for threading/malloc bug.

* Issue 1065 fixed:

sslsocket class renamed to SSLSocket.
sslerror class renamed to SSLError.
Function "wrap_socket" now used to wrap an existing socket.

* Issue 1583946 finally fixed:

Support for subjectAltName added.
Subject name now returned as proper DN list of RDNs.

* SSLError exported from socket as "sslerror".

* RAND_* functions properly exported from ssl.py.

* Documentation improved:

Example of how to create a self-signed certificate.
Better indexing.
/external/python/cpython2/Lib/poplib.py
a6900e8d720df0fbbe0da5d26e61bf187f1fa74a 30-Aug-2007 Thomas Wouters <thomas@python.org> Don't lie in __all__ attributes when SSL is not available: only add the SSL
classes when they are actually created.
/external/python/cpython2/Lib/poplib.py
426ea0a8640b2905ba0c0833ff797241dd5b819d 30-Aug-2007 Bill Janssen <janssen@parc.com> This contains a number of things:

1) Improve the documentation of the SSL module, with a fuller
explanation of certificate usage, another reference, proper
formatting of this and that.

2) Fix Windows bug in ssl.py, and general bug in sslsocket.close().
Remove some unused code from ssl.py. Allow accept() to be called on
sslsocket sockets.

3) Use try-except-else in import of ssl in socket.py. Deprecate use of
socket.ssl().

4) Remove use of socket.ssl() in every library module, except for
test_socket_ssl.py and test_ssl.py.
/external/python/cpython2/Lib/poplib.py
1b1c347311edcddac3381b6c2cfe2f86e82e2d60 27-Mar-2007 Facundo Batista <facundobatista@gmail.com> Added an optional timeout to poplib.POP3. Also created a
test_poplib.py file with a basic test and the timeout
ones. Docs are also updated.
/external/python/cpython2/Lib/poplib.py
bffb0bc064c25032264037e3c0405d7ab0d3c149 30-Apr-2006 Georg Brandl <georg@python.org> In stdlib, use hashlib instead of deprecated md5 and sha modules.
/external/python/cpython2/Lib/poplib.py
2772c679e9c9503965301541ffa2a730c2527976 05-Aug-2005 Georg Brandl <georg@python.org> bug [ 1252706 ] poplib list() docstring fix (and docs too)
/external/python/cpython2/Lib/poplib.py
70a6b49821a3226f55e9716f32d802d06640cb89 12-Feb-2004 Walter Dörwald <walter@livinglogic.de> Replace backticks with repr() or "%r"

From SF patch #852334.
/external/python/cpython2/Lib/poplib.py
48440b7c2751813da110689aff07b4e7ed4ac73f 31-Oct-2003 Martin v. Löwis <martin@v.loewis.de> Patch #: Add POP3 over SSL support.
/external/python/cpython2/Lib/poplib.py
16e3c427f35589ac3b83e8c13a8ec6495ec6cfa1 01-Jun-2002 Raymond Hettinger <python@rcn.com> Replace boolean test with is None.
/external/python/cpython2/Lib/poplib.py
e12454f44afbb7d48aecb9d479fcb2fb4799499f 17-Feb-2002 Martin v. Löwis <martin@v.loewis.de> The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
Replaces calls to socket.send() (which isn't guaranteed to send all data)
with the new socket.sendall() method.
/external/python/cpython2/Lib/poplib.py
a16433b14edc4d4c08c97262609a3e8821ff1f6e 05-Dec-2001 Fred Drake <fdrake@acm.org> Re-enabled debugging prints in poplib & documented the set_debuglevel()
method.
This closes SF patch #486079.
/external/python/cpython2/Lib/poplib.py
322c0d187d834013d70ffdb0f7f1b6f72eef6443 07-Oct-2001 Martin v. Löwis <martin@v.loewis.de> Only close sockets if they have been created. Reported by Blake Winton.
/external/python/cpython2/Lib/poplib.py
2ad2569c721c6179667a16d1a6f2df4f93606636 31-Jul-2001 Martin v. Löwis <martin@v.loewis.de> Initialize msg to avoid unbound locals.
/external/python/cpython2/Lib/poplib.py
4eb5940a4d350d250ab4af08a8b5b6e553e1814d 26-Jul-2001 Martin v. Löwis <martin@v.loewis.de> Untabify IPv6 changes.
/external/python/cpython2/Lib/poplib.py
a43c2f845e59b833b17e45994cd81c631c071236 24-Jul-2001 Martin v. Löwis <martin@v.loewis.de> Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.
/external/python/cpython2/Lib/poplib.py
c62c81e013fbc9a726493870c3624b60ae63a757 12-Feb-2001 Skip Montanaro <skip@pobox.com> __all__ for several more modules
/external/python/cpython2/Lib/poplib.py
341f929f51bef3d57d09e51ebc29cd83264cdd26 09-Feb-2001 Eric S. Raymond <esr@thyrsus.com> String method conversion.
/external/python/cpython2/Lib/poplib.py
ccc2e3d05d2c7475f84718b066ab0306ea97e168 19-Jan-2001 Moshe Zadka <moshez@math.huji.ac.il> OK, checking in patch 103329.
Please check it against your nearest pop server --
mine doesn't support APOP (I checked I'm getting the same error
message, though)
/external/python/cpython2/Lib/poplib.py
2344fae6d003f5a5dde8016e1d2310e161288708 15-Jan-2001 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/poplib.py
7e47402264cf87b9bbb61fc9ff610af08add7c7b 16-Jul-2000 Thomas Wouters <thomas@python.org> Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
comments, docstrings or error messages. I fixed two minor things in
test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").

There is a minor style issue involved: Guido seems to have preferred English
grammar (behaviour, honour) in a couple places. This patch changes that to
American, which is the more prominent style in the source. I prefer English
myself, so if English is preferred, I'd be happy to supply a patch myself ;)
/external/python/cpython2/Lib/poplib.py
2a91cd463ae63ab1e716159d3dac2b8ee923c4c7 09-May-2000 Guido van Rossum <guido@python.org> Caolan McNamara: properly undo the byte-stuffing of lines starting
with a dot. [GvR change: only unstuff when line starts with two dots.]
/external/python/cpython2/Lib/poplib.py
93a7c0fe6b2186448ebe35a5af0ac3880d8f16fc 28-Mar-2000 Guido van Rossum <guido@python.org> Fredrik Lundh:

This fixes a bunch of socket.connect(host, post) calls. Note that I
haven't tested all modules -- I don't have enough servers here...
/external/python/cpython2/Lib/poplib.py
98d9fd3e68075ce6fe7642ed8793c1abee69edf6 28-Feb-2000 Guido van Rossum <guido@python.org> Simple changes by Gerrit Holl - move author acknowledgements out of
docstrings into comments.
/external/python/cpython2/Lib/poplib.py
361c048b8fbd1c57597bcd8ee08c2cc0fc361253 13-May-1999 Fred Drake <fdrake@acm.org> POP3.uidl(): Update docstring based on comments from Piers Lauder
<piers@cs.su.oz.au>.
/external/python/cpython2/Lib/poplib.py
8d5bef7fb88d4f6b548601afad43cfe2fe1995e0 14-Sep-1998 Guido van Rossum <guido@python.org> There was a confusion in my checkin of the code to support list() with
and without a message number argument: the argument was called 'msg'
but the code expected it to be called 'which'. In line with the other
methods, I've renamed the argument to 'which', and adapted the doc
string not to refer to 'msg'.
/external/python/cpython2/Lib/poplib.py
f6ae743cb53a2953c7fb063963ec48029206c8b0 02-Sep-1998 Guido van Rossum <guido@python.org> Fix suggested by movits@lockstar.com (plus doc string by myself)
for LIST command with msg argument.
/external/python/cpython2/Lib/poplib.py
de23cb0e7e1a5181e6102c4f32ab8a24886f27af 06-Aug-1998 Guido van Rossum <guido@python.org> Bug in how an except statement was written (submitted by Piers himself).
/external/python/cpython2/Lib/poplib.py
03774bb5ea61022d2a76cc4a53a7dd24f61398d4 09-Apr-1998 Guido van Rossum <guido@python.org> Version with docstrings and some other changes, by Piers Lauder.
(Adapted by Just, I believe.)
/external/python/cpython2/Lib/poplib.py
484772d47220090bdc43ed054069d01bc3d1fc78 06-Apr-1998 Guido van Rossum <guido@python.org> Dave Ascher's pop client code.
/external/python/cpython2/Lib/poplib.py