forked from pool/python-prompt_toolkit
Accepting request 527413 from home:TheBlackCat:branches:devel:languages:python
- Update to version 1.0.15 + Fixes: * Don't shuffle tasks in the event loop. This fixes an issue where lines printed from background threads were printed in a different order if `patch_stdout=True`. * Only consider the text before the cursor when activating history search. * Pressing escape should accept the search, this is closer to how readline works. * Enable autowrap again when required. + New features: * Add run_in_terminal option to disable cooked mode. OBS-URL: https://build.opensuse.org/request/show/527413 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 19:54:26 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Update to version 1.0.15
|
||||
+ Fixes:
|
||||
* Don't shuffle tasks in the event loop. This fixes an issue where lines
|
||||
printed from background threads were printed in a different order if
|
||||
`patch_stdout=True`.
|
||||
* Only consider the text before the cursor when activating history search.
|
||||
* Pressing escape should accept the search, this is closer to how readline works.
|
||||
* Enable autowrap again when required.
|
||||
+ New features:
|
||||
* Add run_in_terminal option to disable cooked mode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 21:56:34 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
Reference in New Issue
Block a user