We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec1383 commit a81d8efCopy full SHA for a81d8ef
1 file changed
CHANGELOG
@@ -1,3 +1,25 @@
1
+v0.9.5
2
+======
3
+
4
+Fixed issues:
5
+#25 Problems with DEL, Backspace and C-u over multiple lines
6
+#49 Sending last output to $PAGER
7
+#51 Ability to embed bython shell into an existing script
8
+#52 FakeStdin.readlines() is broken
9
+#53 Error on printing null character
10
+#54 Parsing/introspection ncurses viewer neglects parenthesis
11
12
+The history file is now really configurable. This issue was reported
13
+in Debian's bugtracker.
14
15
+bpython has now some basic support for Python 3 (requires Pygments >=1.1.1)
16
17
+The pastebin URL is now configurable and the default pastebin is now
18
+bpaste.net
19
20
+Argument names are now shown as completion suggestions and one can
21
+tab through the completion list.
22
23
v0.9.4
24
======
25
0 commit comments