- 12 Nis, 2006 1 kayıt (commit)
-
-
Walter Dörwald yazdı
Add tests for the output of the TextCalendar and HTMLCalendar classes.
-
- 31 Mar, 2006 1 kayıt (commit)
-
-
Walter Dörwald yazdı
module. It's possible to generate HTML calendar now and the module can be called as a script (e.g. via ``python -mcalendar``).
-
- 13 Kas, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
__getitem__() methods: compute only the new spellings needed to satisfy the given indexing object. This is purely an optimization (it should have no effect on visible semantics).
-
- 08 Tem, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
first day of the week.
-
- 02 Tem, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
of corner cases.
-
- 01 May, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807.
-
- 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. :)
-
- 23 Mar, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
One more time on this turkey, but duller instead of cleverer. Curious: The docs say __getslice__ has been deprecated since 2.0, but list.__getitem__ still doesn't work if you pass it a slice. This makes it a lot clearer to emulate a list by *being* a list <wink>. Bugfix candidate. Michael, just pile this patch on top of the others that went by -- no need to try to pick these apart.
-
- 15 Mar, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 12 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
on the return values from isleap(). Also checks firstweekday() and setfirstweekday().
-