| Commit message (Expand) | Author | Age |
* | Merged revisions 74330 via svnmerge from | Mark Dickinson | 2009-08-06 |
* | Fixed issue #3727: poplib module broken by str to unicode conversion | Christian Heimes | 2008-11-05 |
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 |
* | Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,... | Benjamin Peterson | 2008-05-26 |
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 |
* | Patch # 1094 by Serge Julien. Fix some bytes/str comparisons. | Guido van Rossum | 2007-09-10 |
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 |
* | Make terminator constants bytes. | Jeremy Hylton | 2007-08-29 |
* | Fix test_poplib failures. | Collin Winter | 2007-07-23 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 |
* | bug [ 1252706 ] poplib list() docstring fix (and docs too) | Georg Brandl | 2005-08-05 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 |
* | Patch #: Add POP3 over SSL support. | Martin v. Löwis | 2003-10-31 |
* | Replace boolean test with is None. | Raymond Hettinger | 2002-06-01 |
* | The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. | Martin v. Löwis | 2002-02-16 |
* | Re-enabled debugging prints in poplib & documented the set_debuglevel() | Fred Drake | 2001-12-05 |
* | Only close sockets if they have been created. Reported by Blake Winton. | Martin v. Löwis | 2001-10-07 |
* | Initialize msg to avoid unbound locals. | Martin v. Löwis | 2001-07-31 |
* | Untabify IPv6 changes. | Martin v. Löwis | 2001-07-26 |
* | Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. | Martin v. Löwis | 2001-07-24 |
* | __all__ for several more modules | Skip Montanaro | 2001-02-12 |
* | String method conversion. | Eric S. Raymond | 2001-02-09 |
* | OK, checking in patch 103329. | Moshe Zadka | 2001-01-19 |
* | Whitespace normalization. | Tim Peters | 2001-01-15 |
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 |
* | Caolan McNamara: properly undo the byte-stuffing of lines starting | Guido van Rossum | 2000-05-09 |
* | Fredrik Lundh: | Guido van Rossum | 2000-03-28 |
* | Simple changes by Gerrit Holl - move author acknowledgements out of | Guido van Rossum | 2000-02-28 |
* | POP3.uidl(): Update docstring based on comments from Piers Lauder | Fred Drake | 1999-05-13 |
* | There was a confusion in my checkin of the code to support list() with | Guido van Rossum | 1998-09-14 |
* | Fix suggested by movits@lockstar.com (plus doc string by myself) | Guido van Rossum | 1998-09-02 |
* | Bug in how an except statement was written (submitted by Piers himself). | Guido van Rossum | 1998-08-06 |
* | Version with docstrings and some other changes, by Piers Lauder. | Guido van Rossum | 1998-04-09 |
* | Dave Ascher's pop client code. | Guido van Rossum | 1998-04-06 |