1. 10 Tem, 2014 5 kayıt (commit)
  2. 09 Tem, 2014 1 kayıt (commit)
  3. 08 Tem, 2014 4 kayıt (commit)
    • Victor Stinner's avatar
      asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits · bfff45d6
      Victor Stinner yazdı
      until protocol.connection_made() has been called. Document also why transport
      constructors use a waiter.
      bfff45d6
    • Victor Stinner's avatar
      aea82293
    • Victor Stinner's avatar
      Update asyncio documentation · 530ef2f0
      Victor Stinner yazdı
      - Document the new create_task() method
      - "Hide" the Task class: point to the create_task() method for interoperability
      - Rewrite the documentation of the Task class
      - Document the "Pending task destroyed"
      - Update output in debug mode of examples in the dev section
      - Replace Task() with create_task() in examples
      530ef2f0
    • 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
  4. 07 Tem, 2014 18 kayıt (commit)
  5. 06 Tem, 2014 2 kayıt (commit)
  6. 05 Tem, 2014 5 kayıt (commit)
  7. 04 Tem, 2014 2 kayıt (commit)
  8. 03 Tem, 2014 2 kayıt (commit)
  9. 02 Tem, 2014 1 kayıt (commit)