1. 27 4月, 2018 2 次提交
  2. 24 4月, 2018 1 次提交
  3. 23 4月, 2018 7 次提交
  4. 22 4月, 2018 7 次提交
  5. 21 4月, 2018 3 次提交
  6. 14 4月, 2018 1 次提交
  7. 13 4月, 2018 1 次提交
  8. 09 4月, 2018 10 次提交
  9. 08 4月, 2018 3 次提交
  10. 07 4月, 2018 2 次提交
    • B
      Merge pull request #2338 from bdarnell/periodic-callback · 8fd1f9b2
      Ben Darnell 提交于
      ioloop: Fix PeriodicCallback when system clock moves backwards
      8fd1f9b2
    • B
      ioloop: Fix PeriodicCallback when system clock moves backwards · 88664396
      Ben Darnell 提交于
      If the clock moves backwards a little bit, we could run a
      PeriodicCallback twice in a row prior to this change.
      
      Due to implementation differences between the Tornado and asyncio
      event loops, this is most common when using the asyncio event loop on
      windows (where in some environments differences between time.time()
      and time.monotonic() can result in behavior that looks like small
      backwards time jumps on every iteration), although it can in principle
      occur in any environment.
      
      Fixes #2333
      88664396
  11. 01 4月, 2018 1 次提交
  12. 26 3月, 2018 2 次提交