summaryrefslogtreecommitdiffstats
path: root/Doc/library/calendar.rst
Commit message (Collapse)AuthorAgeFilesLines
* #2869: remove parameter from signature.Georg Brandl2008-05-161-1/+1
|
* reformat some documentation of classes so methods and attributes are under ↵Benjamin Peterson2008-04-251-76/+78
| | | | the class directive
* Fix documentation for Calendar.iterweekdays(): firstweekday is a property.Walter Dörwald2008-02-071-3/+3
| | | | Fixes second part of #2018.
* Clarify that the output of TextCalendar.formatmonth() andWalter Dörwald2008-02-071-8/+10
| | | | | TextCalendar.formatyear() for custom instances won't be influenced by calls to the module global setfirstweekday() function. Fixes #2018.
* Remove month parameter from Calendar.yeardatescalendar(),Walter Dörwald2008-02-061-9/+9
| | | | | | | Calendar.yeardays2calendar() and Calendar.yeardayscalendar() as the methods don't have such a parameter. Fixes issue #2017. Rewrap content to 80 chars.
* Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation forWalter Dörwald2007-08-281-1/+1
| | | | | | HTMLCalender.formatyearpage() (there's no themonth parameter). This fixes issue1046.
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+326