summaryrefslogtreecommitdiffstats
path: root/Doc/library/time.rst
Commit message (Collapse)AuthorAgeFilesLines
* Backport doc improvements for Issue21221 - Explain the usage of tm_isdstSenthil Kumaran2016-01-031-3/+6
| | | | | | attribute of mktime, with valid values and meaning. Patch contributed by Andrew Scheller.
* we don't care about python 1.5.2Benjamin Peterson2015-07-221-2/+0
|
* #23251: Reflow paragraph.R David Murray2015-01-251-6/+6
|
* #23251: note that time.sleep affects the current thread only.R David Murray2015-01-251-1/+2
| | | | This is parallel to the language used in the unix man page.
* Fix typo found by Scott Hinton on docs@Zachary Ware2014-07-071-1/+1
|
* #5904: Add sentence about the encoding of strftime's result.R David Murray2014-06-131-1/+3
|
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-2/+2
|
* Refer to strftime(3) manpage for platform specific format codes.Georg Brandl2013-10-131-2/+4
| | | | Suggested by Skip Montanaro on docs@.
* Issue #15940: Replace tab.Terry Jan Reedy2013-04-031-1/+1
|
* Issue #15940: Specify effect of locale on time functions.Terry Jan Reedy2013-04-031-2/+2
|
* Fix time.time() references in the time module docsPetri Lehtinen2012-05-181-6/+6
| | | | Closes #14842.
* fix footnote reference; thanks to Fizz from docs@Sandro Tosi2012-04-251-1/+1
|
* #12758: removing confusing mention of UTC from time.time descriptionR David Murray2012-03-151-2/+2
| | | | Patch by Dylan Sarber.
* update to new C roles and directivesSandro Tosi2012-01-141-3/+3
|
* mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@Sandro Tosi2011-08-191-2/+2
|
* Merged revisions 85530,85534,85538,85540-85542 via svnmerge fromGeorg Brandl2010-11-261-44/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85530 | georg.brandl | 2010-10-15 17:32:05 +0200 (Fr, 15 Okt 2010) | 1 line Refrain from using inline suites. ........ r85534 | georg.brandl | 2010-10-15 18:19:43 +0200 (Fr, 15 Okt 2010) | 1 line #9801: document how list and dict proxies created by Managers behave w.r.t. mutable items. ........ r85538 | georg.brandl | 2010-10-15 18:35:46 +0200 (Fr, 15 Okt 2010) | 1 line #7303: add documentation for useful pkgutil functions and classes. ........ r85540 | georg.brandl | 2010-10-15 18:42:37 +0200 (Fr, 15 Okt 2010) | 1 line #6798: fix wrong docs for the arguments to several trace events. ........ r85541 | georg.brandl | 2010-10-15 18:53:24 +0200 (Fr, 15 Okt 2010) | 1 line #4968: updates to inspect.is* function docs. ........ r85542 | georg.brandl | 2010-10-15 19:01:15 +0200 (Fr, 15 Okt 2010) | 1 line #7790: move table of struct_time members to the actual description of struct_time. ........
* Issue #8899: time.struct_time now has class and atribute docstrings.Alexander Belopolsky2010-06-051-8/+9
|
* #5365: add quick look conversion table for different time representations.Georg Brandl2009-02-271-0/+18
|
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-2/+1
|
* Enable doctest running for several other documents.Georg Brandl2008-03-221-3/+4
| | | | We have now over 640 doctests that are run with "make doctest".
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+540