Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2869: remove parameter from signature. | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | reformat some documentation of classes so methods and attributes are under ↵ | Benjamin Peterson | 2008-04-25 | 1 | -76/+78 |
| | | | | the class directive | ||||
* | Fix documentation for Calendar.iterweekdays(): firstweekday is a property. | Walter Dörwald | 2008-02-07 | 1 | -3/+3 |
| | | | | Fixes second part of #2018. | ||||
* | Clarify that the output of TextCalendar.formatmonth() and | Walter Dörwald | 2008-02-07 | 1 | -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örwald | 2008-02-06 | 1 | -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 for | Walter Dörwald | 2007-08-28 | 1 | -1/+1 |
| | | | | | | HTMLCalender.formatyearpage() (there's no themonth parameter). This fixes issue1046. | ||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+326 |