Searched refs:itermonthdates (Results 1 – 8 of 8) sorted by relevance
50 .. method:: itermonthdates(year, month)61 :meth:`itermonthdates`, but not restricted by the :class:`datetime.date`69 :meth:`itermonthdates`, but not restricted by the :class:`datetime.date`77 :meth:`itermonthdates`, but not restricted by the :class:`datetime.date`87 :meth:`itermonthdates`, but not restricted by the :class:`datetime.date`
173 def itermonthdates(self, year, month): member in Calendar233 dates = list(self.itermonthdates(year, month))
393 don't call itermonthdates() which can cause datetime.date under/overflow.
876 Calendar.itermonthdates() will now consistently raise an exception when a
755 don't call itermonthdates() which can cause datetime.date under/overflow.
4386 don't call itermonthdates() which can cause datetime.date under/overflow.
2418 * :meth:`Calendar.itermonthdates <calendar.Calendar.itermonthdates>`
5821 - Issue #15421: Fix an OverflowError in `Calendar.itermonthdates()` after