1. b0e8f5d lots of markup adjustments by Fred Drake · 21 years ago
  2. 1c90a67 SF bug 799367: grammar error by Raymond Hettinger · 21 years ago
  3. ef36537 Patch #792338: Correct documentation for timetuple return type. by Martin v. Löwis · 21 years ago
  4. bfa6872 Zap the C API subsection altogether for now. It's not actually usable from by Skip Montanaro · 21 years ago
  5. 2491cd9 expose the C API subsection which was hidden from LaTeX in a comment. In by Skip Montanaro · 21 years ago
  6. c5528b1 Revert the previous change; this is now dealt with in a better way. by Fred Drake · 21 years ago
  7. 1ec0bdf The datetime C API really isn't usable outside the datetime module by Fred Drake · 21 years ago
  8. eca984f Fix missing parenthesis. by Raymond Hettinger · 21 years ago
  9. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 22 years ago
  10. 570e358 Markup fixes; in particular, the tables are now reasonable width by Andrew M. Kuchling · 22 years ago
  11. 301eb71 Author markup: Andrew got to it first by Raymond Hettinger · 22 years ago
  12. daae327 Fix markup by Neal Norwitz · 22 years ago
  13. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 22 years ago
  14. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 22 years ago
  15. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 22 years ago
  16. f196a0a "Premature" doc changes, for new astimezone() rules, and the new by Tim Peters · 22 years ago
  17. b01c39b SF bug 671779: Error in tzinfo.dst() docs by Tim Peters · 22 years ago
  18. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 22 years ago
  19. 9b44571 Various minor edits by Andrew M. Kuchling · 22 years ago
  20. 0f0e6b9 Markup fix by Andrew M. Kuchling · 22 years ago
  21. 0037202 Massive fiddling to reflect that datetimetz and timetz no longer exist. by Tim Peters · 22 years ago
  22. 2b0a3d3 Fix markup so this will format again. by Fred Drake · 22 years ago
  23. 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 22 years ago
  24. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  25. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  26. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  27. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  28. 0f8e543 - use classdesc where we can (for better indexing) - more style consistency crud by Fred Drake · 22 years ago
  29. 436eadd General style conformance. Markup some unmarked constructs. by Fred Drake · 22 years ago
  30. f621232 Use funcdesc instead of classdesc to be consistent with out sections. by Raymond Hettinger · 22 years ago
  31. 6222958 Spelling fix by Raymond Hettinger · 22 years ago
  32. cbd6cd2 Add markup for time object. Cleanup whitespace. Fix unbalanced parenthesis. by Raymond Hettinger · 22 years ago
  33. 9532298 Removed the now-untrue (or soon-to-be untrue) part of the astimezone() by Tim Peters · 22 years ago
  34. c5f5f87 Complete the markup for timedelta objects. by Raymond Hettinger · 22 years ago
  35. 8e7ec7c Minor markup and spelling repair. by Guido van Rossum · 22 years ago
  36. a37e5cc We're using strictly American spellings, so there's no diaresis over by Fred Drake · 22 years ago
  37. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  38. 9bdeee4 Clean up a table so it passes formatting. by Fred Drake · 22 years ago
  39. 0de926f Added the \var{} markup so the tables will look good. by Raymond Hettinger · 22 years ago
  40. 6005a34 Added markup upto line 233. by Raymond Hettinger · 22 years ago
  41. fa91858 More markup additions by Andrew M. Kuchling · 22 years ago
  42. c97868e Mark up more text by Andrew M. Kuchling · 22 years ago
  43. 276a8f3 astimezone(): document that None is an OK argument. by Tim Peters · 22 years ago
  44. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 22 years ago
  45. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  46. 52d1348 Removed blurb admonishing users to raise an exception if the datetime by Tim Peters · 22 years ago
  47. 2483b61 Added note about technical pickle limitation on tzinfo instances. by Tim Peters · 22 years ago
  48. 1cff9fc tzinfo.{utcoffset,dst} can return timedelta (or integer or None). by Tim Peters · 22 years ago
  49. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  50. 29fb9c7 Brought the strftime explanation into synch with the plain-text sandbox by Tim Peters · 22 years ago
  51. bbdb250 Lots of markup changes. This is still pretty sad, but passes LaTeX by Fred Drake · 22 years ago
  52. ca2623a Check in current, unfinished, draft of datetime docs by Andrew M. Kuchling · 22 years ago