1. cf0d31c fix relative link (closes #24057) by Benjamin Peterson · 10 years ago
  2. 0f5d6c0 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 11 years ago
  3. 06f3b3b Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
  4. b64f40f Fix typo: js_JP is not a valid locale. by Georg Brandl · 12 years ago
  5. 1b1c11d Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 12 years ago
  6. a80d3a0 Issue #18718: datetime documentation contradictory on leap second support by David Wolever · 12 years ago
  7. 452dd38 Issue #17701: Improving strftime documentation by David Wolever · 12 years ago
  8. bd9cbf0 Clarify that strftime's encoding is based on locale by David Wolever · 12 years ago
  9. db6d10a Remove Japanese datetime examples by David Wolever · 12 years ago
  10. 0d2e78c Correct misleading strftime documentation. by David Wolever · 12 years ago
  11. c7953ef Adding localized examples to strftime documentation. by David Wolever · 12 years ago
  12. 73480ef Improving strftime documentation. by David Wolever · 12 years ago
  13. cfb63cd #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 12 years ago
  14. 86af581 #16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance. by Jason R. Coombs · 13 years ago
  15. 766849b Document that hour in datetime.time ctor is optional parameter. by Andrew Svetlov · 13 years ago
  16. e565cf8 Remove patch artifacts. by Georg Brandl · 13 years ago
  17. 189bd91 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 13 years ago
  18. 8349bc2 #14766: Reflow the altered paragraphs. by R David Murray · 13 years ago
  19. 089d4d4 #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 13 years ago
  20. aa31d52 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 13 years ago
  21. 13c598b Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 13 years ago
  22. 8d38fcf Refer to 'time' and 'datetime' submodules; thanks to Erik Johnson from docs@ by Sandro Tosi · 13 years ago
  23. 98ed08f update to new C roles and directives by Sandro Tosi · 14 years ago
  24. 1f3b84f correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 14 years ago
  25. f17e405 #13076: fix links to datetime.time. by Ezio Melotti · 14 years ago
  26. 4c9721a merge from 3.2 - Issue10403 - datetime module documentation changes based on review. by Senthil Kumaran · 14 years ago
  27. 6f18b98 Fix closes issue10403 - Let's not use members anymore. by Senthil Kumaran · 14 years ago
  28. 35e7a8f Merged revisions 85274 via svnmerge from by Georg Brandl · 15 years ago
  29. ad8ac86 Merged revisions 83328,83341 via svnmerge from by Georg Brandl · 15 years ago
  30. 094c53c Fixed markup of tm_isdst attribute. by Alexander Belopolsky · 15 years ago
  31. 151973e #1436346: make it more obvious that timetuple[7] is yday. by Georg Brandl · 15 years ago
  32. 7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. by Mark Dickinson · 15 years ago
  33. ce00cf2 Update text for newest US DST regulation. The sample file already has the calculation right. by Georg Brandl · 15 years ago
  34. 6cbb7f9 #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such. by Georg Brandl · 16 years ago
  35. e236c3c Forgot to add a `versionadded` tag by Antoine Pitrou · 16 years ago
  36. bcfaf80 Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning by Antoine Pitrou · 16 years ago
  37. 5b54432 Fix doc typo reported by Arfrever. by Mark Dickinson · 16 years ago
  38. 6418577 typo (space-o?) by Skip Montanaro · 16 years ago
  39. 5ffa146 Fix markup. by Georg Brandl · 16 years ago
  40. 592c58d #6946: fix duplicate index entries for datetime classes. by Georg Brandl · 16 years ago
  41. d56bab4 Clarify that datetime strftime does not produce leap seconds and datetime by R. David Murray · 16 years ago
  42. 8aa2c6c Minor spelling mistake in datetime docs. by Brett Cannon · 17 years ago
  43. af9a97b #4923: clarify what was added. by Georg Brandl · 17 years ago
  44. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  45. 3f04303 Test doctests in datetime docs. by Georg Brandl · 17 years ago
  46. fc070d2 add %f format to datetime - issue 1158 by Skip Montanaro · 17 years ago
  47. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  48. e40a6a8 Add examples to the datetime documentation. Written for GHOP by "h4wk.cz". by Georg Brandl · 18 years ago
  49. 7c3e79f Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. by Georg Brandl · 18 years ago
  50. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago