1. 22 Dec, 2004 1 commit
  2. 21 Dec, 2004 5 commits
  3. 20 Dec, 2004 4 commits
  4. 19 Dec, 2004 3 commits
  5. 18 Dec, 2004 5 commits
  6. 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
  7. 16 Dec, 2004 5 commits
  8. 15 Dec, 2004 1 commit
  9. 14 Dec, 2004 2 commits
  10. 13 Dec, 2004 6 commits
  11. 12 Dec, 2004 7 commits