1. 275666f Merge the test part of the below checkin to the sandbox and Zope3, so by Guido van Rossum · 22 years ago
  2. 8440761 SF bug 680864: test_datetime fails for non-unix epoch by Tim Peters · 22 years ago
  3. 35ad641 Build pickler_choices list in a lazier way. by Tim Peters · 22 years ago
  4. 49992f9 cPickle now implements enough of protocol 2 to enable all cross-pickling tests. by Guido van Rossum · 22 years ago
  5. b57f8f0 There's no good reason for datetime objects to expose __getstate__() by Tim Peters · 22 years ago
  6. 96940c9 Changed the tests to stop using __setstate__(). __setstate__() no by Tim Peters · 22 years ago
  7. 177e41a Change the approach to pickling to use __reduce__ everywhere. Most by Guido van Rossum · 22 years ago
  8. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 22 years ago
  9. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 22 years ago
  10. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 22 years ago
  11. 52dcce2 Bringing the code and test suite into line with doc and NEWS changes by Tim Peters · 22 years ago
  12. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 22 years ago
  13. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago
  14. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
  15. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
  16. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  17. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  18. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  19. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  20. 36087ed The failure of the last-second addition to the timezone coversion test is by Tim Peters · 22 years ago
  21. 521fc15 A new, and much hairier, implementation of astimezone(), building on by Tim Peters · 22 years ago
  22. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  23. 31cc315 Added tests that conversion to our own timezone is always an identity, by Tim Peters · 22 years ago
  24. 1024bf8 Beefed up the timezone conversion test by adding a phony UTC zone that's by Tim Peters · 22 years ago
  25. 621818b A start at non-trivial (== DST-aware) tests of timezone conversion. by Tim Peters · 22 years ago
  26. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 22 years ago
  27. 4c0db78 Added tests to ensure that timetz comparison, and datetimetz by Tim Peters · 22 years ago
  28. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  29. 6578dc9 Whitespace normalization. by Tim Peters · 22 years ago
  30. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  31. d684415 I give up: unless I write my own strftime by hand, datetime just can't by Tim Peters · 22 years ago
  32. 855fe88 Implemented a Wiki suggestion: by Tim Peters · 22 years ago
  33. b92bb71 Added test to ensure that non-string result from dst() raises TypeError. by Tim Peters · 22 years ago
  34. fb8472c Changes sufficient so that pickles written by the Python implementation by Tim Peters · 22 years ago
  35. 328fff7 format_utcoffset(): The natural type of the buflen arg is size_t, so used that. by Tim Peters · 22 years ago
  36. cfd4a8b Made this a little more compatible w/ the sandbox version, which is by Tim Peters · 22 years ago
  37. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago