1. 05 Nov, 2014 1 commit
    • Victor Stinner's avatar
      asyncio: Move loop attribute to _FlowControlMixin · 004adb91
      Victor Stinner authored
      Move the _loop attribute from the constructor of _SelectorTransport,
      _ProactorBasePipeTransport and _UnixWritePipeTransport classes to the
      constructor of the _FlowControlMixin class.
      
      Add also an assertion to explicit that the parent class must ensure that the
      loop is defined (not None)
      004adb91
  2. 04 Nov, 2014 2 commits
  3. 03 Nov, 2014 4 commits
  4. 02 Nov, 2014 2 commits
  5. 19 Oct, 2014 1 commit
  6. 15 Oct, 2014 5 commits
  7. 13 Oct, 2014 1 commit
  8. 12 Oct, 2014 6 commits
  9. 04 Oct, 2014 6 commits
  10. 01 Oct, 2014 2 commits
  11. 30 Sep, 2014 6 commits
  12. 29 Sep, 2014 4 commits