Package Release Info

python-bpython-0.17.1-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-bpython-common
python-bpython-doc
python2-bpython
python3-bpython

Change Logs

Version: 0.17.1-bp150.2.3
* Sun May 06 2018 arun@gmx.de
- update to version 0.17.1:
  * Fixes:
    + Reverted #670 temporarily due to performance impact on large
    strings being output.
* Thu Apr 26 2018 badshah400@gmail.com
- Update to version 0.17:
  * New features:
  - gh#bpython/bpython#641: Implement Ctrl+O.
  - Add default_autoreload config option.
  * Fixes:
  - Fix deprecation warnings.
  - Do not call signal outside of main thread.
  - Fix option-backspace behavior.
  - gh#bpython/bpython#648: Fix paste helper.
  - gh#bpython/bpython#653: Handle docstrings more carefully.
  - gh#bpython/bpython#654: Do not modify history file during
    tests.
  - gh#bpython/bpython#658: Fix newline handling.
  - gh#bpython/bpython#670: Fix handlign of ANSI escape codes.
  - gh#bpython/bpython#687: Fix encoding of jedi completions.
* Thu Sep 07 2017 toddrme2178@gmail.com
- initial version