1. 19 Dec, 2004 3 commits
  2. 18 Dec, 2004 5 commits
  3. 17 Dec, 2004 1 commit
    • Raymond Hettinger's avatar
      Refactor: · 53d0ad3e
      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.
      53d0ad3e
  4. 16 Dec, 2004 5 commits
  5. 15 Dec, 2004 1 commit
  6. 14 Dec, 2004 2 commits
  7. 13 Dec, 2004 6 commits
  8. 12 Dec, 2004 7 commits
  9. 11 Dec, 2004 2 commits
  10. 10 Dec, 2004 3 commits
  11. 07 Dec, 2004 5 commits