All Versions
75
Latest Version
Avg Release Cycle
110 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.20-dev
March 30, 2020 -
v0.19 Changes
April 02, 2019General information:
- π The bpython-cli and bpython-urwid rendering backends have been deprecated and will show a warning that they'll be removed in a future release when started.
- π Usage in combination with Python 2 has been deprecated. This does not mean that support is dropped instantly but rather that at some point in the future we will stop running our testcases against Python 2.
- The new pinnwand API is used for the pastebin functionality. We have dropped
two configuration options:
pastebin_show_url
andpastebin_removal_url
. If you have your bpython configured to run against an old version ofpinnwand
please update it.
π New features:
π Fixes:
- #765: Display correct signature for decorated functions. Thanks to Benedikt Rascher-Friesenhausen.
- #776: Protect get_args from user code exceptions
- π Improve lock file handling on Windows
- π #791: Use importlib instead of deprecated imp when running under Python 3
π Support for Python 3.8 has been added. Support for Python 3.4 has been dropped.
-
v0.19-release
March 29, 2020 -
v0.19-dev
April 02, 2019 -
v0.18 Changes
April 02, 2019π New features:
- #713 expose globals in bpdb debugging. Thanks to toejough.
π Fixes:
- π Fix file locking on Windows.
- Exit gracefully if config file fails to be loaded due to encoding errors.
- #744: Fix newline handling. Thanks to Attila SzΓΆllΕsi.
- #731: Fix exit code. Thanks to benkrig.
- #767: Fix crash when matching certain lines in history.
π Support for Python 3.3 has been dropped.
-
v0.18-release
April 02, 2019 -
v0.18-dev
July 15, 2017 -
v0.17.1 Changes
February 12, 2018π Fixes:
- π Reverted #670 temporarily due to performance impact on large strings being output.
-
v0.17.1-release
February 12, 2018 -
v0.17 Changes
July 15, 2017π New features:
- #641: Implement Ctrl+O.
- β Add default_autoreload config option.
Thanks to Alex Frieder.
π Fixes:
- π Fix deprecation warnings.
- π¦ Do not call signal outside of main thread.
Thanks to Max Nordlund. - π Fix option-backspace behavior.
Thanks to Alex Frieder. - #648: Fix paste helper.
Thanks to Jakob Bowyer. - π #653: Handle docstrings more carefully.
- β #654: Do not modify history file during tests.
- #658: Fix newline handling.
Thanks to Attila SzΓΆllΕsi. - #670: Fix handlign of ANSI escape codes.
Thanks to Attila SzΓΆllΕsi. - #687: Fix encoding of jedi completions.