Leon Anavi
502048818d
python3-prompt-toolkit: Upgrade 2.0.10 -> 3.0.5
...
Upgrade to release 3.0.5 and add HOMEPAGE. The new release brings:
New features:
- (almost) 100% type annotated.
- Native asyncio instead of custom event loops.
- Added shift-based text selection.
- Added many more vt100 ANSI sequences and keys.
- Improved control/shift key support in Windows.
- No Mypy errors in prompt_toolkit anymore.
- Added `set_exception_handler` optional argument to
`PromptSession.prompt()`.
Breaking changes:
- Python 2 support has been dropped. Minimal Python version is now
3.6, although 3.7 is preferred (because of ContextVars).
- Native asyncio, so some async code becomes slightly different.
- The active `Application` became a contextvar. Which means that
it should be propagated correctly to the code that requires it.
However, random other threads or coroutines won't be able to know
what the current application is.
- The dialog shortcuts API changed. All dialog functions now return
an `Application`. You still have to call either `run()` or
`run_async` on the `Application` object.
- The way inputhooks work is changed.
- `patch_stdout` now requires an `Application` as input.
- `ShiftControl` has been replaced with `ControlShift` and `s-c`
with `c-s` in key bindings. Aliases for backwards-compatibility
have been added.
Fixes:
- Bugfix in invalidate code. `PromptSession` was invalidating the
UI continuously.
- Add uvloop support.
- Forwarded `set_exception_handler` in `Application.run` to the
`run_async` call.
- Bugfix in `NestedCompleter` when there is a leading space.
- Bugfix in mouse handling on Windows.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-06-22 08:38:08 -07:00
..
2020-06-03 15:15:42 -07:00
2020-06-17 08:57:49 -07:00
2020-06-17 08:57:58 -07:00
2020-06-17 08:58:02 -07:00
2020-06-17 08:55:53 -07:00
2020-04-29 22:32:17 -07:00
2020-06-17 08:57:43 -07:00
2020-06-17 08:56:52 -07:00
2020-06-11 07:42:47 -07:00
2020-06-17 08:56:34 -07:00
2020-06-17 08:56:43 -07:00
2020-06-17 08:56:47 -07:00
2020-04-20 21:45:13 -07:00
2020-04-20 21:45:13 -07:00
2020-04-21 07:14:06 -07:00
2020-04-20 21:45:13 -07:00
2020-04-20 21:45:13 -07:00
2020-04-20 21:45:13 -07:00
2020-04-25 08:32:42 -07:00
2020-04-20 21:45:13 -07:00
2020-04-21 07:14:06 -07:00
2020-04-21 07:14:06 -07:00
2020-04-01 23:32:54 -07:00
2020-05-12 12:33:41 -07:00
2020-04-25 08:32:42 -07:00
2020-04-03 14:38:09 -07:00
2020-05-12 12:33:41 -07:00
2020-05-12 12:33:41 -07:00
2020-05-12 12:33:41 -07:00
2020-05-12 12:33:41 -07:00
2020-05-12 12:33:42 -07:00
2020-05-12 12:33:42 -07:00
2020-05-12 12:33:42 -07:00
2020-05-12 12:33:42 -07:00
2020-05-12 12:33:42 -07:00
2020-04-05 10:38:14 -07:00
2020-05-03 14:29:17 -07:00
2020-05-03 14:29:17 -07:00
2020-05-03 14:29:17 -07:00
2020-05-03 14:29:17 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-05-19 17:14:09 -07:00
2020-05-19 22:33:18 -07:00
2020-05-21 15:09:34 -07:00
2020-05-19 17:14:08 -07:00
2020-04-01 23:32:54 -07:00
2020-05-21 15:09:34 -07:00
2020-05-21 15:09:34 -07:00
2020-06-18 17:56:07 -07:00
2020-05-19 17:14:08 -07:00
2020-04-08 11:21:13 -07:00
2020-04-27 17:58:54 -07:00
2020-05-03 14:29:17 -07:00
2020-05-09 10:41:48 -07:00
2020-05-19 17:14:08 -07:00
2020-06-03 15:15:42 -07:00
2020-04-08 08:15:03 -07:00
2020-06-10 20:56:50 -07:00
2020-06-10 20:56:56 -07:00
2020-05-28 12:36:49 -07:00
2020-06-17 08:57:49 -07:00
2020-06-17 08:57:24 -07:00
2020-05-19 17:14:08 -07:00
2020-05-28 12:36:49 -07:00
2020-05-31 22:42:25 -07:00
2020-05-31 22:42:25 -07:00
2020-06-19 10:17:50 -07:00
2020-04-08 18:16:12 -07:00
2020-06-19 10:17:50 -07:00
2020-04-26 23:12:21 -07:00
2020-04-27 07:48:42 -07:00
2020-06-08 13:58:02 -07:00
2020-05-28 12:36:49 -07:00
2020-06-08 13:57:34 -07:00
2020-04-28 17:11:15 -07:00
2020-06-13 21:34:21 -07:00
2020-06-17 08:57:58 -07:00
2020-06-17 08:58:02 -07:00
2020-06-18 17:55:46 -07:00
2020-06-05 18:42:55 -07:00
2020-06-05 18:43:03 -07:00
2020-06-10 20:55:29 -07:00
2020-06-05 18:43:10 -07:00
2020-04-28 16:24:06 -07:00
2020-04-28 16:24:06 -07:00
2020-06-19 10:17:50 -07:00
2020-06-08 13:58:02 -07:00
2020-06-03 15:15:37 -07:00
2020-06-17 08:55:53 -07:00
2020-05-21 15:09:34 -07:00
2020-05-19 17:14:08 -07:00
2020-06-08 13:58:02 -07:00
2020-04-29 22:32:17 -07:00
2020-06-17 08:57:43 -07:00
2020-06-17 08:56:52 -07:00
2020-06-11 07:44:00 -07:00
2020-04-28 16:24:06 -07:00
2020-06-19 10:17:50 -07:00
2020-06-11 07:43:54 -07:00
2020-06-03 15:15:42 -07:00
2020-06-11 07:43:48 -07:00
2020-05-12 12:33:42 -07:00
2020-05-31 22:42:25 -07:00
2020-06-17 08:57:18 -07:00
2020-06-17 08:57:04 -07:00
2020-06-11 07:42:47 -07:00
2020-06-17 08:56:34 -07:00
2020-04-12 22:57:22 -07:00
2020-06-17 08:56:43 -07:00
2020-06-17 08:56:47 -07:00
2020-06-17 08:56:56 -07:00
2020-06-17 08:57:00 -07:00
2020-06-05 18:42:38 -07:00
2020-06-17 08:57:09 -07:00
2020-06-13 21:34:21 -07:00
2020-04-20 21:45:13 -07:00
2020-05-21 15:09:34 -07:00
2020-04-21 07:14:06 -07:00
2020-06-08 13:58:03 -07:00
2020-06-13 21:34:21 -07:00
2020-06-08 13:58:03 -07:00
2020-06-13 21:34:21 -07:00
2020-06-03 15:15:42 -07:00
2020-05-21 15:09:34 -07:00
2020-04-06 08:29:49 -07:00
2020-06-11 07:44:18 -07:00
2020-05-19 17:14:08 -07:00
2020-05-21 15:09:34 -07:00
2020-06-11 07:43:08 -07:00
2020-06-11 07:43:01 -07:00
2020-06-11 07:43:22 -07:00
2020-04-20 21:45:13 -07:00
2020-06-11 07:43:36 -07:00
2020-06-11 07:43:29 -07:00
2020-05-07 17:56:23 -07:00
2020-06-10 20:55:46 -07:00
2020-04-25 08:32:41 -07:00
2020-05-22 08:41:41 -07:00
2020-04-21 07:14:06 -07:00
2020-06-13 21:34:21 -07:00
2020-06-10 20:54:47 -07:00
2020-05-22 08:41:41 -07:00
2020-05-22 08:41:41 -07:00
2020-06-22 08:37:25 -07:00
2020-06-13 21:34:21 -07:00
2020-06-22 08:37:51 -07:00
2020-06-22 08:37:55 -07:00
2020-05-19 17:14:09 -07:00
2020-06-18 17:56:19 -07:00
2020-06-18 17:56:11 -07:00
2020-05-22 13:42:43 -07:00
2020-06-11 21:58:29 -07:00
2020-06-12 08:46:54 -07:00
2020-05-07 17:56:23 -07:00
2020-06-11 21:58:29 -07:00
2020-06-11 21:58:29 -07:00
2020-06-19 10:20:36 -07:00
2020-04-01 23:32:54 -07:00
2020-04-03 14:38:09 -07:00
2020-06-22 08:38:00 -07:00
2020-06-11 07:44:11 -07:00
2020-06-11 07:44:06 -07:00
2020-06-22 08:38:08 -07:00
2020-06-17 08:57:38 -07:00
2020-06-17 08:57:30 -07:00
2020-05-07 23:01:29 -07:00
2020-05-19 17:14:08 -07:00
2020-06-05 18:42:15 -07:00
2020-04-05 14:27:46 -07:00
2020-04-12 22:57:22 -07:00
2020-06-05 18:42:47 -07:00
2020-05-21 15:09:34 -07:00
2020-04-05 14:27:45 -07:00
2020-05-08 19:56:05 -07:00
2020-04-05 14:27:45 -07:00
2020-04-05 14:27:45 -07:00
2020-05-08 19:56:06 -07:00
2020-04-05 14:27:45 -07:00
2020-04-05 14:27:45 -07:00
2020-04-05 14:27:45 -07:00
2020-04-05 14:27:45 -07:00
2020-04-17 19:05:54 -07:00
2020-04-05 14:27:45 -07:00
2020-04-05 14:27:45 -07:00
2020-04-05 14:27:45 -07:00
2020-04-05 14:27:45 -07:00
2020-04-05 14:27:45 -07:00
2020-04-05 10:38:14 -07:00
2020-04-05 10:38:14 -07:00
2020-04-05 10:38:14 -07:00
2020-06-19 10:17:50 -07:00
2020-05-13 23:40:12 -07:00
2020-05-12 14:16:19 -07:00
2020-04-07 09:10:38 -07:00
2020-04-10 17:48:39 -07:00
2020-05-03 14:29:17 -07:00
2020-04-05 10:38:14 -07:00
2020-05-28 12:36:49 -07:00
2020-05-28 12:36:49 -07:00
2020-04-05 10:38:14 -07:00
2020-05-28 12:36:49 -07:00
2020-05-28 12:36:49 -07:00
2020-04-05 10:38:14 -07:00
2020-04-05 10:38:14 -07:00
2020-06-03 15:15:30 -07:00
2020-05-12 14:16:19 -07:00
2020-04-21 07:14:06 -07:00
2020-05-28 12:37:24 -07:00
2020-04-05 10:38:14 -07:00
2020-05-28 12:37:24 -07:00
2020-04-05 10:38:14 -07:00
2020-04-05 10:38:14 -07:00
2020-04-05 10:38:14 -07:00
2020-06-03 15:15:42 -07:00
2020-04-05 10:38:13 -07:00
2020-06-08 13:58:02 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-06-12 08:46:25 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-04-03 14:45:54 -07:00
2020-04-05 10:38:13 -07:00
2020-06-03 15:15:24 -07:00
2020-05-22 09:03:04 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-05-31 22:42:25 -07:00
2020-04-05 10:38:13 -07:00
2020-06-19 10:17:50 -07:00
2020-05-19 17:14:08 -07:00
2020-04-03 14:45:54 -07:00
2020-06-11 07:42:23 -07:00
2020-04-05 10:38:13 -07:00
2020-04-28 16:24:07 -07:00
2020-04-05 10:38:13 -07:00
2020-04-28 16:24:07 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-06-19 10:17:50 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-04-04 12:51:09 -07:00
2020-04-04 12:51:09 -07:00
2020-05-22 09:03:04 -07:00
2020-06-10 20:56:03 -07:00
2020-04-04 12:51:09 -07:00
2020-05-19 17:14:08 -07:00
2020-05-19 17:14:08 -07:00
2020-06-10 20:56:43 -07:00
2020-06-13 21:34:21 -07:00
2020-04-04 07:22:16 -07:00
2020-04-04 07:22:16 -07:00
2020-05-19 17:14:08 -07:00
2020-06-17 08:58:10 -07:00
2020-04-03 17:46:28 -07:00
2020-06-03 15:15:16 -07:00
2020-05-19 17:14:08 -07:00
2020-06-10 20:56:25 -07:00
2020-06-03 15:15:08 -07:00
2020-06-10 20:56:17 -07:00
2020-04-04 07:22:16 -07:00
2020-04-04 07:22:16 -07:00
2020-06-10 20:56:11 -07:00
2020-05-19 17:14:09 -07:00
2020-06-10 20:56:37 -07:00
2020-06-08 13:58:03 -07:00
2020-04-03 16:43:10 -07:00
2020-04-03 16:43:10 -07:00
2020-04-03 16:43:10 -07:00
2020-05-12 16:53:46 -07:00
2020-06-10 20:56:31 -07:00
2020-04-03 16:43:10 -07:00
2020-04-03 16:43:10 -07:00
2020-06-19 12:08:31 -07:00
2020-04-03 14:45:54 -07:00
2020-05-19 17:14:08 -07:00
2020-04-03 14:45:54 -07:00
2020-04-03 14:45:54 -07:00
2020-04-03 14:45:54 -07:00
2020-04-03 14:45:54 -07:00
2020-04-03 14:45:54 -07:00
2020-05-22 09:03:04 -07:00
2020-06-01 09:25:38 -07:00
2020-06-11 21:58:29 -07:00
2020-05-12 12:33:42 -07:00
2020-04-20 21:45:13 -07:00
2020-06-12 08:47:00 -07:00
2020-05-08 19:56:05 -07:00
2020-04-10 23:49:16 -07:00
2020-04-10 23:49:16 -07:00