| Commit message (Expand) | Author | Age | Files | Lines |
* | merge from 3.5 | Senthil Kumaran | 2016-01-03 | 1 | -3/+5 |
|\ |
|
| * | merge from 3.4 | Senthil Kumaran | 2016-01-03 | 1 | -3/+5 |
| |\ |
|
| | * | Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid | Senthil Kumaran | 2016-01-03 | 1 | -3/+5 |
|
|
* | | | Fixed typos in TZ format description | Alexander Belopolsky | 2015-08-28 | 1 | -2/+2 |
|/ / |
|
* | | Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now | Victor Stinner | 2015-03-19 | 1 | -0/+5 |
|
|
* | | Revert changeset d927047b1d8eb87738676980a24930d053ba2150 | Victor Stinner | 2015-03-17 | 1 | -4/+0 |
|
|
* | | test | Victor Stinner | 2015-03-12 | 1 | -0/+4 |
|
|
* | | Merge: #23215: note that time.sleep affects the current thread only. | R David Murray | 2015-01-25 | 1 | -6/+7 |
|\ \
| |/ |
|
| * | #23215: reflow paragraph. | R David Murray | 2015-01-25 | 1 | -6/+6 |
|
|
| * | #23251: Note that time.sleep affects the calling thread only. | R David Murray | 2015-01-25 | 1 | -1/+2 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-28 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Closes #22749: remove outdated advice to use clock() for accurate timing. | Georg Brandl | 2014-10-28 | 1 | -2/+1 |
|
|
* | | Issue #22043: time.monotonic() is now always available | Victor Stinner | 2014-09-02 | 1 | -2/+2 |
|/ |
|
* | 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 |
|
|
* | 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 typo noticed by Tom Lynn. | Ezio Melotti | 2012-11-05 | 1 | -1/+1 |
|
|
* | Fix typo in documentation for time module, thanks to docs@ | Andrew Svetlov | 2012-10-04 | 1 | -1/+1 |
|
|
* | Fix a couple of versionadded/versionchanged related markup errors. | Georg Brandl | 2012-06-24 | 1 | -8/+5 |
|
|
* | Issue #9527: tm_gmtoff has 'correct' sign. | Alexander Belopolsky | 2012-06-22 | 1 | -1/+1 |
|
|
* | Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields | Alexander Belopolsky | 2012-06-14 | 1 | -2/+21 |
|
|
* | PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result | Victor Stinner | 2012-06-12 | 1 | -2/+2 |
|
|
* | time.get_clock_info() uses a namespace instead of structseq | Victor Stinner | 2012-06-12 | 1 | -25/+11 |
|
|
* | Fix time.time() references in the time module docs | Petri Lehtinen | 2012-05-18 | 1 | -6/+6 |
|\ |
|
| * | Fix time.time() references in the time module docs | Petri Lehtinen | 2012-05-18 | 1 | -6/+6 |
|
|
* | | strip is_ prefixes on clock_info fields | Benjamin Peterson | 2012-05-01 | 1 | -2/+2 |
|
|
* | | Review of doc changes re PEP 418. | Georg Brandl | 2012-04-30 | 1 | -35/+35 |
|
|
* | | Close #14309: Deprecate time.clock() | Victor Stinner | 2012-04-29 | 1 | -0/+5 |
|
|
* | | Issue #14428, #14397: Implement the PEP 418 | Victor Stinner | 2012-04-29 | 1 | -11/+74 |
|
|
* | | Time doc: documentation that the CLOCK_* constants and clock_*() functions are | Victor Stinner | 2012-04-28 | 1 | -0/+16 |
|
|
* | | Doc: sort time.CLOCK_xxx constants | Victor Stinner | 2012-04-12 | 1 | -8/+8 |
|
|
* | | Expose clock_settime() as time.clock_settime() | Victor Stinner | 2012-04-02 | 1 | -0/+7 |
|
|
* | | Add time.CLOCK_HIGHRES constant, needed on Solaris | Victor Stinner | 2012-04-02 | 1 | -0/+9 |
|
|
* | | Fix newlines. | Georg Brandl | 2012-03-29 | 1 | -0/+7 |
|
|
* | | time.steady() doc: don't repeat the default value | Victor Stinner | 2012-03-19 | 1 | -1/+1 |
|
|
* | | Merge #12758: removing confusing mention of UTC from time.time description | R David Murray | 2012-03-15 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #12758: removing confusing mention of UTC from time.time description | R David Murray | 2012-03-15 | 1 | -2/+2 |
|
|
* | | Issue #10278: Add an optional strict argument to time.steady(), False by default | Victor Stinner | 2012-03-15 | 1 | -1/+6 |
|
|
* | | Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time... | Victor Stinner | 2012-03-14 | 1 | -18/+8 |
|
|
* | | Issue #13846: Enhance time.monotonic() documentation | Victor Stinner | 2012-02-23 | 1 | -2/+3 |
|
|
* | | Time module doc: Fix reST syntax | Victor Stinner | 2012-02-14 | 1 | -2/+2 |
|
|
* | | Backout f8409b3d6449: the PEP 410 is not accepted yet | Victor Stinner | 2012-02-08 | 1 | -40/+10 |
|
|
* | | PEP 410 | Victor Stinner | 2012-02-08 | 1 | -10/+40 |
|
|
* | | Issue #13846: Add time.monotonic(), monotonic clock. | Victor Stinner | 2012-02-07 | 1 | -0/+8 |
|
|
* | | Fix small grammatical inconsistency. | Georg Brandl | 2012-02-02 | 1 | -1/+2 |
|
|
* | | Sort functions in the doc of the time module | Victor Stinner | 2012-01-24 | 1 | -13/+14 |
|
|
* | | Close #10278: Add time.wallclock() function, monotonic clock. | Victor Stinner | 2012-01-18 | 1 | -0/+12 |
|
|
* | | Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to | Victor Stinner | 2011-10-25 | 1 | -0/+48 |
|
|
* | | merge with 3.2 | Sandro Tosi | 2011-08-19 | 1 | -2/+2 |
|\ \
| |/ |
|