1. 20 May, 2016 1 commit
    • Victor Stinner's avatar
      asyncio: fix ResourceWarning related to subprocesses · 8ba40955
      Victor Stinner authored
      Issue #26741: asyncio: BaseSubprocessTransport._process_exited() now copies the
      return code from the child watched to the returncode attribute of the Popen
      object. On Python 3.6, it is required to avoid a ResourceWarning.
      8ba40955
  2. 19 May, 2016 4 commits
  3. 18 May, 2016 7 commits
  4. 17 May, 2016 10 commits
  5. 16 May, 2016 14 commits
  6. 15 May, 2016 4 commits