- 08 Agu, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
1. Comments at the beginning of the module, before functions, and before classes have been turned into docstrings. 2. Tabs are normalized to four spaces. Also, removed the "remove" function from dircmp.py, which reimplements list.remove() (it must have been very old).
-
- 26 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The constructor now takes an optional dictionary. Use isinstance() where appropriate.
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Eki, 1997 1 kayıt (commit)
-
-
Barry Warsaw yazdı
method.
-
- 03 Haz, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
(it so happens that copy.copy() works fine for the base UserDict type). Also reindented the entire module to have 4-space indents.
-
Fred Drake yazdı
-
- 30 Kas, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
reduce) * ftplib.py: added default callback for retrlines; added dir() method * ftplib.py: don't return self in self.connect(); added hack so that if 'CDUP' is not understood, 'CWD ..' is tried. * ftplib.py: second method called init() should have been called connect(); if __init__ sees more than one argument, it will also try to login().
-