Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace boolean test with is None. | Raymond Hettinger | 2002-06-01 | 1 | -2/+2 |
| | |||||
* | The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. | Martin v. Löwis | 2002-02-16 | 1 | -1/+1 |
| | | | | | Replaces calls to socket.send() (which isn't guaranteed to send all data) with the new socket.sendall() method. | ||||
* | Re-enabled debugging prints in poplib & documented the set_debuglevel() | Fred Drake | 2001-12-05 | 1 | -5/+5 |
| | | | | | method. This closes SF patch #486079. | ||||
* | Only close sockets if they have been created. Reported by Blake Winton. | Martin v. Löwis | 2001-10-07 | 1 | -1/+3 |
| | |||||
* | Initialize msg to avoid unbound locals. | Martin v. Löwis | 2001-07-31 | 1 | -0/+1 |
| | |||||
* | Untabify IPv6 changes. | Martin v. Löwis | 2001-07-26 | 1 | -17/+17 |
| | |||||
* | Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. | Martin v. Löwis | 2001-07-24 | 1 | -7/+17 |
| | |||||
* | __all__ for several more modules | Skip Montanaro | 2001-02-12 | 1 | -0/+2 |
| | |||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -12/+10 |
| | |||||
* | OK, checking in patch 103329. | Moshe Zadka | 2001-01-19 | 1 | -4/+5 |
| | | | | | | Please check it against your nearest pop server -- mine doesn't support APOP (I checked I'm getting the same error message, though) | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -215/+215 |
| | |||||
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | | 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 ;) | ||||
* | Caolan McNamara: properly undo the byte-stuffing of lines starting | Guido van Rossum | 2000-05-09 | 1 | -0/+3 |
| | | | | with a dot. [GvR change: only unstuff when line starts with two dots.] | ||||
* | Fredrik Lundh: | Guido van Rossum | 2000-03-28 | 1 | -1/+1 |
| | | | | | 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... | ||||
* | Simple changes by Gerrit Holl - move author acknowledgements out of | Guido van Rossum | 2000-02-28 | 1 | -4/+4 |
| | | | | docstrings into comments. | ||||
* | POP3.uidl(): Update docstring based on comments from Piers Lauder | Fred Drake | 1999-05-13 | 1 | -2/+3 |
| | | | | <piers@cs.su.oz.au>. | ||||
* | There was a confusion in my checkin of the code to support list() with | Guido van Rossum | 1998-09-14 | 1 | -4/+4 |
| | | | | | | | 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'. | ||||
* | Fix suggested by movits@lockstar.com (plus doc string by myself) | Guido van Rossum | 1998-09-02 | 1 | -4/+7 |
| | | | | for LIST command with msg argument. | ||||
* | Bug in how an except statement was written (submitted by Piers himself). | Guido van Rossum | 1998-08-06 | 1 | -1/+1 |
| | |||||
* | Version with docstrings and some other changes, by Piers Lauder. | Guido van Rossum | 1998-04-09 | 1 | -88/+201 |
| | | | | (Adapted by Just, I believe.) | ||||
* | Dave Ascher's pop client code. | Guido van Rossum | 1998-04-06 | 1 | -0/+201 |