Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-37028: Implement asyncio REPL (activated via 'python -m asyncio') #13472

Merged
merged 6 commits into from
May 27, 2019

Commits on May 23, 2019

  1. Implement asyncio REPL (activated via 'python -m asyncio')

    This makes it easy to play with asyncio APIs with simply
    using async/await in the REPL.
    1st1 committed May 23, 2019
    Configuration menu
    Copy the full SHA
    17e2c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc35401 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a973fb View commit details
    Browse the repository at this point in the history
  4. Add NEWS file

    1st1 committed May 23, 2019
    Configuration menu
    Copy the full SHA
    3264679 View commit details
    Browse the repository at this point in the history
  5. nit-fixes

    1st1 committed May 23, 2019
    Configuration menu
    Copy the full SHA
    00eb003 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    284a8b1 View commit details
    Browse the repository at this point in the history