summaryrefslogtreecommitdiffstats
path: root/examples/prompts/asyncio-prompt.py
AgeCommit message (Expand)Author
2018-05-04Renamed the Prompt class to PromptSession for clarity.Jonathan Slenders
2018-02-10Prefer use_asyncio_event_loop instead of set_event_loop.Jonathan Slenders
2018-01-27Fix typo: `Qutting` -> `Quitting`delirious-lettuce
2017-12-07Code style in examples + added flake8 to .travis.yml.Jonathan Slenders
2017-08-02Removed prompt_async and added async_ parameter instead. This is more flexible.Jonathan Slenders
2017-07-04Made patch_stdout a separate module and context manager that doesn't rely any...Jonathan Slenders
2017-07-04Fixed asyncio integration.Jonathan Slenders
2017-04-02prompt_toolkit 2.0 refactoring: rewrite of the architecture (part 1).Jonathan Slenders