1. 2be0edb Fix typo by Andrew Svetlov · 12 years ago
  2. dfe109e Fix typo by Andrew Svetlov · 12 years ago
  3. 13c6682 issue13666 - merge from 3.2 by Senthil Kumaran · 12 years ago
  4. 72a80e8 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 12 years ago
  5. ee0be40 Add yet another missing versionchanged. by Georg Brandl · 12 years ago
  6. 217aa55 Fix markup, for real this time. by Georg Brandl · 12 years ago
  7. b0f0895 Fix indentation by Éric Araujo · 12 years ago
  8. fdc860f Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 12 years ago
  9. 0831382 Issue #15006: Allow equality comparison between naive and aware time by Alexander Belopolsky · 12 years ago
  10. a441514 Issue #2736: Added datetime.timestamp() method. by Alexander Belopolsky · 12 years ago
  11. d91dc62 Merge #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  12. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  13. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  14. 4aff7ed Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  15. 100b889 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  16. 17feca0 Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  17. d11d0d6 Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  18. ecc6e66 Fix doc of datetime.date*.*fromtimestamp() methods by Victor Stinner · 12 years ago
  19. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 12 years ago
  20. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  21. b6dbc9e merge with 3.2 by Sandro Tosi · 13 years ago
  22. 4bfe03a correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 13 years ago
  23. 6fe679f #13076: merge with 3.2. by Ezio Melotti · 13 years ago
  24. 35ec7f7 #13076: fix links to datetime.time and datetime.datetime. by Ezio Melotti · 13 years ago
  25. 902e895 merge doc fixes from 3.2 by Georg Brandl · 13 years ago
  26. 7554606 Fix typo. by Georg Brandl · 13 years ago
  27. 42d1320 merge from 3.2 by Senthil Kumaran · 13 years ago
  28. 023c6f7 Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. by Senthil Kumaran · 13 years ago
  29. 8fbfc12 merge from 3.2 by Senthil Kumaran · 13 years ago
  30. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
  31. 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
  32. 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
  33. 6d3c9a6 Mention that timezone is a subclass of tzinfo. by Alexander Belopolsky · 13 years ago
  34. 5611a1c Issue #11930: Added Misc/NEWS and versionchanged entries. by Alexander Belopolsky · 13 years ago
  35. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago
  36. 54afa55 Issue #2736: Documented how to compute seconds since epoch. by Alexander Belopolsky · 13 years ago
  37. 5fc850b Improved footnote for the %Y directive slightly. by Alexander Belopolsky · 14 years ago
  38. 085556a Improved description of %Y directive. by Alexander Belopolsky · 14 years ago
  39. 9971e00 Issue #2568: Removed bogus rationale for supporting tm_sec=61. by Alexander Belopolsky · 14 years ago
  40. 2997837 Fixed documentation to reflect recent changes for years < 1900. by Alexander Belopolsky · 14 years ago
  41. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  42. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  43. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  44. f55c315 #9430: document timedelta str() and repr(). by Georg Brandl · 14 years ago
  45. 75f94c2 Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. by Alexander Belopolsky · 14 years ago
  46. 49d7a57 Added a new line at the end of the file. by Alexander Belopolsky · 14 years ago
  47. ca94f55 Issue #6641: The datetime.strptime method now supports the %z directive. by Alexander Belopolsky · 14 years ago
  48. b39a0c2 Issue 5094: minor documentation fixes by Alexander Belopolsky · 14 years ago
  49. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 14 years ago
  50. da62f2f Merged revisions 81864 via svnmerge from by Alexander Belopolsky · 14 years ago
  51. 6491248 Merged revisions 81489 via svnmerge from by Alexander Belopolsky · 14 years ago
  52. 1790bc4 Issue #1289118: datetime.timedelta objects can now be multiplied by float by Alexander Belopolsky · 14 years ago
  53. 0381e3f Issue #8644: Improve accuracy of timedelta.total_seconds, by doing intermediate by Mark Dickinson · 14 years ago
  54. 7c186e2 Issue #2706: Add support for dividing a timedelta by another timedelta. by Mark Dickinson · 14 years ago
  55. 7bc6e4f Merged revisions 79184-79185 via svnmerge from by Georg Brandl · 14 years ago
  56. 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
  57. be6859d Merged revisions 76529 via svnmerge from by Antoine Pitrou · 15 years ago
  58. f964ac2 Merged revisions 76082 via svnmerge from by Mark Dickinson · 15 years ago
  59. 7dbf4e6 typo (space-o?) by Skip Montanaro · 15 years ago
  60. 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
  61. 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
  62. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  63. bd25d33 Clarify that datetime strftime does not produce leap seconds and datetime by R. David Murray · 15 years ago
  64. e1327f7 Merged revisions 69078-69080 via svnmerge from by Brett Cannon · 16 years ago
  65. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  66. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  67. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  68. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  69. 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 · 16 years ago
  70. 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 · 16 years ago
  71. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  72. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
  73. 5c10664 Remove further mentions of long integers. by Georg Brandl · 17 years ago
  74. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  75. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  76. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago