Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -304/+0 |
| | |||||
* | Make firstweekday a simple attribute instead | Walter Dörwald | 2006-04-01 | 1 | -9/+0 |
| | | | | of hiding it behind a setter and a getter. | ||||
* | Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar, | Walter Dörwald | 2006-04-01 | 1 | -0/+18 |
| | | | | | that output localized month and weekday names and can cope with encodings. | ||||
* | Complete markup. | Georg Brandl | 2006-03-31 | 1 | -23/+54 |
| | |||||
* | Bug #947906: An object oriented interface has been added to the calendar | Walter Dörwald | 2006-03-31 | 1 | -17/+135 |
| | | | | | module. It's possible to generate HTML calendar now and the module can be called as a script (e.g. via ``python -mcalendar``). | ||||
* | add descriptions of exported data attributes | Skip Montanaro | 2005-01-05 | 1 | -0/+25 |
| | |||||
* | Fix for SF bug #947894: calendar.weekheader() undocumented | Walter Dörwald | 2004-12-06 | 1 | -0/+5 |
| | |||||
* | - update description of isleap() | Fred Drake | 2003-12-31 | 1 | -1/+5 |
| | | | | - add link to the datetime module | ||||
* | SF 658405: calendar.py to rely on the datetime module instead of the time | Raymond Hettinger | 2002-12-25 | 1 | -4/+6 |
| | | | | | | | | | module. The code is shorter, more readable, faster, and dramatically increases the range of acceptable dates. Also, used the floor division operator in leapdays(). | ||||
* | Fix SF #618146, overflow error in calendar module | Neal Norwitz | 2002-11-03 | 1 | -0/+5 |
| | | | | Will backport. | ||||
* | Add version annotations for some older changes to the calendar module. | Fred Drake | 2002-06-13 | 1 | -0/+7 |
| | | | | Closes SF patch #567867. | ||||
* | Document that isleap() returns exactly 1 or 0, which is guaranteed by the | Fred Drake | 2001-12-12 | 1 | -3/+4 |
| | | | | | | | | docstring. This closes SF bug #485794. Additional (very) small details were added. | ||||
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -1/+1 |
| | | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed. | ||||
* | Adjust the module synopsis to avoid margin overruns in the PDF format. | Fred Drake | 2001-11-06 | 1 | -1/+1 |
| | |||||
* | indicate that the years for which the calendar function will work are | Skip Montanaro | 2001-08-22 | 1 | -1/+2 |
| | | | | platform dependent. See SF bug 434143. | ||||
* | Work around limitations of the module synopsis table generation to avoid | Fred Drake | 2001-05-09 | 1 | -1/+1 |
| | | | | | | leaking LaTeX2HTML's internal string munging. This fixes SF bug #420399. | ||||
* | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-10-09 | 1 | -1/+1 |
| | | | | | | Correct description of leapdays() function. This closes SourceForge patch #101840. | ||||
* | doc changes to parallel changes to calendar.py module | Skip Montanaro | 2000-08-30 | 1 | -11/+46 |
| | |||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -12/+17 |
| | | | | (Very rough.) | ||||
* | Add doc for timegm(). | Guido van Rossum | 1999-06-09 | 1 | -0/+8 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Added the calendar synopsis. | Fred Drake | 1998-07-27 | 1 | -2/+2 |
| | |||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Use \ldots, not \dots. The info process doesn't know about \dots. | Fred Drake | 1998-05-08 | 1 | -1/+1 |
| | |||||
* | calendar module section for the library reference, by Drew Csillag. | Fred Drake | 1998-04-28 | 1 | -0/+45 |