openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
python-asyncio
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 24 hours
ago. based on code collected
about 24 hours
ago.
Aug 13, 2024 — Aug 13, 2025
Showing page 5 of 54
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix warning: assertRaisesRegexp -> assertRaisesRegex
Yury Selivanov
More...
over 9 years ago
Trim trailing whitespace
Yury Selivanov
More...
over 9 years ago
Make Tasks check if Futures are attached to the same event loop
Yury Selivanov
More...
over 9 years ago
Skip getaddrinfo if host is already resolved.
A. Jesse Jiryu Davis
More...
over 9 years ago
Add missing import and definitions found by mypy.
Guido van Rossum
More...
over 9 years ago
Merge pull request #299 from mayfield/master
Guido van Rossum
More...
over 9 years ago
Copy/paste Python3.5 test.support to test_support
Justin Mayfield
More...
over 9 years ago
Merge pull request #298 from socketpair/exactly
Guido van Rossum
More...
over 9 years ago
ReadStream.readexactly(:negative value:) now raises ValueError
Коренберг Марк (imac)
More...
over 9 years ago
Introduce StreamReader.readuntil() and LimitOverrunError.
Коренберг Марк (imac)
More...
over 9 years ago
Modify 'make test' to run tests in debug mode too
Yury Selivanov
More...
over 9 years ago
Make tests that use TestCase.subTest work in Python 3.3
Yury Selivanov
More...
over 9 years ago
Normalize tabulation (otherwise can't push to CPython)
Yury Selivanov
More...
over 9 years ago
Explain why we use coro.send in Task._step
Yury Selivanov
More...
over 9 years ago
Drop "value" parameter from Task._step method.
Yury Selivanov
More...
over 9 years ago
Comment out subTest() call -- not in 3.3.
Guido van Rossum
More...
over 9 years ago
Issue #25593: Change semantics of EventLoop.stop().
Guido van Rossum
More...
over 9 years ago
Error if awaiting in parallel on the same coroutine (in debug mode)
Yury Selivanov
More...
over 9 years ago
Remove ugly comments indicating private methods.
Guido van Rossum
More...
over 9 years ago
Optimize Task._wakeup
Yury Selivanov
More...
over 9 years ago
Cleanup Future API (PR #292)
Yury Selivanov
More...
over 9 years ago
Add Transport.is_closing()
Yury Selivanov
More...
over 9 years ago
Fix sporadic failing unittests in debug mode.
Yury Selivanov
More...
over 9 years ago
Add loop.create_future() and start using it
Yury Selivanov
More...
almost 10 years ago
Sync with CPython
Yury Selivanov
More...
almost 10 years ago
Optimize asyncio.sleep(0) calls
Yury Selivanov
More...
almost 10 years ago
Fix whitespace.
Guido van Rossum
More...
almost 10 years ago
Merge pull request #280 from gvanrossum/master
Guido van Rossum
More...
almost 10 years ago
Raise error from drain() when socket is closed.
Guido van Rossum
More...
almost 10 years ago
Updates to asyncio datagram API by Chris Laws. (CPython issue #23972.)
Guido van Rossum
More...
almost 10 years ago
←
1
2
3
4
5
6
7
8
9
…
53
54
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree