Bpython-django

Latest version: v0.22.11

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 10

0.9.6.1

-------
A quick bugfix release (this should not become a habit).

* 82: Crash on saving file.

0.9.6

------
A bugfix/feature release (and a start at gtk). Happy Christmas everyone!

* 67: Make pastebin URL really configurable.
* 68: Set a __main__ module and set interpreter's namespace to that module.
* 70: Implement backward completion on backward tab.
* 62: Hide matches starting with a _ unless explicitly typed.
* 72: Auto dedentation
* 78: Theme without a certain value raises exception

- add the possibility for a banner to be shown on bpython startup (when
embedded or in code) written by Caio Romao.
- add a hack to add a write() method to our fake stdin object
- Don't use curses interface when stdout is not attached to a terminal.
- PEP-8 conformance.
- Only restore indentation when inside a block.
- Do not decrease the lineno in tracebacks for Py3
- Do not add internal code to history.
- Make paren highlighting more accurate.
- Catch SyntaxError in import completion.
- Remove globals for configuration.
- rl_history now stays the same, also after undo.

0.9.5.2

-------

A bugfix release. Fixed issues:

* 60: Filename expansion: Cycling completions and deleting
* 61: Filename expansion: Directory names with '.'s get mangled

Other fixes without opened issues:

* Encode items in the suggestion list properly
* Expand usernames in file completion correctly
* future imports in startup scripts can influence interpreter's behaviour now
* Show the correct docstring for types without a own __init__ method

0.9.5.1

--------

Added missing data files to the tarball.

0.9.5

-----
Fixed issues:

* 25 Problems with DEL, Backspace and C-u over multiple lines
* 49 Sending last output to $PAGER
* 51 Ability to embed bpython shell into an existing script
* 52 FakeStdin.readlines() is broken
* 53 Error on printing null character
* 54 Parsing/introspection ncurses viewer neglects parenthesis

bpython has added a view source shortcut to show the source of the current
function.

The history file is now really configurable. This issue was reported
in Debian's bugtracker.

bpython has now some basic support for Python 3 (requires Pygments >=1.1.1).
As a result, setuptools is now optional.

The pastebin URL is now configurable and the default pastebin is now
bpaste.net

Argument names are now shown as completion suggestions and one can
tab through the completion list.

0.9.4

-----
Bugfix release (mostly)

* when typing a float literal bpython autocompletes int methods (36)
* Autocompletion for file names (40)
* Indenting doesn't reset (27)
* bpython configuration has moved from ~/.bpython.ini to ~/.bpython/config (currently still supporting fallback)
* leftovers of statusbar when exiting bpython cleaned up
* bpython now does not crash when a 'popup' goes out of window bounds
* numerous fixes and improvements to parentheses highlighting
* made *all* keys configurable (except for arrow keys/pgup/pgdown)

Page 5 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.