summaryrefslogtreecommitdiffstats
path: root/Doc/library/time.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of versionadded/versionchanged related markup errors.Georg Brandl2012-06-241-8/+5
* Issue #9527: tm_gmtoff has 'correct' sign.Alexander Belopolsky2012-06-221-1/+1
* Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fieldsAlexander Belopolsky2012-06-141-2/+21
* PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() resultVictor Stinner2012-06-121-2/+2
* time.get_clock_info() uses a namespace instead of structseqVictor Stinner2012-06-121-25/+11
* Fix time.time() references in the time module docsPetri Lehtinen2012-05-181-6/+6
|\
| * Fix time.time() references in the time module docsPetri Lehtinen2012-05-181-6/+6
* | strip is_ prefixes on clock_info fieldsBenjamin Peterson2012-05-011-2/+2
* | Review of doc changes re PEP 418.Georg Brandl2012-04-301-35/+35
* | Close #14309: Deprecate time.clock()Victor Stinner2012-04-291-0/+5
* | Issue #14428, #14397: Implement the PEP 418Victor Stinner2012-04-291-11/+74
* | Time doc: documentation that the CLOCK_* constants and clock_*() functions areVictor Stinner2012-04-281-0/+16
* | Doc: sort time.CLOCK_xxx constantsVictor Stinner2012-04-121-8/+8
* | Expose clock_settime() as time.clock_settime()Victor Stinner2012-04-021-0/+7
* | Add time.CLOCK_HIGHRES constant, needed on SolarisVictor Stinner2012-04-021-0/+9
* | Fix newlines.Georg Brandl2012-03-291-0/+7
* | time.steady() doc: don't repeat the default valueVictor Stinner2012-03-191-1/+1
* | Merge #12758: removing confusing mention of UTC from time.time descriptionR David Murray2012-03-151-2/+2
|\ \ | |/
| * #12758: removing confusing mention of UTC from time.time descriptionR David Murray2012-03-151-2/+2
* | Issue #10278: Add an optional strict argument to time.steady(), False by defaultVictor Stinner2012-03-151-1/+6
* | Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time...Victor Stinner2012-03-141-18/+8
* | Issue #13846: Enhance time.monotonic() documentationVictor Stinner2012-02-231-2/+3
* | Time module doc: Fix reST syntaxVictor Stinner2012-02-141-2/+2
* | Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-081-40/+10
* | PEP 410Victor Stinner2012-02-081-10/+40
* | Issue #13846: Add time.monotonic(), monotonic clock.Victor Stinner2012-02-071-0/+8
* | Fix small grammatical inconsistency.Georg Brandl2012-02-021-1/+2
* | Sort functions in the doc of the time moduleVictor Stinner2012-01-241-13/+14
* | Close #10278: Add time.wallclock() function, monotonic clock.Victor Stinner2012-01-181-0/+12
* | Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants toVictor Stinner2011-10-251-0/+48
* | merge with 3.2Sandro Tosi2011-08-191-2/+2
|\ \ | |/
| * mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@Sandro Tosi2011-08-191-2/+2
* | Issue #11930: Remove deprecated time.accept2dyear.Alexander Belopolsky2011-05-021-46/+2
|/
* Issue #2568: Removed bogus rationale for supporting tm_sec=61.Alexander Belopolsky2011-01-101-3/+10
* Fixed a footnote referenceAlexander Belopolsky2011-01-101-1/+1
* Fixed documentation to reflect recent changes for years < 1900.Alexander Belopolsky2011-01-081-4/+13
* Issue #10827: Changed the rules for 2-digit years. The time.asctimeAlexander Belopolsky2011-01-071-15/+26
* Issue #8013: time.asctime and time.ctime no longer call system asctimeAlexander Belopolsky2011-01-041-1/+1
* #7790: move table of struct_time members to the actual description of struct_...Georg Brandl2010-10-151-44/+50
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-3/+3
* Merged revisions 81756 via svnmerge fromAlexander Belopolsky2010-06-051-24/+25
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-1/+0
* Make sure time.strptime only accepts strings (and document the fact likeBrett Cannon2009-03-301-6/+8
* Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,...Benjamin Peterson2009-03-091-0/+19
* Merged revisions 66452 via svnmerge fromGeorg Brandl2008-09-131-2/+1
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-3/+4
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-114/+78
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+540