1. 30 Nov, 2015 6 commits
  2. 25 Nov, 2015 9 commits
  3. 24 Nov, 2015 1 commit
  4. 23 Nov, 2015 2 commits
  5. 16 Nov, 2015 2 commits
  6. 14 Nov, 2015 4 commits
  7. 13 Nov, 2015 3 commits
  8. 03 Nov, 2015 1 commit
  9. 02 Nov, 2015 1 commit
    • Jason Madden's avatar
      Reuse an existing loop instance when a new hub is created, fixing a · 02a81bca
      Jason Madden authored
      crash in a particular use cases. Fixes #237 and fixes #238.
      
      Also clean up usage of hub._threadlocal, eliminating many try/except cases.
      
      The particular crash seems to be in a corner-case usage (generally,
      destroying a hub and/or loop seems to be advanced or rare usage), so I
      feel pretty safe merging it into a release-track branch. The lifetime
      management of the loop may not be totally ideal, but it solves the
      issue. loop objects may now live longer (until the death of their
      thread) if the hub was destroyed but the loop wasn't.
      02a81bca
  10. 30 Oct, 2015 2 commits
  11. 29 Oct, 2015 4 commits
  12. 28 Oct, 2015 5 commits