1. 09 Jan, 2015 3 commits
  2. 08 Jan, 2015 3 commits
  3. 07 Jan, 2015 1 commit
  4. 06 Jan, 2015 8 commits
  5. 05 Jan, 2015 3 commits
  6. 04 Jan, 2015 5 commits
  7. 03 Jan, 2015 2 commits
  8. 01 Jan, 2015 4 commits
  9. 30 Dec, 2014 5 commits
  10. 29 Dec, 2014 1 commit
  11. 28 Dec, 2014 1 commit
  12. 26 Dec, 2014 2 commits
    • Victor Stinner's avatar
      Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of · 956de691
      Victor Stinner authored
      asyncio.BaseEventLoop now use the identifier of the current thread to ensure
      that they are called from the thread running the event loop.
      
      Before, the get_event_loop() method was used to check the thread, and no
      exception was raised when the thread had no event loop. Now the methods always
      raise an exception in debug mode when called from the wrong thread. It should
      help to notice misusage of the API.
      956de691
    • Victor Stinner's avatar
      asyncio: sync with Tulip · d7ff5a53
      Victor Stinner authored
      * Fix pyflakes warnings: remove unused imports and variables
      * asyncio.test_support now uses test.support and test.script_helper if available
      d7ff5a53
  13. 21 Dec, 2014 1 commit
  14. 26 Dec, 2014 1 commit