1. 27 Dec, 2004 2 commits
  2. 26 Dec, 2004 3 commits
  3. 24 Dec, 2004 3 commits
  4. 23 Dec, 2004 5 commits
  5. 22 Dec, 2004 8 commits
  6. 21 Dec, 2004 5 commits
  7. 20 Dec, 2004 4 commits
  8. 19 Dec, 2004 3 commits
  9. 18 Dec, 2004 5 commits
  10. 17 Dec, 2004 1 commit
    • Raymond Hettinger's avatar
      Refactor: · bf72b716
      Raymond Hettinger authored
      * Improve algorithm -- no more O(n) steps except sched.cancel().
      * Improve thread safety of sched.run() and sched.empty()
        (other threads could alter the queue between the time the queue was
         first checked and when the lead event was deleted).
      * Localize variable access in sched.run() to minimize overhead.
      bf72b716
  11. 16 Dec, 2004 1 commit