1. 14 Jul, 2016 1 commit
    • Jim Fulton's avatar
      When calling loadBefore, collapse outstanding calls. · 37c66789
      Jim Fulton authored
      IOW, if there's an outstanding call is made for a given oid and tid,
      and another call is made, the second call will use the result of the
      outstanding call, rather than making another call to the server.
      37c66789
  2. 08 Jul, 2016 5 commits
  3. 07 Jul, 2016 24 commits
  4. 06 Jul, 2016 8 commits
  5. 05 Jul, 2016 1 commit
  6. 03 Jul, 2016 1 commit
    • Jim Fulton's avatar
      Python 2.7 support!!! · 8705602c
      Jim Fulton authored
      And holy crap, uncommented some tests that I'd commented early while
      working on asyncio and forgot to uncomment before checking in.
      8705602c