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