1. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  2. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  3. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  4. 36087ed The failure of the last-second addition to the timezone coversion test is by Tim Peters · 22 years ago
  5. 521fc15 A new, and much hairier, implementation of astimezone(), building on by Tim Peters · 22 years ago
  6. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  7. 31cc315 Added tests that conversion to our own timezone is always an identity, by Tim Peters · 22 years ago
  8. 1024bf8 Beefed up the timezone conversion test by adding a phony UTC zone that's by Tim Peters · 22 years ago
  9. 621818b A start at non-trivial (== DST-aware) tests of timezone conversion. by Tim Peters · 22 years ago
  10. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 22 years ago
  11. 4c0db78 Added tests to ensure that timetz comparison, and datetimetz by Tim Peters · 22 years ago
  12. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  13. 6578dc9 Whitespace normalization. by Tim Peters · 22 years ago
  14. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  15. d684415 I give up: unless I write my own strftime by hand, datetime just can't by Tim Peters · 22 years ago
  16. 855fe88 Implemented a Wiki suggestion: by Tim Peters · 22 years ago
  17. b92bb71 Added test to ensure that non-string result from dst() raises TypeError. by Tim Peters · 22 years ago
  18. fb8472c Changes sufficient so that pickles written by the Python implementation by Tim Peters · 22 years ago
  19. 328fff7 format_utcoffset(): The natural type of the buflen arg is size_t, so used that. by Tim Peters · 22 years ago
  20. cfd4a8b Made this a little more compatible w/ the sandbox version, which is by Tim Peters · 22 years ago
  21. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago