1. a032d2e Minor fiddling to make the next part easier. Introduced an internal by Tim Peters · 22 years ago
  2. 8e914d9 Get rid of compiler warnings by Neal Norwitz · 22 years ago
  3. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
  4. 33e0f38 Removed more now-pointless pickle code. by Tim Peters · 22 years ago
  5. 7d4b315 Deleted pickle/unpickle code for the old datetime and time classes -- it's by Tim Peters · 22 years ago
  6. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
  7. b8941f2 Added a couple of casts to make this compile with CodeWarrior. by Jack Jansen · 22 years ago
  8. 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 22 years ago
  9. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  10. 506a224 Fix compiler warning by Neal Norwitz · 22 years ago
  11. 4fede1a Completed astimezone()'s correctness proof. This also proves we can get by Tim Peters · 22 years ago
  12. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  13. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  14. c5dc4da The astimezone() correctness proof endured much pain to prove what by Tim Peters · 22 years ago
  15. 5d644dd SF bug 661086: datetime.today() truncates microseconds. by Tim Peters · 22 years ago
  16. c3bb26a Completed astimezone's correctness proof. That doesn't mean it's by Tim Peters · 22 years ago
  17. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  18. b5a16f3 datetimetz_astimezone(): Speed optimizations -- although I'd rather by Tim Peters · 22 years ago
  19. 521fc15 A new, and much hairier, implementation of astimezone(), building on by Tim Peters · 22 years ago
  20. e39a80c Bite the bullet on all the indirect timetz and datetimetz tzinfo methods: by Tim Peters · 22 years ago
  21. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  22. 8702d5f And put back a little code duplication, in the form of asserts. by Tim Peters · 22 years ago
  23. 0023703 Squash recently-introduced code duplication. by Tim Peters · 22 years ago
  24. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 22 years ago
  25. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  26. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  27. 2736285 call_utc_tzinfo_method(): Got rid of the label and the gotos. by Tim Peters · 22 years ago
  28. d684415 I give up: unless I write my own strftime by hand, datetime just can't by Tim Peters · 22 years ago
  29. 83b85f1 Python's strftime implementation does strange things with the year, by Tim Peters · 22 years ago
  30. 14b6941 classify_object(): Renamed more meaningfully, to classify_utcoffset(). by Tim Peters · 22 years ago
  31. 855fe88 Implemented a Wiki suggestion: by Tim Peters · 22 years ago
  32. 328fff7 format_utcoffset(): The natural type of the buflen arg is size_t, so used that. by Tim Peters · 22 years ago
  33. dfb8086 Fix another long vs int mismatch. test_datetime now passes on alpha by Neal Norwitz · 22 years ago
  34. 0b0f41c Fixed typo in string. by Tim Peters · 22 years ago
  35. c296c63 Fix crash on alphas due to mismatch between 'l' format and int variables. by Neal Norwitz · 22 years ago
  36. ba87347 delta_str(): Purged last uses of sprintf (in favor of PyOS_snprintf). by Tim Peters · 22 years ago
  37. 51cd8a2 "time_second" is apparently a #define on MacOSX. Renamed the (static) by Jack Jansen · 22 years ago
  38. bd43e91 Fix GCC warnings. It turns out two out of three pointed to real bugs! by Guido van Rossum · 22 years ago
  39. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago