- 01 Mar, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
giving it a slight facelift
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 10 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
with spaces in filename. I changed the module to use string methods instead of the string module. Also, instead of stripping the last character of the filename (assuming this is the linefeed), I strip trailing whitespace (assuming creating files with trailing whitespace in their name cannot possibly be a wise idea). (Note that I believe that /F's "workaround for broken uuencoders" is no longer needed since the recent fix to binascii.c, but I'll leave it in since it appears pretty harmless.)
-
- 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.
-
- 17 Agu, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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.
-
- 05 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
with trailing garbage generated by some broke uuencoders.
-
- 22 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Nis, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 04 Eki, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 30 Agu, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 07 Agu, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 09 Eyl, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
putsequences is called with a bad argument rfc822.py: better handling of dates with no or bad timezones uu.py: contributed by Lance -- uu{en,de}code
-