1. 17 Jul, 2014 6 commits
  2. 16 Jul, 2014 9 commits
  3. 15 Jul, 2014 1 commit
  4. 14 Jul, 2014 4 commits
  5. 13 Jul, 2014 4 commits
  6. 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
  7. 11 Jul, 2014 8 commits
  8. 10 Jul, 2014 5 commits