1. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  2. 2736285 call_utc_tzinfo_method(): Got rid of the label and the gotos. by Tim Peters · 22 years ago
  3. d684415 I give up: unless I write my own strftime by hand, datetime just can't by Tim Peters · 22 years ago
  4. 83b85f1 Python's strftime implementation does strange things with the year, by Tim Peters · 22 years ago
  5. 14b6941 classify_object(): Renamed more meaningfully, to classify_utcoffset(). by Tim Peters · 22 years ago
  6. 855fe88 Implemented a Wiki suggestion: by Tim Peters · 22 years ago
  7. 328fff7 format_utcoffset(): The natural type of the buflen arg is size_t, so used that. by Tim Peters · 22 years ago
  8. dfb8086 Fix another long vs int mismatch. test_datetime now passes on alpha by Neal Norwitz · 22 years ago
  9. 0b0f41c Fixed typo in string. by Tim Peters · 22 years ago
  10. c296c63 Fix crash on alphas due to mismatch between 'l' format and int variables. by Neal Norwitz · 22 years ago
  11. ba87347 delta_str(): Purged last uses of sprintf (in favor of PyOS_snprintf). by Tim Peters · 22 years ago
  12. 51cd8a2 "time_second" is apparently a #define on MacOSX. Renamed the (static) by Jack Jansen · 22 years ago
  13. bd43e91 Fix GCC warnings. It turns out two out of three pointed to real bugs! by Guido van Rossum · 22 years ago
  14. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago