1. fb85739 Point out that %p has no effect on the output hour in strptime unless %I is by Skip Montanaro · 20 years ago
  2. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 20 years ago
  3. 188b2d6 - add link to the datetime module by Fred Drake · 21 years ago
  4. b67449d Fix spacing markup and other sundries. by Raymond Hettinger · 21 years ago
  5. 9c8f78d Improve the wording a bit by Raymond Hettinger · 21 years ago
  6. 69d6356 Fix spelling, grammar, usage, and markup. by Raymond Hettinger · 21 years ago
  7. 20def8b Make temporary change of using _strptime for time.strptime permanent. by Brett Cannon · 21 years ago
  8. 305908c SF #735051, add time.tzset documentation by Neal Norwitz · 21 years ago
  9. 6cb52dd Refer reader to platform library docs for specific semantics. by Jeremy Hylton · 21 years ago
  10. 57d5752 Update to better reflect the usage of struct_time instances throughout; by Fred Drake · 22 years ago
  11. 2714706 Phrase repair. by Guido van Rossum · 22 years ago
  12. 8ed8320 Fixed longstanding bug in the description of strftime's %W code. by Tim Peters · 22 years ago
  13. 5654cc2 SF 639138, Ref. calendar module in time docs by John J Lee by Neal Norwitz · 22 years ago
  14. bad4607 Document struct_time and the field names. by Fred Drake · 22 years ago
  15. 4e303aa Add notes to the asctime() and ctime() descriptions to make it by Fred Drake · 22 years ago
  16. 18eb8b8 Doc patch from SF 474274 (pure Python strptime by Brett Cannon). by Guido van Rossum · 22 years ago
  17. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  18. 589abb7 Add additional information on exceptions from time.mktime() and related to by Fred Drake · 23 years ago
  19. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  20. 0f10f84 indicate that mktime is platform-dependent. See SF bug 434143. by Skip Montanaro · 23 years ago
  21. dbec7d2 Improve Windows time.clock() blurb; was missing return type and unit. by Tim Peters · 23 years ago
  22. 5821272 Add a comment on time.time() returning non-decreasing values except when by Fred Drake · 23 years ago
  23. 687a17d Revise the description of time.clock() so that it correctly describes the by Fred Drake · 23 years ago
  24. 8ee679f Minor changes to match the style guide. by Fred Drake · 23 years ago
  25. 907e76b Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  26. f29ca18 SourceForge bug #437041: by Fred Drake · 23 years ago
  27. 1aec3a1 Add versioning notes: many of the signatures changed to allow the time by Fred Drake · 23 years ago
  28. cf26366 Fix markup typo in a {verbatim} environment (there should not be any!); by Fred Drake · 24 years ago
  29. 9ca35ec Instructive example for strftime(); how to generate RFC822 dates. by Eric S. Raymond · 24 years ago
  30. fe38525 Make the 'time' argument to the timemodule functions strftime, asctime, by Thomas Wouters · 24 years ago
  31. c32741d Added warnings about platform vagaries to the strptime() documentation. by Fred Drake · 24 years ago
  32. f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 24 years ago
  33. 29fa30e Correct a markup nit that caused a space to be dropped from the HTML by Fred Drake · 24 years ago
  34. 57a2f7f Change description of altzone to not refer to the "0th meridian". by Fred Drake · 24 years ago
  35. d1a56f4 Noted by Guido: by Fred Drake · 24 years ago
  36. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 24 years ago
  37. b3fc9d1 Added disclaimer to the sleep() function. by Guido van Rossum · 25 years ago
  38. abc8cc6 Move some \index entries around so we can avoid using empty comments; by Fred Drake · 25 years ago
  39. d8a41e6 Fix an amazing number of typos & malformed sentences reported by Detlef by Fred Drake · 26 years ago
  40. 6ffa445 Fix second description of handling 2-digit years (last item in by Fred Drake · 26 years ago
  41. 0ad55fb Update the descriptions of strftime() and strptime() to avoid by Fred Drake · 26 years ago
  42. dbf7956 Clarify Y2K behavior when a tuple with a 2-digit date is passed to by Guido van Rossum · 26 years ago
  43. 295da24 New section header style. by Fred Drake · 26 years ago
  44. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  45. 929bd0e Added notes about epochs, the year 2038, and a small Y2K disclaimer by Guido van Rossum · 26 years ago
  46. 5d23758 Added docs for strptime(). by Guido van Rossum · 26 years ago
  47. ee60191 Lighten up tables. by Fred Drake · 26 years ago
  48. eb4ed15 Shift index entries around a little so the HTML doesn't have weird spacing. by Fred Drake · 26 years ago
  49. 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 26 years ago
  50. 2cfc835 Minor nits. by Fred Drake · 26 years ago
  51. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
  52. f259efe Get rid of math mode in some places. by Guido van Rossum · 27 years ago
  53. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  54. 094579e (libtime.tex): Merged in changes from Tamito Kajiyama. by Fred Drake · 28 years ago
  55. 21be147 Added remark about time() and sleep()'s subsecond precision. by Guido van Rossum · 28 years ago
  56. 8cf2db4 Moved description of mktime 9-tuple to top. by Guido van Rossum · 28 years ago
  57. 036eae6 mktime returns a float now. by Guido van Rossum · 28 years ago
  58. feeadef document OverflowError exception on mktime() by Guido van Rossum · 29 years ago
  59. 26ee809 added strftime by Guido van Rossum · 29 years ago
  60. 470be14 mass changes; fix titles; add examples; correct typos; clarifications; by Guido van Rossum · 29 years ago
  61. 6c4f003 changes (suggested) by Soren Larsen by Guido van Rossum · 29 years ago
  62. bd851cd * Doc/libtime.tex: get rid of references to millitime() and by Guido van Rossum · 30 years ago
  63. 16d6e71 Lots of small corrections by Andrew Kuchling (plus all new rotor docs) by Guido van Rossum · 30 years ago
  64. 5fdeeea Restructured library documentation by Guido van Rossum · 31 years ago