Path to this page:
./
devel/py-prompt_toolkit,
Library for building powerful interactive command lines
Branch: CURRENT,
Version: 1.0.15,
Package name: py27-prompt_toolkit-1.0.15,
Maintainer: kamelderouicheLibrary for building powerful interactive command lines in Python
Master sites:
SHA1: 2c24a25b09d4a0481bf8080cd9701d2032497915
RMD160: 195e01e80e62e631f7c4b12d4f2cd5d4481a0752
Filesize: 238.021 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2017-07-28) Updated to version: py27-prompt_toolkit-1.0.15
- (2017-05-05) Updated to version: py27-prompt_toolkit-1.0.14
- (2016-08-21) Package added to pkgsrc.se, version py27-prompt_toolkit-1.0.6 (created)
CVS history: (Expand)
2017-07-28 09:12:13 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
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.
|
2017-05-04 21:30:51 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 1.0.14:
Fixes:
- Handle arguments in the $EDITOR and $VISUAL env variable.
- Added missing explicit loops for Futures in asyncio_posix eventloop.
- Fallback to default terminal size if reported as 0.
- Don't save undo state when receiving CPRResponse.
- Set VMIN terminal flag to 1 when entering raw mode.
(Fixes a bug on Solaris.)
- Fix `previous_key_sequences`.
|
2016-08-21 03:07:21 by Kamil Rytarowski | Files touched by this commit (4) |
Log message:
Import prompt_toolkit-1.0.6 as py-prompt_toolkit
Library for building powerful interactive command lines in Python
Originally packaged in pkgsrc-wip by:
- K.I.A.Derouiche
and
- myself.
|