1. 21 Jul, 2014 5 commits
  2. 20 Jul, 2014 1 commit
  3. 19 Jul, 2014 2 commits
  4. 18 Jul, 2014 2 commits
  5. 17 Jul, 2014 6 commits
  6. 16 Jul, 2014 9 commits
  7. 15 Jul, 2014 1 commit
  8. 14 Jul, 2014 4 commits
  9. 13 Jul, 2014 4 commits
  10. 12 Jul, 2014 3 commits
    • Berker Peksag's avatar
    • Victor Stinner's avatar
      4bfb14ac
    • Victor Stinner's avatar
      asyncio: sync with Tulip · e912e652
      Victor Stinner authored
      * Tulip issue #183: log socket events in debug mode
      
        - Log most important socket events: socket connected, new client, connection
          reset or closed by peer (EOF), etc.
        - Log time elapsed in DNS resolution (getaddrinfo)
        - Log pause/resume reading
        - Log time of SSL handshake
        - Log SSL handshake errors
        - Add a __repr__() method to many classes
      
      * Fix ProactorEventLoop() in debug mode. ProactorEventLoop._make_self_pipe()
        doesn't call call_soon() directly because it checks for the current loop
        which fails, because the method is called to build the event loop.
      
      * Cleanup _ProactorReadPipeTransport constructor. Not need to set again
        _read_fut attribute to None, it is already done in the base class.
      e912e652
  11. 11 Jul, 2014 3 commits