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