index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
time.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36895: Undocument removed time.clock (GH-13286)
Matthias Bussonnier
2019-05-13
1
-24/+0
*
bpo-36895: remove time.clock() as per removal notice. (GH-13270)
Matthias Bussonnier
2019-05-13
1
-1/+1
*
bpo-31904: Port the time module on VxWorks (GH-12305)
pxinwr
2019-04-15
1
-0/+2
*
bpo-35716: Update time.CLOCK_MONOTONIC_RAW doc (GH-11517)
Joannah Nanjekye
2019-01-11
1
-2/+2
*
bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503)
Joannah Nanjekye
2019-01-10
1
-0/+12
*
bpo-23451: Update time.monotonic() documentation (GH-11190)
Victor Stinner
2018-12-17
1
-9/+1
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
1
-2/+2
*
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka
2018-10-26
1
-0/+6
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-17/+17
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
1
-2/+2
*
bpo-32025: Add time.thread_time() (#4410)
Antoine Pitrou
2017-11-15
1
-0/+27
*
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner
2017-11-02
1
-6/+49
*
bpo-31917: Add 3 new clock identifiers (#4207)
Victor Stinner
2017-11-02
1
-0/+35
*
time.clock() now emits a DeprecationWarning (GH-4020)
Victor Stinner
2017-10-17
1
-0/+8
*
bpo-28157: Improvements for the time module documentation (GH-928)
Cheryl Sabella
2017-10-11
1
-87/+115
*
closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756)
pdox
2017-10-05
1
-0/+16
*
bpo-29026: Clarify documentation of time.time (#34)
Eric Appelt
2017-02-16
1
-7/+35
*
Closes #28130: Documented that time.tzset() updates time module globals.
Alexander Belopolsky
2017-01-12
1
-2/+7
*
Closes #25283: Make tm_gmtoff and tm_zone available on all platforms.
Alexander Belopolsky
2016-09-12
1
-4/+4
*
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-0/+1
|
\
|
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+1
*
|
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
[next]