1. 16 Oct, 2016 1 commit
  2. 15 Oct, 2016 3 commits
  3. 14 Oct, 2016 1 commit
  4. 13 Oct, 2016 4 commits
  5. 12 Oct, 2016 1 commit
  6. 11 Oct, 2016 2 commits
  7. 10 Oct, 2016 1 commit
  8. 09 Oct, 2016 7 commits
  9. 08 Oct, 2016 5 commits
  10. 07 Oct, 2016 6 commits
  11. 06 Oct, 2016 8 commits
  12. 05 Oct, 2016 1 commit
    • Yury Selivanov's avatar
      asyncio: Add "call_connection_made" arg to SSLProtocol.__init__ · 91009040
      Yury Selivanov authored
      Issue #23749: With this change it's possible to implement starttls
      as a separate package on PyPI, or even by copying/pasting a small
      snipped of code in your project.
      
      It's expected that we'll figure out the API design for starttls
      during 3.6, so that we can add it in 3.7.
      91009040