summaryrefslogtreecommitdiffstats
path: root/Doc/library/sched.rst
Commit message (Collapse)AuthorAgeFilesLines
* #13278: fix typo.Ezio Melotti2011-10-281-1/+1
|
* Backport source links from 3.x.Éric Araujo2011-08-191-5/+4
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Add more links to Python sources where the code is short, readable and an ↵Raymond Hettinger2010-11-061-0/+4
| | | | informative adjunct to the docs.
* #6112: list.remove raises ValueError, not RuntimeError.Georg Brandl2009-05-261-1/+1
|
* Remove tabs from the documentation.Georg Brandl2009-01-031-1/+1
|
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
|
* Enable doctest running for several other documents.Georg Brandl2008-03-221-1/+1
| | | | We have now over 640 doctests that are run with "make doctest".
* Typo fixAndrew M. Kuchling2008-01-181-1/+1
|
* Fix markupRaymond Hettinger2008-01-171-0/+2
|
* Fix-up Timer() example.Raymond Hettinger2008-01-171-3/+4
|
* Add advice on choosing between scheduler and threading.Timer().Raymond Hettinger2008-01-171-0/+25
|
* Issue #1861: Add read-only attribute listing upcoming events in the order ↵Raymond Hettinger2008-01-171-1/+6
| | | | they will be run.
* Some cleanup in the docs.Georg Brandl2007-12-291-4/+0
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+104