Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix markup typo in a {verbatim} environment (there should not be any!); | Fred Drake | 2001-02-03 | 1 | -1/+1 |
| | | | | caught by Eric Raymond. | ||||
* | Instructive example for strftime(); how to generate RFC822 dates. | Eric S. Raymond | 2001-01-28 | 1 | -0/+16 |
| | |||||
* | Make the 'time' argument to the timemodule functions strftime, asctime, | Thomas Wouters | 2001-01-19 | 1 | -12/+17 |
| | | | | | | ctime, gmtime and localtime optional, defaulting to 'the current time' in all cases. Adjust docs, add news item. Also convert all argument-handling to METH_VARARGS. Closes SF patch #103265. | ||||
* | Added warnings about platform vagaries to the strptime() documentation. | Fred Drake | 2000-09-23 | 1 | -1/+9 |
| | | | | This closes SourceForge bug #115146. | ||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -2/+2 |
| | | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem. | ||||
* | Correct a markup nit that caused a space to be dropped from the HTML | Fred Drake | 2000-07-06 | 1 | -2/+2 |
| | | | | | | version (actually a LaTeX2HTML bug), and clarified a sentence in the mktime() description based entirely on comments from Grant Griffin <grant.griffin@honeywell.com>. | ||||
* | Change description of altzone to not refer to the "0th meridian". | Fred Drake | 2000-06-30 | 1 | -2/+2 |
| | |||||
* | Noted by Guido: | Fred Drake | 2000-04-05 | 1 | -7/+7 |
| | | | | | Fixed up descriptions of altzone and timezone not to refer to the 0th meridian, which doesn't exist. Reference is now to UTC. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -41/+70 |
| | | | | (Very rough.) | ||||
* | Added disclaimer to the sleep() function. | Guido van Rossum | 1999-08-19 | 1 | -0/+5 |
| | |||||
* | Move some \index entries around so we can avoid using empty comments; | Fred Drake | 1999-05-26 | 1 | -31/+25 |
| | | | | | | empty comments trigger a bug in LaTeX2HTML. Problem reported by Gerry Wiener <gerry@ucar.edu>. | ||||
* | Fix an amazing number of typos & malformed sentences reported by Detlef | Fred Drake | 1999-02-19 | 1 | -1/+1 |
| | | | | Lannert <lannert@uni-duesseldorf.de>. | ||||
* | Fix second description of handling 2-digit years (last item in | Fred Drake | 1999-01-19 | 1 | -9/+16 |
| | | | | introductory text). | ||||
* | Update the descriptions of strftime() and strptime() to avoid | Fred Drake | 1998-12-08 | 1 | -45/+47 |
| | | | | confusion, and describe what the "directives" are about. | ||||
* | Clarify Y2K behavior when a tuple with a 2-digit date is passed to | Guido van Rossum | 1998-08-25 | 1 | -2/+15 |
| | | | | mktime() and such. | ||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Added notes about epochs, the year 2038, and a small Y2K disclaimer | Guido van Rossum | 1998-06-09 | 1 | -4/+19 |
| | | | | | (all with index entries!). Also update the list of functions that take or yield a time represented as a 9-tuple. | ||||
* | Added docs for strptime(). | Guido van Rossum | 1998-06-09 | 1 | -0/+12 |
| | |||||
* | Lighten up tables. | Fred Drake | 1998-04-11 | 1 | -1/+1 |
| | |||||
* | Shift index entries around a little so the HTML doesn't have weird spacing. | Fred Drake | 1998-04-11 | 1 | -10/+10 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Minor nits. | Fred Drake | 1998-04-03 | 1 | -59/+64 |
| | | | | Lots of index entries. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -1/+1 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Get rid of math mode in some places. | Guido van Rossum | 1997-11-25 | 1 | -2/+2 |
| | |||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -0/+1 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | (libtime.tex): Merged in changes from Tamito Kajiyama. | Fred Drake | 1996-12-13 | 1 | -48/+45 |
| | | | | | | | (For those watching Python CVS messages: I checked in all of Tamito's other changes, but the mail delivery failed since the subject line was too long. The patch Tamito sent for the documentation has been completely merged in.) | ||||
* | Added remark about time() and sleep()'s subsecond precision. | Guido van Rossum | 1996-12-12 | 1 | -32/+17 |
| | | | | | | Added hint about using clock() for benchmarks etc. Removed non-portable strftime directives and field width, and added a warning about non-standard features. | ||||
* | Moved description of mktime 9-tuple to top. | Guido van Rossum | 1996-07-30 | 1 | -11/+89 |
| | | | | | Added description of strftime format string. Minor small editing. | ||||
* | mktime returns a float now. | Guido van Rossum | 1996-06-26 | 1 | -2/+3 |
| | |||||
* | document OverflowError exception on mktime() | Guido van Rossum | 1996-02-12 | 1 | -1/+2 |
| | |||||
* | added strftime | Guido van Rossum | 1995-09-13 | 1 | -0/+7 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -9/+9 |
| | | | | unified style; etc. | ||||
* | changes (suggested) by Soren Larsen | Guido van Rossum | 1995-03-07 | 1 | -4/+4 |
| | |||||
* | * Doc/libtime.tex: get rid of references to millitime() and | Guido van Rossum | 1994-08-23 | 1 | -16/+9 |
| | | | | | | | millisleep(); document clock() * Doc/ref6.tex (section{Assignment statements}): added warning about overlaps in lhs of assignment (e.g. "i, x[i] = 1, 2") | ||||
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 1 | -1/+1 |
| | |||||
* | Restructured library documentation | Guido van Rossum | 1994-01-02 | 1 | -0/+121 |