1. 712d593 Issue #5830: Remove old comment. Add empty slots. by Raymond Hettinger · 8 years ago
  2. 5b798ab Issue #24878: Add docstrings to selected namedtuples by Raymond Hettinger · 9 years ago
  3. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 9 years ago
  4. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  5. 468bcaf merge by Raymond Hettinger · 11 years ago
  6. 889b92d Issue #18432: Fix unintended API change in the sched module by Raymond Hettinger · 11 years ago
  7. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  8. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  9. d07db96 Issue #16640: Run less code under a lock in sched module. by Serhiy Storchaka · 11 years ago
  10. f2b9cf4 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 11 years ago
  11. c04957b Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 11 years ago
  12. e912496 Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 11 years ago
  13. 949d8c9 Close #14690: Use monotonic clock instead of system clock in the sched, by Victor Stinner · 12 years ago
  14. 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
  15. 2fa2281 (bug #8684) fix 'fedora without thread buildbot' as per http://bugs.python.org/issue8684 by Giampaolo Rodola' · 12 years ago
  16. 556ba04 Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications by Giampaolo Rodola' · 12 years ago
  17. 73520d5 Fix #8684: make sched.scheduler class thread-safe by Giampaolo Rodola' · 12 years ago
  18. c8cf4df revert cset 6a0da9b65e54 against sched.py committed by accident by Giampaolo Rodola' · 13 years ago
  19. f683700 sort last committed name in alphabetical order by Giampaolo Rodola' · 13 years ago
  20. be55d99 Fix 13245: by Giampaolo Rodola' · 13 years ago
  21. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  22. c38a000 Merged revisions 72932 via svnmerge from by Georg Brandl · 15 years ago
  23. 8f40e09 Issue 5830: Events are now comparable when the time and type are the same. by Raymond Hettinger · 15 years ago
  24. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  25. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 16 years ago
  26. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  27. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  28. bf72b71 Refactor: by Raymond Hettinger · 19 years ago
  29. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  30. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  31. 495ad3c Whitespace normalization. by Tim Peters · 23 years ago
  32. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  33. 5c4012a While we're at it, convert to docstrings and set the indentation level to 4. by Fred Drake · 25 years ago
  34. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  35. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 30 years ago
  36. 89a7869 * Got entirely rid of path.py. by Guido van Rossum · 31 years ago
  37. 4e16098 Added a _v21 def to FL.py and added two new input field types by Guido van Rossum · 32 years ago
  38. bdfcfcc New == syntax by Guido van Rossum · 32 years ago
  39. ce08448 New class syntax. by Guido van Rossum · 32 years ago
  40. 5478cc6 Added a comment about a possible interface change. by Guido van Rossum · 33 years ago
  41. a31b9cc Delay zero after successful action. by Guido van Rossum · 33 years ago
  42. 2d844d1 Initial revision by Guido van Rossum · 33 years ago