1. 5b6e49a bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) by Farhaan Bukhsh · 6 years ago
  2. 877b232 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) by Alexander Belopolsky · 6 years ago
  3. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 6 years ago
  4. 09dc2f5 bpo-15873: Implement [date][time].fromisoformat (#4699) by Paul Ganssle · 7 years ago
  5. 843ea47 bpo-31545: Update documentation containing timedelta repr. (GH-3687) by Utkarsh Upadhyay · 7 years ago
  6. 3231893 Closes bpo-31800: Support for colon when parsing time offsets (#4015) by Mario Corchero · 7 years ago
  7. 018d353 Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896) by Alexander Belopolsky · 7 years ago
  8. 8e45318 bpo-30302: Update WhatsNew and documentation. (#2929) by Utkarsh Upadhyay · 7 years ago
  9. cc5a65c bpo-30302 Make timedelta.__repr__ more informative. (#1493) by Utkarsh Upadhyay · 7 years ago
  10. 53f2af1 bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) by wim glenn · 7 years ago
  11. c7b3f0f Remove trailing semicolon in datetime doc example (GH-1653) by delirious-lettuce · 7 years ago
  12. 909a6f6 bpo-27200: Fix doctests in programming.rst and datetime.rst (#401) by Marco Buttu · 7 years ago
  13. b8a1aeb Issue #29078: Merge 3.5. by Xiang Zhang · 8 years ago
  14. 6721c7c Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 8 years ago
  15. ee1b01a Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  16. b6a6b45 Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  17. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  18. 53868aa Closes #27595: Document PEP 495 (Local Time Disambiguation) features. by Alexander Belopolsky · 8 years ago
  19. 43746c3 Closes #27661: Added tzinfo keyword argument to datetime.combine. by Alexander Belopolsky · 8 years ago
  20. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  21. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  22. 94f89a6 Fix typos in datetime documentation. by Berker Peksag · 8 years ago
  23. f157982 Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä by Martin Panter · 8 years ago
  24. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  25. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  26. 9fc3857 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  27. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  28. 6b6abd4 Issue #26678: Merge datetime doc fixes from 3.5 by Martin Panter · 8 years ago
  29. 16c7cfd Issue #26678: Fix indexing of datetime.tzinfo and timezone classes by Martin Panter · 8 years ago
  30. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 8 years ago
  31. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 8 years ago
  32. 46988d3 Merge string formatting doc fixes from 3.5 by Martin Panter · 9 years ago
  33. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  34. 68713e4 Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime. by Alexander Belopolsky · 9 years ago
  35. df326eb Fix versionchanged directive in datetime.rst by Berker Peksag · 9 years ago
  36. 7827a5b Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'. by Alexander Belopolsky · 9 years ago
  37. 644adc6 merge 3.4 (#24057) by Benjamin Peterson · 9 years ago
  38. d87dd43 fix relative link (closes #24057) by Benjamin Peterson · 9 years ago
  39. e2e178e Closes issue #22791: Improved datetime from timestamp methods documentation. by Alexander Belopolsky · 9 years ago
  40. bad8d4b merge with 3.4 by Georg Brandl · 10 years ago
  41. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  42. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  43. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  44. 19db33f merge 3.4 (#16667) by Benjamin Peterson · 10 years ago
  45. 9b29acd some timezone doc improvements (closes #16667) by Benjamin Peterson · 10 years ago
  46. ee6bdc0 remove the ability of datetime.time to be considered false (closes #13936) by Benjamin Peterson · 10 years ago
  47. 2e3743c #13437: link to the source code for a few more modules by Andrew Kuchling · 10 years ago
  48. 3a19a89 merge with 3.3 by Georg Brandl · 11 years ago
  49. ad32153 Fix typo: js_JP is not a valid locale. by Georg Brandl · 11 years ago
  50. ef1605a merge with 3.3 by Georg Brandl · 11 years ago
  51. b7117af Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 11 years ago
  52. 5d07e70 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  53. e76c039 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  54. bbf4a46 Merge issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  55. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  56. 790d269 Fixes #8860: Round half-microseconds to even in the timedelta constructor. by Alexander Belopolsky · 11 years ago
  57. 09f0dde #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 11 years ago
  58. 2be0edb Fix typo by Andrew Svetlov · 12 years ago
  59. dfe109e Fix typo by Andrew Svetlov · 12 years ago
  60. 13c6682 issue13666 - merge from 3.2 by Senthil Kumaran · 12 years ago
  61. 72a80e8 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 12 years ago
  62. ee0be40 Add yet another missing versionchanged. by Georg Brandl · 12 years ago
  63. 217aa55 Fix markup, for real this time. by Georg Brandl · 12 years ago
  64. b0f0895 Fix indentation by Éric Araujo · 12 years ago
  65. fdc860f Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 12 years ago
  66. 0831382 Issue #15006: Allow equality comparison between naive and aware time by Alexander Belopolsky · 12 years ago
  67. a441514 Issue #2736: Added datetime.timestamp() method. by Alexander Belopolsky · 12 years ago
  68. d91dc62 Merge #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  69. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  70. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  71. 4aff7ed Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  72. 100b889 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  73. 17feca0 Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  74. d11d0d6 Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  75. ecc6e66 Fix doc of datetime.date*.*fromtimestamp() methods by Victor Stinner · 12 years ago
  76. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 12 years ago
  77. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  78. b6dbc9e merge with 3.2 by Sandro Tosi · 13 years ago
  79. 4bfe03a correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 13 years ago
  80. 6fe679f #13076: merge with 3.2. by Ezio Melotti · 13 years ago
  81. 35ec7f7 #13076: fix links to datetime.time and datetime.datetime. by Ezio Melotti · 13 years ago
  82. 902e895 merge doc fixes from 3.2 by Georg Brandl · 13 years ago
  83. 7554606 Fix typo. by Georg Brandl · 13 years ago
  84. 42d1320 merge from 3.2 by Senthil Kumaran · 13 years ago
  85. 023c6f7 Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. by Senthil Kumaran · 13 years ago
  86. 8fbfc12 merge from 3.2 by Senthil Kumaran · 13 years ago
  87. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
  88. 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
  89. 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
  90. 6d3c9a6 Mention that timezone is a subclass of tzinfo. by Alexander Belopolsky · 13 years ago
  91. 5611a1c Issue #11930: Added Misc/NEWS and versionchanged entries. by Alexander Belopolsky · 13 years ago
  92. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago
  93. 54afa55 Issue #2736: Documented how to compute seconds since epoch. by Alexander Belopolsky · 13 years ago
  94. 5fc850b Improved footnote for the %Y directive slightly. by Alexander Belopolsky · 14 years ago
  95. 085556a Improved description of %Y directive. by Alexander Belopolsky · 14 years ago
  96. 9971e00 Issue #2568: Removed bogus rationale for supporting tm_sec=61. by Alexander Belopolsky · 14 years ago
  97. 2997837 Fixed documentation to reflect recent changes for years < 1900. by Alexander Belopolsky · 14 years ago
  98. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  99. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  100. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago