Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport doc improvements for Issue21221 - Explain the usage of tm_isdst | Senthil Kumaran | 2016-01-03 | 1 | -3/+6 |
| | | | | | | attribute of mktime, with valid values and meaning. Patch contributed by Andrew Scheller. | ||||
* | we don't care about python 1.5.2 | Benjamin Peterson | 2015-07-22 | 1 | -2/+0 |
| | |||||
* | #23251: Reflow paragraph. | R David Murray | 2015-01-25 | 1 | -6/+6 |
| | |||||
* | #23251: note that time.sleep affects the current thread only. | R David Murray | 2015-01-25 | 1 | -1/+2 |
| | | | | This is parallel to the language used in the unix man page. | ||||
* | Fix typo found by Scott Hinton on docs@ | Zachary Ware | 2014-07-07 | 1 | -1/+1 |
| | |||||
* | #5904: Add sentence about the encoding of strftime's result. | R David Murray | 2014-06-13 | 1 | -1/+3 |
| | |||||
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -2/+2 |
| | |||||
* | Refer to strftime(3) manpage for platform specific format codes. | Georg Brandl | 2013-10-13 | 1 | -2/+4 |
| | | | | Suggested by Skip Montanaro on docs@. | ||||
* | Issue #15940: Replace tab. | Terry Jan Reedy | 2013-04-03 | 1 | -1/+1 |
| | |||||
* | Issue #15940: Specify effect of locale on time functions. | Terry Jan Reedy | 2013-04-03 | 1 | -2/+2 |
| | |||||
* | Fix time.time() references in the time module docs | Petri Lehtinen | 2012-05-18 | 1 | -6/+6 |
| | | | | Closes #14842. | ||||
* | fix footnote reference; thanks to Fizz from docs@ | Sandro Tosi | 2012-04-25 | 1 | -1/+1 |
| | |||||
* | #12758: removing confusing mention of UTC from time.time description | R David Murray | 2012-03-15 | 1 | -2/+2 |
| | | | | Patch by Dylan Sarber. | ||||
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -3/+3 |
| | |||||
* | mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ | Sandro Tosi | 2011-08-19 | 1 | -2/+2 |
| | |||||
* | Merged revisions 85530,85534,85538,85540-85542 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -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 Belopolsky | 2010-06-05 | 1 | -8/+9 |
| | |||||
* | #5365: add quick look conversion table for different time representations. | Georg Brandl | 2009-02-27 | 1 | -0/+18 |
| | |||||
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 1 | -2/+1 |
| | |||||
* | Enable doctest running for several other documents. | Georg Brandl | 2008-03-22 | 1 | -3/+4 |
| | | | | We have now over 640 doctests that are run with "make doctest". | ||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+540 |