1. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 22 years ago
  2. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 22 years ago
  3. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 22 years ago
  4. f196a0a "Premature" doc changes, for new astimezone() rules, and the new by Tim Peters · 22 years ago
  5. b01c39b SF bug 671779: Error in tzinfo.dst() docs by Tim Peters · 22 years ago
  6. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 22 years ago
  7. 9b44571 Various minor edits by Andrew M. Kuchling · 22 years ago
  8. 0f0e6b9 Markup fix by Andrew M. Kuchling · 22 years ago
  9. 0037202 Massive fiddling to reflect that datetimetz and timetz no longer exist. by Tim Peters · 22 years ago
  10. 2b0a3d3 Fix markup so this will format again. by Fred Drake · 22 years ago
  11. 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 22 years ago
  12. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  13. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  14. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  15. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  16. 0f8e543 - use classdesc where we can (for better indexing) - more style consistency crud by Fred Drake · 22 years ago
  17. 436eadd General style conformance. Markup some unmarked constructs. by Fred Drake · 22 years ago
  18. f621232 Use funcdesc instead of classdesc to be consistent with out sections. by Raymond Hettinger · 22 years ago
  19. 6222958 Spelling fix by Raymond Hettinger · 22 years ago
  20. cbd6cd2 Add markup for time object. Cleanup whitespace. Fix unbalanced parenthesis. by Raymond Hettinger · 22 years ago
  21. 9532298 Removed the now-untrue (or soon-to-be untrue) part of the astimezone() by Tim Peters · 22 years ago
  22. c5f5f87 Complete the markup for timedelta objects. by Raymond Hettinger · 22 years ago
  23. 8e7ec7c Minor markup and spelling repair. by Guido van Rossum · 22 years ago
  24. a37e5cc We're using strictly American spellings, so there's no diaresis over by Fred Drake · 22 years ago
  25. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  26. 9bdeee4 Clean up a table so it passes formatting. by Fred Drake · 22 years ago
  27. 0de926f Added the \var{} markup so the tables will look good. by Raymond Hettinger · 22 years ago
  28. 6005a34 Added markup upto line 233. by Raymond Hettinger · 22 years ago
  29. fa91858 More markup additions by Andrew M. Kuchling · 22 years ago
  30. c97868e Mark up more text by Andrew M. Kuchling · 22 years ago
  31. 276a8f3 astimezone(): document that None is an OK argument. by Tim Peters · 22 years ago
  32. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 22 years ago
  33. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  34. 52d1348 Removed blurb admonishing users to raise an exception if the datetime by Tim Peters · 22 years ago
  35. 2483b61 Added note about technical pickle limitation on tzinfo instances. by Tim Peters · 22 years ago
  36. 1cff9fc tzinfo.{utcoffset,dst} can return timedelta (or integer or None). by Tim Peters · 22 years ago
  37. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  38. 29fb9c7 Brought the strftime explanation into synch with the plain-text sandbox by Tim Peters · 22 years ago
  39. bbdb250 Lots of markup changes. This is still pretty sad, but passes LaTeX by Fred Drake · 22 years ago
  40. ca2623a Check in current, unfinished, draft of datetime docs by Andrew M. Kuchling · 22 years ago