summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcalendar.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-304/+0
|
* Make firstweekday a simple attribute insteadWalter Dörwald2006-04-011-9/+0
| | | | of hiding it behind a setter and a getter.
* Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar,Walter Dörwald2006-04-011-0/+18
| | | | | that output localized month and weekday names and can cope with encodings.
* Complete markup.Georg Brandl2006-03-311-23/+54
|
* Bug #947906: An object oriented interface has been added to the calendarWalter Dörwald2006-03-311-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 attributesSkip Montanaro2005-01-051-0/+25
|
* Fix for SF bug #947894: calendar.weekheader() undocumentedWalter Dörwald2004-12-061-0/+5
|
* - update description of isleap()Fred Drake2003-12-311-1/+5
| | | | - add link to the datetime module
* SF 658405: calendar.py to rely on the datetime module instead of the timeRaymond Hettinger2002-12-251-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 moduleNeal Norwitz2002-11-031-0/+5
| | | | Will backport.
* Add version annotations for some older changes to the calendar module.Fred Drake2002-06-131-0/+7
| | | | Closes SF patch #567867.
* Document that isleap() returns exactly 1 or 0, which is guaranteed by theFred Drake2001-12-121-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 noFred Drake2001-11-281-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 Drake2001-11-061-1/+1
|
* indicate that the years for which the calendar function will work areSkip Montanaro2001-08-221-1/+2
| | | | platform dependent. See SF bug 434143.
* Work around limitations of the module synopsis table generation to avoidFred Drake2001-05-091-1/+1
| | | | | | leaking LaTeX2HTML's internal string munging. This fixes SF bug #420399.
* Denis S. Otkidach <ods@users.sourceforge.net>:Fred Drake2000-10-091-1/+1
| | | | | | Correct description of leapdays() function. This closes SourceForge patch #101840.
* doc changes to parallel changes to calendar.py moduleSkip Montanaro2000-08-301-11/+46
|
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-12/+17
| | | | (Very rough.)
* Add doc for timegm().Guido van Rossum1999-06-091-0/+8
|
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Added the calendar synopsis.Fred Drake1998-07-271-2/+2
|
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Use \ldots, not \dots. The info process doesn't know about \dots.Fred Drake1998-05-081-1/+1
|
* calendar module section for the library reference, by Drew Csillag.Fred Drake1998-04-281-0/+45