1. 16 Oct, 2019 1 commit
    • Victor Stinner's avatar
      bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) · fab4ef2d
      Victor Stinner authored
      main() is now responsible to send the ANSWER, rather than
      ServerProto. main() now waits until it got the HELLO before sending
      the ANSWER over the new transport.
      
      Previously, there was a race condition between main() replacing the
      protocol and the protocol sending the ANSWER once it gets the HELLO.
      
      TLSv1.3 was disabled for the test: reenable it.
      fab4ef2d
  2. 15 Oct, 2019 7 commits
  3. 14 Oct, 2019 12 commits
  4. 13 Oct, 2019 11 commits
  5. 12 Oct, 2019 7 commits
  6. 11 Oct, 2019 2 commits