summaryrefslogtreecommitdiff
path: root/Doc/library/sched.rst
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated time.monotonic reference (GH-13264)Brad2019-05-281-2/+1
* versionadded -> versionchanged for all 'X parameter was added' for uniformity...Sergey Fedoseev2018-07-051-3/+3
* Improve Scheduler Objects documentation. (GH-4556)Mariatta2017-11-241-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+3
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* Issue #16642: sched.scheduler timefunc initial default is time.monotonic.Terry Jan Reedy2013-03-091-2/+3
* Fix incorrect grammar in sched documentation.Serhiy Storchaka2013-01-021-4/+2
* Issue #16641: Fix default values of sched.scheduler.enter arguments were modi...Serhiy Storchaka2012-12-291-9/+14
* Issue #16642: Document kwargs field in sched.Event named tuple.Serhiy Storchaka2012-12-291-1/+2
* (sched) when run() is invoked with blocking=False return the deadline of the ...Giampaolo Rodola'2012-03-151-1/+2
* Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the sch...Giampaolo Rodola'2011-12-141-2/+8
* Fix #8684: make sched.scheduler class thread-safeGiampaolo Rodola'2011-12-141-27/+3
* Fix 13245:Giampaolo Rodola'2011-11-221-5/+20
* #13278: fix typo.Ezio Melotti2011-10-281-1/+1
* Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-5/+2
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+4
* Merged revisions 72932 via svnmerge fromGeorg Brandl2009-05-261-1/+1
* Merged revisions 68221 via svnmerge fromGeorg Brandl2009-01-031-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-3/+3
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-2/+0
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-1/+1
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-1/+34
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-4/+0
* Convert all print statements in the docs.Georg Brandl2007-09-041-3/+3
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+104