summaryrefslogtreecommitdiff
path: root/Lib/poplib.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)Benjamin Peterson2018-03-031-1/+1
* in poplib, limit maximum line length that we read from the network (closes #1...Benjamin Peterson2014-12-051-1/+11
* #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-1/+2
* Fix-up docstringRaymond Hettinger2008-05-171-1/+1
* More work on SSL support.Bill Janssen2007-09-101-1/+1
* Don't lie in __all__ attributes when SSL is not available: only add the SSLThomas Wouters2007-08-301-1/+2
* This contains a number of things:Bill Janssen2007-08-291-77/+83
* Added an optional timeout to poplib.POP3. Also created aFacundo Batista2007-03-271-16/+2
* In stdlib, use hashlib instead of deprecated md5 and sha modules.Georg Brandl2006-04-301-2/+2
* bug [ 1252706 ] poplib list() docstring fix (and docs too)Georg Brandl2005-08-051-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-8/+8
* Patch #: Add POP3 over SSL support.Martin v. Löwis2003-10-311-1/+89
* Replace boolean test with is None.Raymond Hettinger2002-06-011-2/+2
* The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.Martin v. Löwis2002-02-161-1/+1
* Re-enabled debugging prints in poplib & documented the set_debuglevel()Fred Drake2001-12-051-5/+5
* Only close sockets if they have been created. Reported by Blake Winton.Martin v. Löwis2001-10-071-1/+3
* Initialize msg to avoid unbound locals.Martin v. Löwis2001-07-311-0/+1
* Untabify IPv6 changes.Martin v. Löwis2001-07-261-17/+17
* Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.Martin v. Löwis2001-07-241-7/+17
* __all__ for several more modulesSkip Montanaro2001-02-121-0/+2
* String method conversion.Eric S. Raymond2001-02-091-12/+10
* OK, checking in patch 103329.Moshe Zadka2001-01-191-4/+5
* Whitespace normalization.Tim Peters2001-01-151-215/+215
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Caolan McNamara: properly undo the byte-stuffing of lines startingGuido van Rossum2000-05-091-0/+3
* Fredrik Lundh:Guido van Rossum2000-03-281-1/+1
* Simple changes by Gerrit Holl - move author acknowledgements out ofGuido van Rossum2000-02-281-4/+4
* POP3.uidl(): Update docstring based on comments from Piers LauderFred Drake1999-05-131-2/+3
* There was a confusion in my checkin of the code to support list() withGuido van Rossum1998-09-141-4/+4
* Fix suggested by movits@lockstar.com (plus doc string by myself)Guido van Rossum1998-09-021-4/+7
* Bug in how an except statement was written (submitted by Piers himself).Guido van Rossum1998-08-061-1/+1
* Version with docstrings and some other changes, by Piers Lauder.Guido van Rossum1998-04-091-88/+201
* Dave Ascher's pop client code.Guido van Rossum1998-04-061-0/+201