X Tutup
Skip to content

Commit a81d8ef

Browse files
committed
Update changelog.
1 parent 3ec1383 commit a81d8ef

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
123
v0.9.4
224
======
325

0 commit comments

Comments
 (0)
X Tutup