Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |