- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 31 Eki, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 16 Şub, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Replaces calls to socket.send() (which isn't guaranteed to send all data) with the new socket.sendall() method.
-
- 05 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
method. This closes SF patch #486079.
-
- 07 Eki, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 31 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 24 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 12 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 19 Ock, 2001 1 kayıt (commit)
-
-
Moshe Zadka yazdı
Please check it against your nearest pop server -- mine doesn't support APOP (I checked I'm getting the same error message, though)
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 16 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
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 ;)
-
- 09 May, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
with a dot. [GvR change: only unstuff when line starts with two dots.]
-
- 28 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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...
-
- 28 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
docstrings into comments.
-
- 13 May, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
<piers@cs.su.oz.au>.
-
- 14 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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'.
-
- 02 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
for LIST command with msg argument.
-
- 06 Agu, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(Adapted by Just, I believe.)
-
- 06 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-