-----
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.