All Versions
75
Latest Version
Avg Release Cycle
110 days
Latest Release
-

Changelog History
Page 2

  • v0.20-dev

    March 30, 2020
  • v0.19 Changes

    April 02, 2019

    General 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 and pastebin_removal_url. If you have your bpython configured to run against an old version of pinnwand 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.