1. 15 Eki, 2014 1 kayıt (commit)
  2. 25 Agu, 2014 1 kayıt (commit)
    • Victor Stinner's avatar
      asyncio: sync with Tulip · b261475a
      Victor Stinner yazdı
      * PipeServer.close() now cancels the "accept pipe" future which cancels the
        overlapped operation.
      * Fix _SelectorTransport.__repr__() if the transport was closed
      * Fix debug log in BaseEventLoop.create_connection(): get the socket object
        from the transport because SSL transport closes the old socket and creates a
        new SSL socket object. Remove also the _SelectorSslTransport._rawsock
        attribute: it contained the closed socket (not very useful) and it was not
        used.
      * Issue #22063: socket operations (sock_recv, sock_sendall, sock_connect,
        sock_accept) of the proactor event loop don't raise an exception in debug
        mode if the socket are in blocking mode. Overlapped operations also work on
        blocking sockets.
      * Fix unit tests in debug mode: mock a non-blocking socket for socket
        operations which now raise an exception if the socket is blocking.
      * _fatal_error() method of _UnixReadPipeTransport and _UnixWritePipeTransport
        now log all exceptions in debug mode
      * Don't log expected errors in unit tests
      * Tulip issue 200: _WaitHandleFuture._unregister_wait() now catchs and logs
        exceptions.
      * Tulip issue 200: Log errors in debug mode instead of simply ignoring them.
      b261475a
  3. 14 Tem, 2014 1 kayıt (commit)
  4. 08 Tem, 2014 1 kayıt (commit)
    • Victor Stinner's avatar
      asyncio: sync with Tulip · 896a25ab
      Victor Stinner yazdı
      - Tulip issue 185: Add a create_task() method to event loops. The create_task()
        method can be overriden in custom event loop to implement their own task
        class. For example, greenio and Pulsar projects use their own task class. The
        create_task() method is now preferred over creating directly task using the
        Task class.
      - tests: fix a warning
      - fix typo in the name of a test function
      - Update AbstractEventLoop: add new event loop methods; update also the unit test
      896a25ab
  5. 30 Haz, 2014 1 kayıt (commit)
  6. 28 Haz, 2014 1 kayıt (commit)
  7. 17 Haz, 2014 1 kayıt (commit)
  8. 12 Haz, 2014 1 kayıt (commit)
    • Victor Stinner's avatar
      asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) · 307bccc6
      Victor Stinner yazdı
      repr(Handle) is shorter for function: "foo" instead of "<function foo at
      0x...>". It now also includes the source of the callback, filename and line
      number where it was defined, if available.
      
      repr(Task) now also includes the current position in the code, filename and
      line number, if available. If the coroutine (generator) is done, the line
      number is omitted and "done" is added.
      307bccc6
  9. 06 Mar, 2014 1 kayıt (commit)
  10. 26 Şub, 2014 2 kayıt (commit)
  11. 20 Şub, 2014 1 kayıt (commit)
  12. 19 Şub, 2014 1 kayıt (commit)
  13. 18 Şub, 2014 2 kayıt (commit)
  14. 11 Şub, 2014 2 kayıt (commit)
  15. 20 Şub, 2014 1 kayıt (commit)
  16. 19 Şub, 2014 1 kayıt (commit)
  17. 18 Şub, 2014 2 kayıt (commit)
  18. 11 Şub, 2014 2 kayıt (commit)
  19. 09 Şub, 2014 2 kayıt (commit)
  20. 31 Ock, 2014 1 kayıt (commit)
  21. 25 Ock, 2014 1 kayıt (commit)
  22. 13 Ara, 2013 1 kayıt (commit)
  23. 07 Ara, 2013 1 kayıt (commit)
  24. 06 Ara, 2013 2 kayıt (commit)
  25. 01 Ara, 2013 1 kayıt (commit)
  26. 20 Eki, 2013 1 kayıt (commit)
  27. 19 Eki, 2013 1 kayıt (commit)
  28. 17 Eki, 2013 1 kayıt (commit)