1. 03 3月, 2018 1 次提交
  2. 26 2月, 2018 2 次提交
  3. 12 2月, 2018 2 次提交
  4. 06 2月, 2018 2 次提交
  5. 05 2月, 2018 1 次提交
  6. 04 2月, 2018 2 次提交
  7. 03 2月, 2018 1 次提交
  8. 02 2月, 2018 1 次提交
  9. 01 2月, 2018 2 次提交
    • M
      allow NullFutures in gen.multi · 4b464ffc
      Min RK 提交于
      is_future() only accepts 'real' futures, but NullFutures work here, too.
      4b464ffc
    • M
      fix gen.multi with gen.moment · f4e65292
      Min RK 提交于
      fixes assertion in gen.multi when calling convert_yielded with more than one gen.moment or None
      
      convert_yielded can be called with None or [None].
      When it is called with [None], gen.multi gets [gen.moment],
      which fails assert(is_future) since it is no longer a real Future
      f4e65292
  10. 28 1月, 2018 4 次提交
  11. 27 1月, 2018 10 次提交
  12. 22 1月, 2018 3 次提交
  13. 21 1月, 2018 2 次提交
  14. 16 1月, 2018 2 次提交
  15. 15 1月, 2018 2 次提交
    • B
      test: Count writes to stderr as failures · 37457551
      Ben Darnell 提交于
      Python 3 logs warnings in destructors if objects responsible for file
      descriptors are not explicitly closed. These warnings were previously
      being ignored by our test suite unless a human was looking at the log
      output, but several recent PRs have introduced these issues. This
      change ensures we catch them (and fixes the most recent one in
      process_test. The leak has always been there, but the previous commit
      caused it to be logged).
      37457551
    • A
      iostream: Use file objects instead of raw descriptors in PipeIOStream · 81dd461d
      Antoine Pitrou 提交于
      This makes the implementation of PipeIOStream more compatible with
      socket streams, and allows for more of the test suite to be used with
      it.
      
      Extracted from PR #2193
      81dd461d
  16. 14 1月, 2018 3 次提交