1. 95287fa Remove some from __future__ import with_statements by Benjamin Peterson · 16 years ago
  2. d0e5b76 Fix typo in docstring for Calendar.itermonthdays(). by Walter Dörwald · 17 years ago
  3. edc526c Fix TextCalendar.prweek(). This closes issue #1427. by Walter Dörwald · 17 years ago
  4. ced1646 Fix for #1427: Error in standard module calendar by Christian Heimes · 17 years ago
  5. f0d1c1f Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for by Walter Dörwald · 17 years ago
  6. 72ef8da calendar.py gets no benefit from xrange() instead of range() by Raymond Hettinger · 17 years ago
  7. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 18 years ago
  8. bc96609 Patch #1463288: use a context manager to temporarily switch locales. by Walter Dörwald · 18 years ago
  9. 7846f4d missing 'self' from TextCalendar.prweek. by Anthony Baxter · 18 years ago
  10. 2a1b4a6 For backwards compatibility reasons the global function by Walter Dörwald · 18 years ago
  11. 72d84af Always return firstweekday % 7 instead of complaining on setting. by Walter Dörwald · 18 years ago
  12. aba10cf Turn firstweekday into a property. by Walter Dörwald · 18 years ago
  13. 04ee870 Always use firstweekday module 7. by Walter Dörwald · 18 years ago
  14. f878b81 Make firstweekday a simple attribute instead by Walter Dörwald · 18 years ago
  15. 48d5e50 Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar, by Walter Dörwald · 18 years ago
  16. 58917a6 Bug #947906: An object oriented interface has been added to the calendar by Walter Dörwald · 18 years ago
  17. 77d08bc SF bug #1193890: calendar.weekheader not found in __all__ by Raymond Hettinger · 19 years ago
  18. bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 20 years ago
  19. 492faa5 There is no reason to have an underscore after self by Neal Norwitz · 20 years ago
  20. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  21. 6143648 SF 685011: calendar module overflow handling by Raymond Hettinger · 22 years ago
  22. e11b510 SF 658405: calendar.py to rely on the datetime module instead of the time by Raymond Hettinger · 22 years ago
  23. 9ecf9ce Patches #626105: by Raymond Hettinger · 22 years ago
  24. d058f08 Eliminate unused instance variable by Raymond Hettinger · 22 years ago
  25. 9c051d7 SF 570727 indexer() class no longer needed since lists now support slicing by Raymond Hettinger · 22 years ago
  26. 0c2c8e7 SF bug 533234: tm_isdst > 1 Passed to strftime. by Tim Peters · 22 years ago
  27. 07c57d4 better solution for bug #533234 courtesy of Tim. by Skip Montanaro · 22 years ago
  28. e8c6a3e guarantee that the dst flag of synthetic "time" tuples passed to strftime by Skip Montanaro · 22 years ago
  29. 1b9c177 Corrected _localized_name.__getitem__ based on code in patch 503202 (which I by Skip Montanaro · 22 years ago
  30. 4c83495 make _localized_name instances work more like the tuples they replaced. In by Skip Montanaro · 22 years ago
  31. 1d09910 Application of patch #401842 by Denis S. Otkidach to support by Barry Warsaw · 23 years ago
  32. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  33. 88869f9 Whitespace normalization. by Tim Peters · 24 years ago
  34. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  35. 46735ad Fixed leapdays(). From Patch #101841, by Denis S. Otkidach. by Guido van Rossum · 24 years ago
  36. ad3bc44 patches from David Goodger. Closes patch 101085. by Skip Montanaro · 24 years ago
  37. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  38. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
  39. b39aff8 Add unrelated but handy function: timegm(), to calculate Unix by Guido van Rossum · 25 years ago
  40. 00245cf No need to import gmtime, ctime, asctime. by Guido van Rossum · 25 years ago
  41. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  42. dd8cb44 Some minute changes. by Guido van Rossum · 31 years ago
  43. 5cfa5df * calendar.py: all libC functionality now moved to built-in time module by Guido van Rossum · 31 years ago
  44. 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 31 years ago
  45. 52fc1f6 * calendar.py: minor cleanups by Guido van Rossum · 31 years ago
  46. 995c33a aiff.py, calendar.py: change functions taking a tuple to really take a by Guido van Rossum · 32 years ago
  47. fea2af1 * More changes due to stricter argument passing rules by Guido van Rossum · 32 years ago
  48. 2db9135 Misc changes and new modules. whrandom is "objectified". SOCKET.py by Guido van Rossum · 32 years ago
  49. eb23155 Changed calendar.py to define lists of literals instead of tuples. by Guido van Rossum · 32 years ago
  50. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  51. 5c5e829 Use IOError. by Guido van Rossum · 33 years ago
  52. c636014 Initial revision by Guido van Rossum · 34 years ago