- 22 Eyl, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Add iteration support to the Message class.
-
- 07 Agu, 2004 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Specifically, time.strftime() no longer accepts a 0 in the yday position of a time tuple, since that can crash some platform strftime() implementations. parsedate_tz(): Change the return value to return 1 in the yday position. Update tests in test_rfc822.py and test_email.py
-
- 11 Eyl, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
(adapted from Quinn Dunkan's mimelib SF patch #573204).
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
-
- 05 Haz, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Change default for get() back to None. Will backport to 2.2.1.
-
- 23 May, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
fixed (re: SF bug #555035). Include a unittest.
-
- 21 May, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
instead of calling the getaddrlist() method, since the latter doesn't work with multiple calls (it will return the empty list for the second and subsequent calls). Closes SF bug #555035. Include a unittest.
-
- 13 Kas, 2001 2 kayıt (commit)
-
-
Barry Warsaw yazdı
addresses. Commented out because it still takes too long to run.
-
Barry Warsaw yazdı
field exists with an empty value.
-
- 20 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
allows using the tests with unittest.py as a script. The tests will still run when run as a script themselves.
-
- 16 Tem, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
was already correctly parsed (contrary to a comment in Mailman). test_rfc2822_phrases(): RFC 2822 now requires that we allow `.' in phrases, which means we must accept dots in unquoted realname parts. Add a test to check the change in rfc822.py 1.58.
-
- 22 May, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
Update to reflect using "" as the default value for the second parameter to the get() method.
-
Fred Drake yazdı
objects.
-
- 17 Ock, 2001 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
'verify' iff it's used by a test module...
-
Marc-André Lemburg yazdı
and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 25 Eyl, 2000 1 kayıt (commit)
-
-
Barry Warsaw yazdı
addresses with domain literals.
-
- 12 Tem, 1999 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 15 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 May, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(I tweaked it slightly so examples are allowed to have no date too.)
-
- 28 Nis, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
for an old bug that's been gone a while, but was still documented until a few minutes from now.
-
- 14 Ock, 1999 1 kayıt (commit)
-
-
Barry Warsaw yazdı
troublesome ones encountered on the c.l.py list.
-