1. a4e0188 (sched) when run() is invoked with blocking=False return the deadline of the next scheduled call in the scheduler; this use case was suggested in http://bugs.python.org/issue1641#msg149453 by Giampaolo Rodola' · 12 years ago
  2. 556ba04 Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications by Giampaolo Rodola' · 13 years ago
  3. 73520d5 Fix #8684: make sched.scheduler class thread-safe by Giampaolo Rodola' · 13 years ago
  4. be55d99 Fix 13245: by Giampaolo Rodola' · 13 years ago
  5. d3cf0db #13278: fix typo. by Ezio Melotti · 13 years ago
  6. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  7. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  8. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  9. c38a000 Merged revisions 72932 via svnmerge from by Georg Brandl · 15 years ago
  10. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 16 years ago
  11. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  12. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  13. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  14. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  15. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
  16. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  17. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  18. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago