- 09 Nis, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 28 Şub, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
to the class namespace. Allow FTP.close() to be called more than once without tossing cookies. (This seems to be a fairly common idiom for .close() methods, so let's try to be consistent.)
-
- 15 Şub, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
SF patch #103517 by mfx.
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 20 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This is slightly controversial, but after reading the argumentation in the bug tracker for and against, I believe this is the right solution. Let me know if it breaks for you, and how.
-
- 14 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
- 01 Eyl, 2000 1 kayıt (commit)
-
-
Barry Warsaw yazdı
#101187, which some modifications. Specifically, ntransfercmd(), transfercmd(), and retrbinary() all grow an optional `rest' argument, which if not None, is used as the argument to an FTP REST comman dbefore the socket is returned. Differences from the SF patch: - always compare against None with `is' or `is not' instead of == or != - no parens around conditional - RFC 959 defines the argument to REST is a string containing any ASCII characters in the range [33..126]. Therefore, we use the %s format character instead of %f or %d as suggested in the patch's comments. Note that we do /not/ sanity checkthe contents of the rest argument (but we'll document this in the library reference manual).
-
- 17 Agu, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 16 Agu, 2000 1 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
-
- 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.
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
*this* set of patches is Ka-Ping's final sweep: The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac.
-
- 18 Agu, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
ftp://user@host//root/path: the double slash in the pathname means to go to the root directory even if the initial directory isn't the root.
-
- 07 Tem, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 22 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
module instead. (The main advantage of the latter is that it comes with documentation.)
-
- 21 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
of 250 on a successful delete.
-
- 27 Nis, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
of using re instead of regex.
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Şub, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
In login(), force passwd and acct to '' when they are None (this can happen in the test program!).
-
- 03 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Adapted the example (lying slightly about the string printed by login()).
-
- 24 Haz, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
I discussed to the original version way-back-when.
-
- 14 Mar, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Ock, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
access to the expected size of a transfer when available.
-
- 30 Eyl, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 May, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Şub, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 25 Ock, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Eki, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Eyl, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Haz, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 May, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 May, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 19 Ock, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 01 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-