1. 68713e4 Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime. by Alexander Belopolsky · 9 years ago
  2. df326eb Fix versionchanged directive in datetime.rst by Berker Peksag · 9 years ago
  3. 7827a5b Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'. by Alexander Belopolsky · 9 years ago
  4. 644adc6 merge 3.4 (#24057) by Benjamin Peterson · 9 years ago
  5. d87dd43 fix relative link (closes #24057) by Benjamin Peterson · 9 years ago
  6. e2e178e Closes issue #22791: Improved datetime from timestamp methods documentation. by Alexander Belopolsky · 10 years ago
  7. bad8d4b merge with 3.4 by Georg Brandl · 10 years ago
  8. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  9. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  10. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  11. 19db33f merge 3.4 (#16667) by Benjamin Peterson · 10 years ago
  12. 9b29acd some timezone doc improvements (closes #16667) by Benjamin Peterson · 10 years ago
  13. ee6bdc0 remove the ability of datetime.time to be considered false (closes #13936) by Benjamin Peterson · 11 years ago
  14. 2e3743c #13437: link to the source code for a few more modules by Andrew Kuchling · 11 years ago
  15. 3a19a89 merge with 3.3 by Georg Brandl · 11 years ago
  16. ad32153 Fix typo: js_JP is not a valid locale. by Georg Brandl · 11 years ago
  17. ef1605a merge with 3.3 by Georg Brandl · 11 years ago
  18. b7117af Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 11 years ago
  19. 5d07e70 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  20. e76c039 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  21. bbf4a46 Merge issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  22. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  23. 790d269 Fixes #8860: Round half-microseconds to even in the timedelta constructor. by Alexander Belopolsky · 11 years ago
  24. 09f0dde #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 11 years ago
  25. 2be0edb Fix typo by Andrew Svetlov · 12 years ago
  26. dfe109e Fix typo by Andrew Svetlov · 12 years ago
  27. 13c6682 issue13666 - merge from 3.2 by Senthil Kumaran · 12 years ago
  28. 72a80e8 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 12 years ago
  29. ee0be40 Add yet another missing versionchanged. by Georg Brandl · 12 years ago
  30. 217aa55 Fix markup, for real this time. by Georg Brandl · 12 years ago
  31. b0f0895 Fix indentation by Éric Araujo · 12 years ago
  32. fdc860f Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 12 years ago
  33. 0831382 Issue #15006: Allow equality comparison between naive and aware time by Alexander Belopolsky · 12 years ago
  34. a441514 Issue #2736: Added datetime.timestamp() method. by Alexander Belopolsky · 12 years ago
  35. d91dc62 Merge #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  36. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  37. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  38. 4aff7ed Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  39. 100b889 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  40. 17feca0 Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  41. d11d0d6 Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  42. ecc6e66 Fix doc of datetime.date*.*fromtimestamp() methods by Victor Stinner · 13 years ago
  43. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 13 years ago
  44. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
  45. b6dbc9e merge with 3.2 by Sandro Tosi · 13 years ago
  46. 4bfe03a correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 13 years ago
  47. 6fe679f #13076: merge with 3.2. by Ezio Melotti · 13 years ago
  48. 35ec7f7 #13076: fix links to datetime.time and datetime.datetime. by Ezio Melotti · 13 years ago
  49. 902e895 merge doc fixes from 3.2 by Georg Brandl · 13 years ago
  50. 7554606 Fix typo. by Georg Brandl · 13 years ago
  51. 42d1320 merge from 3.2 by Senthil Kumaran · 13 years ago
  52. 023c6f7 Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. by Senthil Kumaran · 13 years ago
  53. 8fbfc12 merge from 3.2 by Senthil Kumaran · 13 years ago
  54. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
  55. 276a58b Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. by Senthil Kumaran · 13 years ago
  56. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago
  57. 6d3c9a6 Mention that timezone is a subclass of tzinfo. by Alexander Belopolsky · 13 years ago
  58. 5611a1c Issue #11930: Added Misc/NEWS and versionchanged entries. by Alexander Belopolsky · 13 years ago
  59. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago
  60. 54afa55 Issue #2736: Documented how to compute seconds since epoch. by Alexander Belopolsky · 13 years ago
  61. 5fc850b Improved footnote for the %Y directive slightly. by Alexander Belopolsky · 14 years ago
  62. 085556a Improved description of %Y directive. by Alexander Belopolsky · 14 years ago
  63. 9971e00 Issue #2568: Removed bogus rationale for supporting tm_sec=61. by Alexander Belopolsky · 14 years ago
  64. 2997837 Fixed documentation to reflect recent changes for years < 1900. by Alexander Belopolsky · 14 years ago
  65. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  66. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  67. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  68. f55c315 #9430: document timedelta str() and repr(). by Georg Brandl · 14 years ago
  69. 75f94c2 Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. by Alexander Belopolsky · 14 years ago
  70. 49d7a57 Added a new line at the end of the file. by Alexander Belopolsky · 14 years ago
  71. ca94f55 Issue #6641: The datetime.strptime method now supports the %z directive. by Alexander Belopolsky · 14 years ago
  72. b39a0c2 Issue 5094: minor documentation fixes by Alexander Belopolsky · 14 years ago
  73. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 14 years ago
  74. da62f2f Merged revisions 81864 via svnmerge from by Alexander Belopolsky · 14 years ago
  75. 6491248 Merged revisions 81489 via svnmerge from by Alexander Belopolsky · 14 years ago
  76. 1790bc4 Issue #1289118: datetime.timedelta objects can now be multiplied by float by Alexander Belopolsky · 14 years ago
  77. 0381e3f Issue #8644: Improve accuracy of timedelta.total_seconds, by doing intermediate by Mark Dickinson · 14 years ago
  78. 7c186e2 Issue #2706: Add support for dividing a timedelta by another timedelta. by Mark Dickinson · 14 years ago
  79. 7bc6e4f Merged revisions 79184-79185 via svnmerge from by Georg Brandl · 15 years ago
  80. 5e55b3e Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from by Benjamin Peterson · 15 years ago
  81. be6859d Merged revisions 76529 via svnmerge from by Antoine Pitrou · 15 years ago
  82. f964ac2 Merged revisions 76082 via svnmerge from by Mark Dickinson · 15 years ago
  83. 7dbf4e6 typo (space-o?) by Skip Montanaro · 15 years ago
  84. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  85. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  86. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  87. bd25d33 Clarify that datetime strftime does not produce leap seconds and datetime by R. David Murray · 16 years ago
  88. e1327f7 Merged revisions 69078-69080 via svnmerge from by Brett Cannon · 16 years ago
  89. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  90. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  91. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  92. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  93. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 17 years ago
  94. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 17 years ago
  95. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  96. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
  97. 5c10664 Remove further mentions of long integers. by Georg Brandl · 17 years ago
  98. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  99. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  100. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago