1. 22 Ara, 2004 7 kayıt (commit)
  2. 21 Ara, 2004 5 kayıt (commit)
  3. 20 Ara, 2004 4 kayıt (commit)
  4. 19 Ara, 2004 3 kayıt (commit)
  5. 18 Ara, 2004 5 kayıt (commit)
  6. 17 Ara, 2004 1 kayıt (commit)
    • Raymond Hettinger's avatar
      Refactor: · bf72b716
      Raymond Hettinger yazdı
      * 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
  7. 16 Ara, 2004 5 kayıt (commit)
  8. 15 Ara, 2004 1 kayıt (commit)
  9. 14 Ara, 2004 2 kayıt (commit)
  10. 13 Ara, 2004 6 kayıt (commit)
  11. 12 Ara, 2004 1 kayıt (commit)
    • Johannes Gijsbers's avatar
      Patch #1080684: typo repair. Thanks George Yoshida! · f4a70f35
      Johannes Gijsbers yazdı
      - Doc/lib/libbase64.tex
      s/algorith/algorithm
      
      - Doc/lib/libpickle.tex
      s/interchangable/interchangeable
      
      - Doc/lib/libxmlrpclib.tex
      s/{_cmp__}/{__cmp__}
      
      leading underscore needs to be double, not single.
      
      - Doc/ref/ref6.tex
      0/1 => False/True
      f4a70f35