- 06 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
as a parameter; this was the only use of the base constructor or surgical alteration of another object's data attribute. This change simplifies the constructor requirements for subclasses. This relates to SourceForge bug #115928.
-
- 19 Eyl, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 24 Agu, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
rfc822 (Addresslist) modules. Also a preliminary testcase for augmented assignment, which should actually be merged with the test_class testcase I added last week.
-
- 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 ;)
-
- 31 Mar, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
add test cases for non-UserList class, tuple, & string
-
- 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ı
Reformatted with 4-space indent.
-
- 06 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Haz, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 May, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum 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().
-